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

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

Public Attributes

kmp_int64 lo
 
kmp_int64 up
 
kmp_int64 st
 

Detailed Description

Definition at line 4439 of file kmp.h.

Member Data Documentation

◆ lo

kmp_int64 kmp_dim::lo

Definition at line 4440 of file kmp.h.

Referenced by __kmpc_doacross_init().

◆ st

kmp_int64 kmp_dim::st

Definition at line 4442 of file kmp.h.

Referenced by __kmpc_doacross_init().

◆ up

kmp_int64 kmp_dim::up

Definition at line 4441 of file kmp.h.

Referenced by __GOMP_taskloop(), and __kmpc_doacross_init().


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