Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp410 REGISTER_MATCHER(isUnsignedInteger); in RegistryMaps()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h5226 AST_MATCHER(QualType, isUnsignedInteger) { in AST_MATCHER() argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDType.h2516 bool isUnsignedInteger() const {
/freebsd-11-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaChecking.cpp10234 return IntRange(C.getIntWidth(QualType(T, 0)), BT->isUnsignedInteger()); in forValueOfCanonicalType()
10257 return IntRange(C.getIntWidth(QualType(T, 0)), BT->isUnsignedInteger()); in forTargetOfCanonicalType()