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

References

tools/clang/lib/AST/Interp/ByteCodeExprGen.cpp
  233     return this->emitZeroBool(E);
  235     return this->emitZeroSint8(E);
  237     return this->emitZeroUint8(E);
  239     return this->emitZeroSint16(E);
  241     return this->emitZeroUint16(E);
  243     return this->emitZeroSint32(E);
  245     return this->emitZeroUint32(E);
  247     return this->emitZeroSint64(E);
  249     return this->emitZeroUint64(E);
  251     return this->emitNullPtr(E);