Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp88 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 DBugReporterVisitors.cpp593 hasOperatorName("="), in potentiallyWritesIntoIvar()
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp267 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 DObjCAutoreleaseWriteChecker.cpp185 hasOperatorName("*"), in checkASTCodeBody()
189 hasOperatorName("=") in checkASTCodeBody()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp230 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 DExprMutationAnalyzer.cpp267 unaryOperator(anyOf(hasOperatorName("++"), hasOperatorName("--")), in findDirectMutation()
306 unaryOperator(hasOperatorName("&"), in findDirectMutation()
/openbsd-src/gnu/llvm/clang/docs/
H A DLibASTMatchersTutorial.rst197 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 DRegistry.cpp336 REGISTER_MATCHER(hasOperatorName); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp183 return binaryOperation(hasOperatorName("!="), in isValueOrNotEqX()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5628 hasOperatorName, in AST_POLYMORPHIC_MATCHER_P() argument