[#OMP_TYPE] = OMP_TYPE :mrdocs: Declarations for OpenMP LLVM‐IR types from OpenMPKinds.def. == Synopsis Declared in `<llvm/Frontend/OpenMP/OMPIRBuilder.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- #define OMP_TYPE(VarName, InitValue) ---- == Description Declarations for LLVM‐IR types (simple, array, function and structure) are generated below. Their names are defined and used in OpenMPKinds.def. Here we provide the declarations, the initializeTypes function will provide the values. { Declare a simple OpenMP runtime LLVM type member. == Parameters [cols="1,4"] |=== | Name| Description | *VarName* | Name of the type member variable to declare. | *InitValue* | Initializer expression used when types are created. |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#