Home
last modified time | relevance | path

Searched defs:OMP_IDENT_FLAG (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPConstants.h66 #define OMP_IDENT_FLAG(Enum, Str, Value) Enum = Value, macro
71 #define OMP_IDENT_FLAG(Enum, ...) constexpr auto Enum = omp::IdentFlag::Enum; macro