Searched refs:hasOperatorName (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/ |
| H A D | LoopUnrolling.cpp | 84 return binaryOperator(anyOf(hasOperatorName("<"), hasOperatorName(">"), in simpleCondition() 85 hasOperatorName("<="), hasOperatorName(">="), in simpleCondition() 86 hasOperatorName("!=")), in simpleCondition() 97 unaryOperator(anyOf(hasOperatorName("--"), hasOperatorName("++")), in changeIntBoundNode() 124 hasOperatorName("&"), in getAddrTo() 156 anyOf(hasOperatorName("++"), hasOperatorName("--")), in forLoopMatcher()
|
| H A D | BugReporterVisitors.cpp | 456 hasOperatorName("="), in potentiallyWritesIntoIvar()
|
| /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() 296 hasOperatorName("<="), hasOperatorName("<")), in checkASTCodeBody() 311 unaryOperator(allOf(hasOperatorName("!"), in checkASTCodeBody()
|
| H A D | ObjCAutoreleaseWriteChecker.cpp | 165 hasOperatorName("*"), in checkASTCodeBody() 169 hasOperatorName("=") in checkASTCodeBody()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 201 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation() 221 unaryOperator(hasOperatorName("&"), in findDirectMutation()
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 288 REGISTER_MATCHER(hasOperatorName); in RegistryMaps()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 4332 AST_POLYMORPHIC_MATCHER_P(hasOperatorName, in AST_POLYMORPHIC_MATCHER_P() argument
|