Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DSMTAPI.h415 virtual bool getInterpretation(const SMTExprRef &Exp, llvm::APSInt &Int) = 0;
418 virtual bool getInterpretation(const SMTExprRef &Exp,
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h136 if (!Solver->getInterpretation(Exp, Value)) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/llvm-project-15.0.7/llvm/lib/Support/
H A DZ3Solver.cpp845 bool getInterpretation(const SMTExprRef &Exp, llvm::APSInt &Int) override { in getInterpretation() function in __anonae660b540111::Z3Solver
859 bool getInterpretation(const SMTExprRef &Exp, llvm::APFloat &Float) override { in getInterpretation() function in __anonae660b540111::Z3Solver