OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:emitConst
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/AST/Interp/
ByteCodeExprGen.h
194
bool
emitConst
(PrimType T, unsigned NumBits, const llvm::APInt &Value,
198
template <typename T> bool
emitConst
(const Expr *E, T Value) {
202
return
emitConst
(*Ctx.classify(Ty), NumBits, WrappedValue, E);
ByteCodeExprGen.cpp
136
return
emitConst
(*T, getIntWidth(LitTy), LE->getValue(), LE);
394
bool ByteCodeExprGen<Emitter>::
emitConst
(PrimType T, unsigned NumBits,
Completed in 64 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026