LLVM OpenMP 20.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 2577 of file kmp.h.

Member Data Documentation

◆ buckets

kmp_dephash_entry_t** kmp_dephash::buckets

Definition at line 2578 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ generation

size_t kmp_dephash::generation

Definition at line 2581 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ last_all

kmp_depnode_t* kmp_dephash::last_all

Definition at line 2580 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ nconflicts

kmp_uint32 kmp_dephash::nconflicts

Definition at line 2583 of file kmp.h.

◆ nelements

kmp_uint32 kmp_dephash::nelements

Definition at line 2582 of file kmp.h.

Referenced by __kmp_dephash_extend().

◆ size

size_t kmp_dephash::size

Definition at line 2579 of file kmp.h.

Referenced by __kmp_dephash_extend().


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