Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp196 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,
204 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,
216 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,
222 SourceLocation)> &DPred,
749 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasDSA() argument
758 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()
769 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasInnermostDSA() argument
778 if (!DPred(I->Directive)) in hasInnermostDSA()
806 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasExplicitDirective() argument
813 return DPred(StartI->Directive); in hasExplicitDirective()
[all …]