Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp102 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp253 isAssignmentOperator(), hasLHS(canResolveToExpr(equalsNode(Exp)))); in findDirectMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp383 REGISTER_MATCHER(isAssignmentOperator); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5475 isAssignmentOperator, in AST_POLYMORPHIC_MATCHER() argument