Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.h198 template <typename T> bool emitConst(const Expr *E, T Value) { in emitConst() function
H A DByteCodeExprGen.cpp394 bool ByteCodeExprGen<Emitter>::emitConst(PrimType T, unsigned NumBits, in emitConst() function in ByteCodeExprGen