Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaOpenMP.cpp612 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
620 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
633 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
640 DPred,
1941 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument
1951 if (!DPred(I->Directive) && in hasDSA()
1964 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument
1973 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
2003 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument
2008 return DPred(StackElem.Directive); in hasExplicitDirective()
[all …]