Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaOpenMP.cpp577 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
585 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
598 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
605 DPred,
1785 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument
1795 if (!DPred(I->Directive) && in hasDSA()
1808 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument
1817 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
1847 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument
1852 return DPred(StackElem.Directive); in hasExplicitDirective()
[all …]