Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp83 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 DBugReporterVisitors.cpp464 hasOperatorName("="), in potentiallyWritesIntoIvar()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp268 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 DObjCAutoreleaseWriteChecker.cpp183 hasOperatorName("*"), in checkASTCodeBody()
187 hasOperatorName("=") in checkASTCodeBody()
/netbsd-src/external/apache2/llvm/dist/clang/docs/
H A DLibASTMatchersTutorial.rst194 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 DExprMutationAnalyzer.cpp257 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation()
296 unaryOperator(hasOperatorName("&"), in findDirectMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp327 REGISTER_MATCHER(hasOperatorName); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5424 hasOperatorName, in AST_POLYMORPHIC_MATCHER_P() argument