Searched refs:hasOperatorName (Results 1 – 8 of 8) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 83 return binaryOperator(anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition() 84 hasOperatorName("<="), hasOperatorName(">="), in simpleCondition() 85 hasOperatorName("!=")), in simpleCondition() 96 unaryOperator(anyOf(hasOperatorName("--"), hasOperatorName("++")), in changeIntBoundNode() 123 hasOperatorName("&"), in getAddrTo() 155 anyOf(hasOperatorName("++"), hasOperatorName("--")), in forLoopMatcher()
|
| H A D | BugReporterVisitors.cpp | 464 hasOperatorName("="), in potentiallyWritesIntoIvar()
|
| /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() 295 hasOperatorName("<="), hasOperatorName("<")), in checkASTCodeBody() 310 unaryOperator(allOf(hasOperatorName("!"), in checkASTCodeBody()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 183 hasOperatorName("*"), in checkASTCodeBody() 187 hasOperatorName("=") in checkASTCodeBody()
|
| /netbsd-src/external/apache2/llvm/dist/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 194 binaryOperator(hasOperatorName("+"), hasLHS(integerLiteral(equals(0)))) 352 hasIncrement(unaryOperator(hasOperatorName("++"))) 363 hasOperatorName("++"), 372 hasOperatorName("++"), 381 hasOperatorName("++"), 399 hasCondition(binaryOperator(hasOperatorName("<")) 407 hasOperatorName("<"), 444 hasOperatorName("<"), 488 hasOperatorName("++"), 492 hasOperatorName("<"),
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 257 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation() 296 unaryOperator(hasOperatorName("&"), in findDirectMutation()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 327 REGISTER_MATCHER(hasOperatorName); in RegistryMaps()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5424 hasOperatorName, in AST_POLYMORPHIC_MATCHER_P() argument
|