Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DSMTAPI.h406 virtual SMTExprRef mkBoolean(const bool b) = 0;
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConstraintManager.h143 Ty->isBooleanType() ? Solver->mkBoolean(Value.getBoolValue()) in REGISTER_TRAIT_WITH_PROGRAMSTATE()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DZ3Solver.cpp723 SMTExprRef mkBoolean(const bool b) override { in mkBoolean() function in __anon6add9fa00111::Z3Solver