Home
last modified time | relevance | path

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

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