Home
last modified time | relevance | path

Searched defs:emitConst (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DCompiler.h319 bool emitConst(const llvm::APInt &Value, const Expr *E) { in emitConst() function
H A DCompiler.cpp3405 bool Compiler<Emitter>::emitConst(T Value, PrimType Ty, const Expr *E) { in emitConst() function in Compiler
3439 bool Compiler<Emitter>::emitConst(T Value, const Expr *E) { in emitConst() function in Compiler
3444 bool Compiler<Emitter>::emitConst(const APSInt &Value, PrimType Ty, in emitConst() function in Compiler
3457 bool Compiler<Emitter>::emitConst(const APSInt &Value, const Expr *E) { in emitConst() function in Compiler