Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaOpenMP.cpp203 DirectivesPredicate DPred, bool FromParent);
209 DirectivesPredicate DPred,
221 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred,
226 bool hasDirective(NamedDirectivesPredicate DPred, bool FromParent);
651 DirectivesPredicate DPred, in hasDSA() argument
660 if (!DPred(I->Directive) && !isParallelOrTaskRegion(I->Directive)) in hasDSA()
672 DirectivesPredicate DPred, bool FromParent) { in hasInnermostDSA() argument
680 if (!DPred(I->Directive)) in hasInnermostDSA()
708 const llvm::function_ref<bool(OpenMPDirectiveKind)> &DPred, in hasExplicitDirective() argument
717 return DPred(StartI->Directive); in hasExplicitDirective()
[all …]