Searched refs:isUnsignedIntegerTy (Results 1 - 9 of 9) sorted by relevance

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.cc45 CHECK(getType().isUnsignedIntegerTy());
61 if (getType().isUnsignedIntegerTy())
H A Dubsan_value.h121 bool isUnsignedIntegerTy() const { function in class:__ubsan::TypeDescriptor
H A Dubsan_diag.cc120 else if (V.getType().isUnsignedIntegerTy())
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.cc43 CHECK(getType().isUnsignedIntegerTy());
59 if (getType().isUnsignedIntegerTy())
H A Dubsan_value.h119 bool isUnsignedIntegerTy() const { function in class:__ubsan::TypeDescriptor
H A Dubsan_diag.cc118 else if (V.getType().isUnsignedIntegerTy())
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.cpp92 CHECK(getType().isUnsignedIntegerTy());
108 if (getType().isUnsignedIntegerTy())
H A Dubsan_value.h120 bool isUnsignedIntegerTy() const { function in class:__ubsan::TypeDescriptor
H A Dubsan_diag.cpp127 else if (V.getType().isUnsignedIntegerTy())

Completed in 89 milliseconds