Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DOpenMPClause.cpp2305 assert(Selector.ScoreOrCondition && in getAsVariantMatchInfo()
2313 Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx)) in getAsVariantMatchInfo()
2325 if (Selector.ScoreOrCondition) { in getAsVariantMatchInfo()
2326 if ((Score = Selector.ScoreOrCondition->getIntegerConstantExpr(ASTCtx))) in getAsVariantMatchInfo()
2377 if (Selector.ScoreOrCondition) in print()
2378 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
2383 if (Selector.ScoreOrCondition) { in print()
2385 Selector.ScoreOrCondition->printPretty(OS, nullptr, Policy); in print()
/freebsd-13.1/contrib/llvm-project/clang/lib/Parse/
H A DParseOpenMP.cpp1177 TISelector.ScoreOrCondition = Condition.get(); in parseOMPContextSelector()
1205 TISelector.ScoreOrCondition = Score.get(); in parseOMPContextSelector()
1492 Selector.ScoreOrCondition == ParentSelector.ScoreOrCondition) in parseOMPDeclareVariantMatchClause()
1497 } else if (Selector.ScoreOrCondition != in parseOMPDeclareVariantMatchClause()
1498 ParentSelector.ScoreOrCondition) { in parseOMPDeclareVariantMatchClause()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp6703 writeBool(Selector.ScoreOrCondition); in writeOMPTraitInfo()
6704 if (Selector.ScoreOrCondition) in writeOMPTraitInfo()
6705 writeExprRef(Selector.ScoreOrCondition); in writeOMPTraitInfo()
H A DASTReader.cpp12999 Selector.ScoreOrCondition = nullptr; in readOMPTraitInfo()
13001 Selector.ScoreOrCondition = readExprRef(); in readOMPTraitInfo()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DOpenMPClause.h8475 Expr *ScoreOrCondition = nullptr; member
8506 return Cond(Selector.ScoreOrCondition, in anyScoreOrCondition()