Searched refs:hasOperatorName (Results 1 – 10 of 10) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 88 anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition() 89 hasOperatorName("<="), hasOperatorName(">="), in simpleCondition() 90 hasOperatorName("!=")), in simpleCondition() 102 unaryOperator(anyOf(hasOperatorName("--"), hasOperatorName("++")), in changeIntBoundNode() 129 hasOperatorName("&"), in getAddrTo() 161 anyOf(hasOperatorName("++"), hasOperatorName("--")), in forLoopMatcher()
|
| H A D | BugReporterVisitors.cpp | 593 hasOperatorName("="), in potentiallyWritesIntoIvar()
|
| /openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/ |
| H A D | NumberObjectConversionChecker.cpp | 267 binaryOperator(allOf(hasOperatorName("="), in checkASTCodeBody() 286 binaryOperator(allOf(anyOf(hasOperatorName("=="), hasOperatorName("!=")), in checkASTCodeBody() 293 binaryOperator(allOf(anyOf(hasOperatorName(">="), hasOperatorName(">"), in checkASTCodeBody() 294 hasOperatorName("<="), hasOperatorName("<")), in checkASTCodeBody() 309 unaryOperator(allOf(hasOperatorName("!"), in checkASTCodeBody()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 185 hasOperatorName("*"), in checkASTCodeBody() 189 hasOperatorName("=") in checkASTCodeBody()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 230 hasOperatorName("++"), in matcher() 265 hasOperatorName("--"), in matcher() 344 auto PtrAtRight = allOf(hasOperatorName("+"), in matcher() 348 anyOf(hasOperatorName("+"), hasOperatorName("-"), in matcher() 349 hasOperatorName("+="), hasOperatorName("-=")), in matcher()
|
| H A D | ExprMutationAnalyzer.cpp | 267 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation() 306 unaryOperator(hasOperatorName("&"), in findDirectMutation()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | LibASTMatchersTutorial.rst | 197 binaryOperator(hasOperatorName("+"), hasLHS(integerLiteral(equals(0)))) 355 hasIncrement(unaryOperator(hasOperatorName("++"))) 366 hasOperatorName("++"), 375 hasOperatorName("++"), 384 hasOperatorName("++"), 402 hasCondition(binaryOperator(hasOperatorName("<"))) 410 hasOperatorName("<"), 447 hasOperatorName("<"), 491 hasOperatorName("++"), 495 hasOperatorName("<"),
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 336 REGISTER_MATCHER(hasOperatorName); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 183 return binaryOperation(hasOperatorName("!="), in isValueOrNotEqX()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5628 hasOperatorName, in AST_POLYMORPHIC_MATCHER_P() argument
|