reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

tools/clang/lib/AST/Interp/ByteCodeExprGen.h
  193   bool emitConst(PrimType T, unsigned NumBits, const llvm::APInt &Value,

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  136     return emitConst(*T, getIntWidth(LitTy), LE->getValue(), LE);