Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DSMTAPI.h406 virtual SMTExprRef mkBoolean(const bool b) = 0;
/netbsd/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h142 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/netbsd/external/apache2/llvm/dist/llvm/lib/Support/
H A DZ3Solver.cpp721 SMTExprRef mkBoolean(const bool b) override { in mkBoolean() function in __anon8728b4050111::Z3Solver