Home
last modified time | relevance | path

Searched refs:isUnsignedInteger (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DSveEmitter.cpp108 bool isUnsignedInteger() const { return Kind == UInt; } in isUnsignedInteger() function in __anone51b860d0111::SVEType
517 else if (isUnsignedInteger()) in builtin_str()
1056 else if (T.isUnsignedInteger()) in replaceTemplatedArgs()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp297 if (BT->isUnsignedInteger()) in classify()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp484 REGISTER_MATCHER(isUnsignedInteger); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DType.cpp2259 return BT->isUnsignedInteger(); in isUnsignedIntegerType()
2278 return BT->isUnsignedInteger(); in isUnsignedIntegerOrEnumerationType()
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6562 AST_MATCHER(QualType, isUnsignedInteger) { in AST_MATCHER() argument
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DType.h3161 bool isUnsignedInteger() const {
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp10493 return IntRange(C.getIntWidth(QualType(T, 0)), BT->isUnsignedInteger()); in forValueOfCanonicalType()
10519 return IntRange(C.getIntWidth(QualType(T, 0)), BT->isUnsignedInteger()); in forTargetOfCanonicalType()