Searched refs:fromBinOp (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h90 static inline llvm::SMTExprRef fromBinOp(llvm::SMTSolverRef &Solver, function in class:clang::ento::SMTConv
142 fromBinOp(Solver, LHS, BO_EQ, RHS, isSigned));
250 return fromBinOp(Solver, LHS, Op, RHS, /*isSigned=*/false);
370 : fromBinOp(Solver, NewLHS, Op, NewRHS,
492 return fromBinOp(
537 return fromBinOp(Solver, LHS, InRange ? BO_LAnd : BO_LOr, RHS,
H A DSMTConstraintManager.h139 llvm::SMTExprRef NotExp = SMTConv::fromBinOp(

Completed in 64 milliseconds