Searched refs:binaryOperator (Results 1 – 9 of 9) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 269 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody() 288 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody() 295 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
|
| H A D | GCDAntipatternChecker.cpp | 103 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore() 145 forEachDescendant(binaryOperator(bindAssignmentToDecl(GroupBinding), in findGCDAntiPatternWithGroup()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 163 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 84 return binaryOperator(anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition() 100 binaryOperator(isAssignmentOperator(), in changeIntBoundNode() 149 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
|
| H A D | BugReporterVisitors.cpp | 455 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 197 binaryOperator(isAssignmentOperator(), hasLHS(equalsNode(Exp))); in findDirectMutation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 140 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 735 binaryOperator; variable
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2188 binaryOperator;
|