Searched refs:boolLiteral (Results 1 – 4 of 4) sorted by relevance
74 hasCondition(boolLiteral(equals(false))), in TEST()95 id("id", ifStmt(hasCondition(boolLiteral(equals(false))))), in TEST()
1985 StatementMatcher Condition = ifStmt(hasCondition(boolLiteral(equals(true)))); in TEST()1996 ifStmt(hasThen(boolLiteral(equals(true)))))); in TEST()1998 ifStmt(hasThen(boolLiteral(equals(true)))))); in TEST()2000 ifStmt(hasElse(boolLiteral(equals(true)))))); in TEST()2002 ifStmt(hasElse(boolLiteral(equals(true)))))); in TEST()2014 binaryOperator(hasLHS(boolLiteral(equals(true))), in TEST()2015 hasRHS(boolLiteral(equals(false)))); in TEST()2024 binaryOperator(hasEitherOperand(boolLiteral(equals(false)))); in TEST()2141 unaryOperator(hasUnaryOperand(boolLiteral(equals(false)))); in TEST()2184 hasCondition(boolLiteral(equals(true))), in TEST()[all …]
111 REGISTER_MATCHER(boolLiteral); in RegistryMaps()
1141 CXXBoolLiteralExpr> boolLiteral; variable