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

Declarations

gen/tools/clang/lib/AST/Opcodes.inc
 2606 bool emitGetLocal(uint32_t, const SourceInfo &);

References

gen/tools/clang/lib/AST/Opcodes.inc
 2625 return emitGetLocal<PT_Sint8>
 2632 return emitGetLocal<PT_Uint8>
 2639 return emitGetLocal<PT_Sint16>
 2646 return emitGetLocal<PT_Uint16>
 2653 return emitGetLocal<PT_Sint32>
 2660 return emitGetLocal<PT_Uint32>
 2667 return emitGetLocal<PT_Sint64>
 2674 return emitGetLocal<PT_Uint64>
 2681 return emitGetLocal<PT_Bool>
 2688 return emitGetLocal<PT_Ptr>