LLVM OpenMP 22.0.0git
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 1723 of file kmp.h.

Member Data Documentation

◆ length

int kmp_region_info::length[KMP_MAX_FIELDS]

Definition at line 1726 of file kmp.h.

◆ offset

int kmp_region_info::offset[KMP_MAX_FIELDS]

Definition at line 1725 of file kmp.h.

◆ text

char* kmp_region_info::text

Definition at line 1724 of file kmp.h.

Referenced by message-converter.Message::toSrc().


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