Searched refs:binaryOperator (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | NumberObjectConversionChecker.cpp | 268 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody() 287 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody() 294 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody()
|
H A D | GCDAntipatternChecker.cpp | 100 forEachDescendant(binaryOperator(bindAssignmentToDecl(SemaphoreBinding), in findGCDAntiPatternWithSemaphore() 142 forEachDescendant(binaryOperator(bindAssignmentToDecl(GroupBinding), in findGCDAntiPatternWithGroup()
|
H A D | ObjCAutoreleaseWriteChecker.cpp | 181 auto WritesIntoM = binaryOperator( in checkASTCodeBody()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | LoopUnrolling.cpp | 83 return binaryOperator(anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition() 99 binaryOperator(isAssignmentOperator(), in changeIntBoundNode() 148 binaryOperator(hasLHS(declRefExpr(to(varDecl( in forLoopMatcher()
|
H A D | BugReporterVisitors.cpp | 463 StatementMatcher WriteIntoIvarM = binaryOperator( in potentiallyWritesIntoIvar()
|
/netbsd-src/external/apache2/llvm/dist/clang/docs/ |
H A D | LibASTMatchersTutorial.rst | 189 is a matcher to do exactly that, conveniently named ``binaryOperator``. 194 binaryOperator(hasOperatorName("+"), hasLHS(integerLiteral(equals(0)))) 399 hasCondition(binaryOperator(hasOperatorName("<")) 406 hasCondition(binaryOperator( 443 hasCondition(binaryOperator( 491 hasCondition(binaryOperator(
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 252 const auto AsAssignmentLhs = binaryOperator( in findDirectMutation() 273 binaryOperator(hasEitherOperand( in findDirectMutation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 148 REGISTER_MATCHER(binaryOperator); in RegistryMaps()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | ASTMatchersInternal.cpp | 932 binaryOperator; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 2466 binaryOperator;
|