Searched refs:fromBinOp (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | SMTConv.h | 90 static inline llvm::SMTExprRef fromBinOp(llvm::SMTSolverRef &Solver, in fromBinOp() function 142 fromBinOp(Solver, LHS, BO_EQ, RHS, isSigned)); in fromBinOp() 250 return fromBinOp(Solver, LHS, Op, RHS, /*isSigned=*/false); in fromFloatBinOp() 375 : fromBinOp(Solver, NewLHS, Op, NewRHS, in getBinExpr() 520 return fromBinOp( in getZeroExpr() 565 return fromBinOp(Solver, LHS, InRange ? BO_LAnd : BO_LOr, RHS, in getRangeExpr()
|
H A D | SMTConstraintManager.h | 144 llvm::SMTExprRef NotExp = SMTConv::fromBinOp( in REGISTER_TRAIT_WITH_PROGRAMSTATE()
|