Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTSolver.h192 virtual SMTExprRef mkFPIsZero(const SMTExprRef &Exp) = 0;
H A DSMTConv.h185 return Solver->mkFPIsZero(LHS); in fromFloatSpecialBinOp()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp505 SMTExprRef mkFPIsZero(const SMTExprRef &Exp) override { in mkFPIsZero() function in __anon1f86e14b0211::Z3Solver