Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprClassification.cpp32 const Expr *trueExpr,
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp484 auto trueExpr = cxxBoolLiteral(equals(true)); in TEST_P() local
489 mapAnyOf(ifStmt, forStmt).with(hasCondition(trueExpr))))); in TEST_P()
517 .with(hasArgument(0, trueExpr))))); in TEST_P()
/llvm-project-15.0.7/clang/lib/Analysis/
H A DCFG.cpp2796 const Expr *trueExpr = C->getTrueExpr(); in VisitConditionalOperator() local
2797 if (trueExpr != opaqueValue) { in VisitConditionalOperator()