Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2579 assert(Selector.ScoreOrCondition && in getAsVariantMatchInfo()
2587 Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx)) in getAsVariantMatchInfo()
2598 if (Selector.ScoreOrCondition) { in getAsVariantMatchInfo()
2599 if ((Score = Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx))) in getAsVariantMatchInfo()
2648 if (Selector.ScoreOrCondition) in print()
2649 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
2654 if (Selector.ScoreOrCondition) { in print()
2656 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1190 TISelector.ScoreOrCondition = Condition.get(); in parseOMPContextSelector()
1218 TISelector.ScoreOrCondition = Score.get(); in parseOMPContextSelector()
1599 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1604 } else if (Selector.ScoreOrCondition != in parseOMPDeclareVariantMatchClause()
1605 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp7305 writeBool(Selector.ScoreOrCondition); in writeOMPTraitInfo()
7306 if (Selector.ScoreOrCondition) in writeOMPTraitInfo()
7307 writeExprRef(Selector.ScoreOrCondition); in writeOMPTraitInfo()
H A DASTReader.cpp11693 Selector.ScoreOrCondition = nullptr; in readOMPTraitInfo()
11695 Selector.ScoreOrCondition = readExprRef(); in readOMPTraitInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8871 Expr *ScoreOrCondition = nullptr; member
8902 return Cond(Selector.ScoreOrCondition, in anyScoreOrCondition()