Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Support/
H A DRISCVVIntrinsicUtils.h285 bool isSignedInteger() const { in isSignedInteger() function
/openbsd-src/gnu/llvm/clang/lib/Support/
H A DRISCVVIntrinsicUtils.cpp179 if (isSignedInteger()) in initBuiltinStr()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp458 REGISTER_MATCHER(isSignedInteger); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h6257 AST_MATCHER(QualType, isSignedInteger) { in AST_MATCHER() argument
/openbsd-src/gnu/llvm/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3255 is_signed = builtin_type->isSignedInteger(); in IsIntegerType()
3920 if (builtin_type->isSignedInteger()) in GetTypeInfo()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DType.h2677 bool isSignedInteger() const {
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaChecking.cpp14180 *SourceInt, SourceBT->isSignedInteger(), in CheckImplicitConversion()