LLVM OpenMP 19.0.0git
Public Attributes | List of all members
kmp_depnode Union Reference

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

Public Attributes

double dn_align
 
char dn_pad [KMP_PAD(kmp_base_depnode_t, CACHE_LINE)]
 
kmp_base_depnode_t dn
 

Detailed Description

Definition at line 2552 of file kmp.h.

Member Data Documentation

◆ dn

kmp_base_depnode_t kmp_depnode::dn

◆ dn_align

double kmp_depnode::dn_align

Definition at line 2553 of file kmp.h.

◆ dn_pad

char kmp_depnode::dn_pad[KMP_PAD(kmp_base_depnode_t, CACHE_LINE)]

Definition at line 2554 of file kmp.h.


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