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

References

gen/tools/clang/lib/AST/Opcodes.inc
 1271 	if (!GE<PT_Sint8>(S, OpPC))
 1276 	if (!GE<PT_Uint8>(S, OpPC))
 1281 	if (!GE<PT_Sint16>(S, OpPC))
 1286 	if (!GE<PT_Uint16>(S, OpPC))
 1291 	if (!GE<PT_Sint32>(S, OpPC))
 1296 	if (!GE<PT_Uint32>(S, OpPC))
 1301 	if (!GE<PT_Sint64>(S, OpPC))
 1306 	if (!GE<PT_Uint64>(S, OpPC))
 1311 	if (!GE<PT_Bool>(S, OpPC))
 1316 	if (!GE<PT_Ptr>(S, OpPC))
 1447 return GE<PT_Sint8>(S, OpPC);
 1452 return GE<PT_Uint8>(S, OpPC);
 1457 return GE<PT_Sint16>(S, OpPC);
 1462 return GE<PT_Uint16>(S, OpPC);
 1467 return GE<PT_Sint32>(S, OpPC);
 1472 return GE<PT_Uint32>(S, OpPC);
 1477 return GE<PT_Sint64>(S, OpPC);
 1482 return GE<PT_Uint64>(S, OpPC);
 1487 return GE<PT_Bool>(S, OpPC);
 1492 return GE<PT_Ptr>(S, OpPC);