Home
last modified time | relevance | path

Searched refs:emitBool (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DEvalEmitter.cpp155 return this->emitBool(false, E); in speculate()
162 return this->emitBool(CheckBCPResult(S, Ptr), E); in speculate()
168 return this->emitBool(true, E); in speculate()
H A DByteCodeEmitter.h51 virtual bool emitBool(bool V, const Expr *E) = 0;
H A DEvalEmitter.h62 virtual bool emitBool(bool V, const Expr *E) = 0;
H A DCompiler.h356 bool emitBool(bool V, const Expr *E) override { in emitBool() function