Home
last modified time | relevance | path

Searched refs:OpenMPContextSelectorSetKind (Results 1 – 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Basic/
HDOpenMPKinds.h23 enum OpenMPContextSelectorSetKind { enum
36 OpenMPContextSelectorSetKind getOpenMPContextSelectorSet(llvm::StringRef Str);
38 getOpenMPContextSelectorSetName(OpenMPContextSelectorSetKind Kind);
44 OpenMPContextSelectorSetKind CtxSet = OMP_CTX_SET_unknown;
49 explicit OpenMPCtxSelectorData(OpenMPContextSelectorSetKind CtxSet, in OpenMPCtxSelectorData()
54 explicit OpenMPCtxSelectorData(OpenMPContextSelectorSetKind CtxSet, in OpenMPCtxSelectorData()
HDAttr.td3369 auto CtxSet = static_cast<OpenMPContextSelectorSetKind>(
3387 auto CtxSetK = static_cast<OpenMPContextSelectorSetKind>(
/freebsd-11-stable/contrib/llvm-project/clang/lib/Basic/
HDOpenMPKinds.cpp23 OpenMPContextSelectorSetKind
25 return llvm::StringSwitch<OpenMPContextSelectorSetKind>(Str) in getOpenMPContextSelectorSet()
32 clang::getOpenMPContextSelectorSetName(OpenMPContextSelectorSetKind Kind) { in getOpenMPContextSelectorSetName()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
HDParseOpenMP.cpp1037 OpenMPContextSelectorSetKind CSSKind = in parseOpenMPContextSelectors()
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp408 auto CtxSet = static_cast<OpenMPContextSelectorSetKind>( in instantiateOMPDeclareVariantAttr()
HDSemaOpenMP.cpp5511 OpenMPContextSelectorSetKind CtxSet = D.CtxSet; in ActOnOpenMPDeclareVariantDirective()
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGOpenMPRuntime.cpp11024 template <OpenMPContextSelectorSetKind CtxSet, OpenMPContextSelectorKind Ctx,
11157 auto CtxSet = static_cast<OpenMPContextSelectorSetKind>( in translateAttrToContextSelectorData()