Home
last modified time | relevance | path

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

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