Home
last modified time | relevance | path

Searched refs:hasOperatorName (Results 1 – 7 of 7) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp84 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 DBugReporterVisitors.cpp456 hasOperatorName("="), in potentiallyWritesIntoIvar()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp269 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 DObjCAutoreleaseWriteChecker.cpp165 hasOperatorName("*"), in checkASTCodeBody()
169 hasOperatorName("=") in checkASTCodeBody()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp201 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation()
221 unaryOperator(hasOperatorName("&"), in findDirectMutation()
/freebsd-12.1/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp288 REGISTER_MATCHER(hasOperatorName); in RegistryMaps()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/ASTMatchers/
H A DASTMatchers.h4332 AST_POLYMORPHIC_MATCHER_P(hasOperatorName, in AST_POLYMORPHIC_MATCHER_P() argument