Home
last modified time | relevance | path

Searched refs:newExprRef (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp329 return newExprRef( in mkBVNeg()
334 return newExprRef( in mkBVNot()
339 return newExprRef( in mkNot()
344 return newExprRef( in mkBVAdd()
350 return newExprRef( in mkBVSub()
356 return newExprRef( in mkBVMul()
362 return newExprRef( in mkBVSRem()
368 return newExprRef( in mkBVURem()
374 return newExprRef( in mkBVSDiv()
380 return newExprRef( in mkBVUDiv()
[all …]
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h293 SMTExprRef Constraint = Solver->newExprRef(I++->second); in addStateConstraints()
295 Constraint = Solver->mkAnd(Constraint, Solver->newExprRef(I++->second)); in addStateConstraints()
H A DSMTSolver.h75 virtual SMTExprRef newExprRef(const SMTExpr &E) const = 0;