Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConv.h95 assert(*Solver->getSort(LHS) == *Solver->getSort(RHS) && in fromBinOp()
205 assert(*Solver->getSort(LHS) == *Solver->getSort(RHS) && in fromFloatBinOp()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp327 SMTSortRef getSort(const SMTExprRef &Exp) override { in getSort() function in __anona2cc94240111::Z3Solver
867 SMTSortRef Sort = getSort(Assign); in getInterpretation()
881 SMTSortRef Sort = getSort(Assign); in getInterpretation()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h191 virtual SMTSortRef getSort(const SMTExprRef &AST) = 0;