Home
last modified time | relevance | path

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

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