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

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  133   auto Val = LE->getValue();
  134   QualType LitTy = LE->getType();
  136     return emitConst(*T, getIntWidth(LitTy), LE->getValue(), LE);
  136     return emitConst(*T, getIntWidth(LitTy), LE->getValue(), LE);
  137   return this->bail(LE);