Home
last modified time | relevance | path

Searched refs:isAssignmentOperator (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp99 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp253 isAssignmentOperator(), hasLHS(canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp383 REGISTER_MATCHER(isAssignmentOperator); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5463 isAssignmentOperator, in AST_POLYMORPHIC_MATCHER() argument