Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTSolver.h54 virtual SMTSortRef getBoolSort() = 0;
H A DSMTConv.h31 return Solver->getBoolSort(); in mkSort()
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DZ3ConstraintManager.cpp290 SMTSortRef getBoolSort() override { in getBoolSort() function in __anon1f86e14b0211::Z3Solver