Searched refs:hasOperatorName (Results 1 – 9 of 9) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/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 | 619 hasOperatorName("="), in potentiallyWritesIntoIvar()
|
| /freebsd-14.2/contrib/llvm-project/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()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | UnsafeBufferUsage.cpp | 291 binaryOperator(hasOperatorName("-"), in isInUnspecifiedPointerContext() 455 hasOperatorName("++"), in matcher() 490 hasOperatorName("--"), in matcher() 571 allOf(hasOperatorName("+"), in matcher() 575 allOf(anyOf(hasOperatorName("+"), hasOperatorName("-"), in matcher() 576 hasOperatorName("+="), hasOperatorName("-=")), in matcher() 854 hasOperatorName("*"), in matcher() 894 unaryOperator(hasOperatorName("&"), in matcher() 1085 binaryOperator(hasOperatorName("+="), in matcher() 1128 binaryOperator(hasOperatorName("+"), hasLHS(ThePtr), in matcher() [all …]
|
| H A D | ExprMutationAnalyzer.cpp | 329 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation() 369 unaryOperator(hasOperatorName("&"), in findDirectMutation() 452 binaryOperator(hasOperatorName(".*"), in findMemberMutation()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 208 return binaryOperation(hasOperatorName("!="), in isValueOrNotEqX()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 345 REGISTER_MATCHER(hasOperatorName); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 5875 hasOperatorName, in AST_POLYMORPHIC_MATCHER_P() argument
|