Home
last modified time | relevance | path

Searched defs:isIntegerTy (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/ubsan/
H A Dubsan_value.h117 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/ubsan/
H A Dubsan_value.h116 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/ubsan/
H A Dubsan_value.h115 bool isIntegerTy() const { return getKind() == TK_Integer; } in isIntegerTy() function
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DType.h202 bool isIntegerTy() const { return getTypeID() == IntegerTyID; } in isIntegerTy() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp59 bool Type::isIntegerTy(unsigned Bitwidth) const { in isIntegerTy() function in Type