Searched refs:analyzeLogicOperatorCondition (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/Analysis/ |
D | CFG.cpp | 732 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, in analyzeLogicOperatorCondition() function in __anon4350aedf0111::CFGBuilder 830 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator() 831 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator()
|
/external/llvm-project/clang/lib/Analysis/ |
D | CFG.cpp | 1008 TryResult analyzeLogicOperatorCondition(BinaryOperatorKind Relation, in analyzeLogicOperatorCondition() function in __anon875bb5ad0411::CFGBuilder 1112 Res1 = analyzeLogicOperatorCondition(BO1, Value, L1); in checkIncorrectLogicOperator() 1113 Res2 = analyzeLogicOperatorCondition(BO2, Value, L2); in checkIncorrectLogicOperator()
|