Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
DSMTAPI.h256 virtual SMTExprRef mkEqual(const SMTExprRef &LHS, const SMTExprRef &RHS) = 0;
/openbsd/src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DSMTConv.h138 return Solver->mkEqual(LHS, RHS); in fromBinOp()
/openbsd/src/gnu/llvm/llvm/lib/Support/
DZ3Solver.cpp487 SMTExprRef mkEqual(const SMTExprRef &LHS, const SMTExprRef &RHS) override { in mkEqual() function in __anon6add9fa00111::Z3Solver