LLVM OpenMP 22.0.0git
cons_data Struct Reference

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

Public Attributes

ident_t const * ident
enum cons_type type
int prev
kmp_user_lock_p name

Detailed Description

Definition at line 1709 of file kmp.h.

Member Data Documentation

◆ ident

ident_t const* cons_data::ident

Definition at line 1710 of file kmp.h.

Referenced by __kmp_error_construct2().

◆ name

kmp_user_lock_p cons_data::name

Definition at line 1714 of file kmp.h.

◆ prev

int cons_data::prev

Definition at line 1712 of file kmp.h.

◆ type

enum cons_type cons_data::type

Definition at line 1711 of file kmp.h.

Referenced by __kmp_error_construct2().


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