Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DLoopUnrolling.cpp105 binaryOperator(isAssignmentOperator(), in changeIntBoundNode()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp337 binaryOperator(isAssignmentOperator(), hasLHS(canResolveToExpr(Exp))); in findDirectMutation()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp407 REGISTER_MATCHER(isAssignmentOperator); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h5939 isAssignmentOperator, in AST_POLYMORPHIC_MATCHER() argument