Searched refs:isOpenMPPrivate (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DOpenMPKinds.h255 bool isOpenMPPrivate(OpenMPClauseKind Kind);
/freebsd-13-stable/contrib/llvm-project/clang/lib/Basic/
H A DOpenMPKinds.cpp560 bool clang::isOpenMPPrivate(OpenMPClauseKind Kind) { function in class:clang
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp1622 isOpenMPPrivate(DSAIter->getSecond().Attributes)) {
2197 if (DVarTop.CKind != OMPC_unknown && isOpenMPPrivate(DVarTop.CKind))
2205 D, isOpenMPPrivate, [](OpenMPDirectiveKind) { return true; },
2326 if (isOpenMPPrivate(K)) {
4295 if (isOpenMPPrivate(Clause->getClauseKind()) ||
4857 return isOpenMPPrivate(C->getClauseKind());
4952 if (!isOpenMPPrivate(Data.CKind)) {
7513 if (!isOpenMPPrivate(Data.CKind) || !Data.RefExpr)
14401 VD, isOpenMPPrivate, [](OpenMPDirectiveKind) { return true; },
17591 if (isOpenMPPrivate(DVa
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGOpenMPRuntimeNVPTX.cpp345 !isOpenMPPrivate(Attr->getCaptureKind())) ||
397 if (!isOpenMPPrivate(C->getClauseKind()) ||

Completed in 149 milliseconds