Home
last modified time | relevance | path

Searched refs:DPred (Results 1 – 2 of 2) 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 …]
/external/llvm-project/clang/lib/Sema/
DSemaOpenMP.cpp576 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
584 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
597 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred,
604 DPred,
1784 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasDSA() argument
1794 if (!DPred(I->Directive) && in hasDSA()
1807 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasInnermostDSA() argument
1816 if (StartI == EndI || !DPred(StartI->Directive)) in hasInnermostDSA()
1846 const llvm::function_ref<bool(OpenMPDirectiveKind)> DPred, in hasExplicitDirective() argument
1851 return DPred(StackElem.Directive); in hasExplicitDirective()
[all …]