Home
last modified time | relevance | path

Searched refs:isBooleanSortImpl (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/llvm/include/llvm/Support/
H A DSMTAPI.h38 virtual bool isBooleanSort() const { return isBooleanSortImpl(); } in isBooleanSort()
87 virtual bool isBooleanSortImpl() const = 0;
/src/contrib/llvm-project/llvm/lib/Support/
H A DZ3Solver.cpp122 bool isBooleanSortImpl() const override { in isBooleanSortImpl() function in __anon1aad92b90111::Z3Sort