Home
last modified time | relevance | path

Searched refs:isSignedInteger (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h307 bool isSignedInteger() const { in isSignedInteger() function
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp471 REGISTER_MATCHER(isSignedInteger); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp185 if (isSignedInteger()) in initBuiltinStr()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6506 AST_MATCHER(QualType, isSignedInteger) { in AST_MATCHER() argument
/freebsd-14.2/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3173 is_signed = builtin_type->isSignedInteger(); in IsIntegerType()
3845 if (builtin_type->isSignedInteger()) in GetTypeInfo()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DType.h2795 bool isSignedInteger() const {
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DItaniumMangle.cpp3074 if (T->isSignedInteger()) { in mangleType()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaChecking.cpp15929 *SourceInt, SourceBT->isSignedInteger(), in CheckImplicitConversion()