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

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  398     return this->emitConstSint8(Value.getSExtValue(), E);
  400     return this->emitConstUint8(Value.getZExtValue(), E);
  402     return this->emitConstSint16(Value.getSExtValue(), E);
  404     return this->emitConstUint16(Value.getZExtValue(), E);
  406     return this->emitConstSint32(Value.getSExtValue(), E);
  408     return this->emitConstUint32(Value.getZExtValue(), E);
  410     return this->emitConstSint64(Value.getSExtValue(), E);
  412     return this->emitConstUint64(Value.getZExtValue(), E);
  414     return this->emitConstBool(Value.getBoolValue(), E);