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

References

gen/tools/clang/lib/AST/Opcodes.inc
 2244 	if (!GetGlobal<PT_Sint8>(S, OpPC, V0))
 2250 	if (!GetGlobal<PT_Uint8>(S, OpPC, V0))
 2256 	if (!GetGlobal<PT_Sint16>(S, OpPC, V0))
 2262 	if (!GetGlobal<PT_Uint16>(S, OpPC, V0))
 2268 	if (!GetGlobal<PT_Sint32>(S, OpPC, V0))
 2274 	if (!GetGlobal<PT_Uint32>(S, OpPC, V0))
 2280 	if (!GetGlobal<PT_Sint64>(S, OpPC, V0))
 2286 	if (!GetGlobal<PT_Uint64>(S, OpPC, V0))
 2292 	if (!GetGlobal<PT_Bool>(S, OpPC, V0))
 2298 	if (!GetGlobal<PT_Ptr>(S, OpPC, V0))
 2429 return GetGlobal<PT_Sint8>(S, OpPC, A0);
 2434 return GetGlobal<PT_Uint8>(S, OpPC, A0);
 2439 return GetGlobal<PT_Sint16>(S, OpPC, A0);
 2444 return GetGlobal<PT_Uint16>(S, OpPC, A0);
 2449 return GetGlobal<PT_Sint32>(S, OpPC, A0);
 2454 return GetGlobal<PT_Uint32>(S, OpPC, A0);
 2459 return GetGlobal<PT_Sint64>(S, OpPC, A0);
 2464 return GetGlobal<PT_Uint64>(S, OpPC, A0);
 2469 return GetGlobal<PT_Bool>(S, OpPC, A0);
 2474 return GetGlobal<PT_Ptr>(S, OpPC, A0);