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

References

gen/tools/clang/lib/AST/Opcodes.inc
10756 	if (!Zero<PT_Sint8>(S, OpPC))
10761 	if (!Zero<PT_Uint8>(S, OpPC))
10766 	if (!Zero<PT_Sint16>(S, OpPC))
10771 	if (!Zero<PT_Uint16>(S, OpPC))
10776 	if (!Zero<PT_Sint32>(S, OpPC))
10781 	if (!Zero<PT_Uint32>(S, OpPC))
10786 	if (!Zero<PT_Sint64>(S, OpPC))
10791 	if (!Zero<PT_Uint64>(S, OpPC))
10796 	if (!Zero<PT_Bool>(S, OpPC))
10883 return Zero<PT_Sint8>(S, OpPC);
10888 return Zero<PT_Uint8>(S, OpPC);
10893 return Zero<PT_Sint16>(S, OpPC);
10898 return Zero<PT_Uint16>(S, OpPC);
10903 return Zero<PT_Sint32>(S, OpPC);
10908 return Zero<PT_Uint32>(S, OpPC);
10913 return Zero<PT_Sint64>(S, OpPC);
10918 return Zero<PT_Uint64>(S, OpPC);
10923 return Zero<PT_Bool>(S, OpPC);