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

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

Public Attributes

chartext
 
int offset [KMP_MAX_FIELDS]
 
int length [KMP_MAX_FIELDS]
 

Detailed Description

Definition at line 1693 of file kmp.h.

Member Data Documentation

◆ length

int kmp_region_info::length[KMP_MAX_FIELDS]

Definition at line 1696 of file kmp.h.

◆ offset

int kmp_region_info::offset[KMP_MAX_FIELDS]

Definition at line 1695 of file kmp.h.

◆ text

char* kmp_region_info::text

Definition at line 1694 of file kmp.h.


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