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

References

gen/tools/clang/lib/AST/Opcodes.inc
 7703 return emitPopSint8(I);
 7705 return emitPopUint8(I);
 7707 return emitPopSint16(I);
 7709 return emitPopUint16(I);
 7711 return emitPopSint32(I);
 7713 return emitPopUint32(I);
 7715 return emitPopSint64(I);
 7717 return emitPopUint64(I);
 7719 return emitPopBool(I);
 7721 return emitPopPtr(I);