LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_dephash Struct Reference

#include "/home/buildbot/as-worker-4/publish-doxygen-docs/llvm-project/openmp/runtime/src/kmp.h"

Public Attributes

kmp_dephash_entry_t ** buckets
 
size_t size
 
kmp_depnode_tlast_all
 
size_t generation
 
kmp_uint32 nelements
 
kmp_uint32 nconflicts
 

Detailed Description

Definition at line 2568 of file kmp.h.

Member Data Documentation

◆ buckets

kmp_dephash_entry_t** kmp_dephash::buckets

Definition at line 2569 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ generation

size_t kmp_dephash::generation

Definition at line 2572 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ last_all

kmp_depnode_t* kmp_dephash::last_all

Definition at line 2571 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ nconflicts

kmp_uint32 kmp_dephash::nconflicts

Definition at line 2574 of file kmp.h.

◆ nelements

kmp_uint32 kmp_dephash::nelements

Definition at line 2573 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ size

size_t kmp_dephash::size

Definition at line 2570 of file kmp.h.

Referenced by __kmp_dephash_extend().


The documentation for this struct was generated from the following file: