Searched refs:shouldRearrange (Results 1 – 1 of 1) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | SimpleSValBuilder.cpp | 438 static bool shouldRearrange(ProgramStateRef State, BinaryOperator::Opcode Op, in shouldRearrange() function 496 if (!shouldRearrange(State, Op, LSym, LInt, SingleTy) || in tryRearrange() 497 !shouldRearrange(State, Op, RSym, RInt, SingleTy)) in tryRearrange()
|