Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDSMTAPI.h428 virtual bool getInterpretation(const SMTExprRef &Exp, llvm::APSInt &Int) = 0;
431 virtual bool getInterpretation(const SMTExprRef &Exp,
/freebsd-14-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDSMTConstraintManager.h140 if (!Solver->getInterpretation(Exp, Value)) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDZ3Solver.cpp857 bool getInterpretation(const SMTExprRef &Exp, llvm::APSInt &Int) override { in getInterpretation() function in __anon8d603abe0111::Z3Solver
871 bool getInterpretation(const SMTExprRef &Exp, llvm::APFloat &Float) override { in getInterpretation() function in __anon8d603abe0111::Z3Solver