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.cpp609 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
617 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
630 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
637 DPred,
1917 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument
1927 if (!DPred(I->Directive) && in hasDSA()
1940 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument
1949 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
1979 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument
1984 return DPred(StackElem.Directive); in hasExplicitDirective()
[all …]