Home
last modified time | relevance | path

Searched refs:SChar (Results 1 – 25 of 33) sorted by relevance

12

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h79 X(signed char, SChar) \
/freebsd/contrib/llvm-project/lldb/include/lldb/Utility/
H A DScalar.h158 signed char SChar(signed char fail_value = 0) const;
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DFormatString.cpp368 case BuiltinType::SChar: in matchesType()
425 case BuiltinType::SChar: in matchesType()
H A DScanfFormatString.cpp469 case BuiltinType::SChar: in fixType()
H A DNSAPI.cpp367 case BuiltinType::SChar: in getNSNumberFactoryMethodKind()
H A DItaniumMangle.cpp3173 if (mangleSubstitution(BuiltinType::SChar)) in mangleType()
3176 addSubstitution(BuiltinType::SChar); in mangleType()
3272 case BuiltinType::SChar: in mangleType()
3972 case BuiltinType::SChar: in mangleNeonVectorType()
3988 case BuiltinType::SChar: EltName = "int8_t"; break; in mangleNeonVectorType()
4030 case BuiltinType::SChar: in mangleAArch64VectorBase()
4142 case BuiltinType::SChar: in mangleAArch64FixedSveVectorType()
4221 case BuiltinType::SChar: in mangleRISCVFixedRVVVectorType()
H A DTypeLoc.cpp359 case BuiltinType::SChar: in getWrittenTypeSpec()
H A DTemplateBase.cpp83 if (T->isSpecificBuiltinType(BuiltinType::SChar)) in printIntegral()
H A DPrintfFormatString.cpp894 case BuiltinType::SChar: in fixType()
H A DType.cpp2144 BT->getKind() == BuiltinType::SChar; in isCharType()
2189 case BuiltinType::SChar: in isAnyCharacterType()
3396 case SChar: in getName()
H A DASTContext.cpp1297 InitBuiltinType(SignedCharTy, BuiltinType::SChar); in InitBuiltinTypes()
1990 case BuiltinType::SChar: in isPromotableIntegerType()
2176 case BuiltinType::SChar: in getTypeInfoImpl()
8103 case BuiltinType::SChar: in getIntegerRank()
9047 case BuiltinType::SChar: return 'c'; in getObjCEncodingForPrimitiveType()
12143 case BuiltinType::SChar: in getCorrespondingUnsignedType()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreterValuePrinter.cpp339 case BuiltinType::SChar: in __clang_Interpreter_SetValueNoAlloc()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTCommon.cpp59 case BuiltinType::SChar: in TypeIdxFromBuiltin()
/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DContext.cpp289 if (Kind == BuiltinType::SChar || Kind == BuiltinType::Char_S) in classify()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DBuiltinTypes.def104 SIGNED_TYPE(SChar, SignedCharTy)
H A DTypeLoc.h600 bk == BuiltinType::UChar || bk == BuiltinType::SChar; in needsExtraLocalData()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/
H A DXCore.cpp487 case BuiltinType::SChar: in appendBuiltinType()
H A DAArch64.cpp247 case BuiltinType::SChar: in convertFixedToScalableVectorType()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenTBAA.cpp174 case BuiltinType::SChar: in getTypeInfoHelper()
H A DCodeGenTypes.cpp419 case BuiltinType::SChar: in ConvertType()
/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenTypes.cpp311 case BuiltinType::SChar: in convertType()
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DScalar.cpp303 signed char Scalar::SChar(signed char fail_value) const { in SChar() function in Scalar
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp719 case BuiltinType::SChar: in VisitType()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp3895 case clang::BuiltinType::SChar: in GetTypeInfo()
4092 case clang::BuiltinType::SChar: in GetMinimumLanguage()
4891 case clang::BuiltinType::SChar: in GetEncoding()
5194 case clang::BuiltinType::SChar: in GetFormat()
5493 case clang::BuiltinType::SChar: in GetBasicTypeEnumeration()
6079 case clang::BuiltinType::SChar: in GetNumPointeeChildren()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaObjC.cpp2307 return Ty->isSpecificBuiltinType(BuiltinType::SChar) && getLangOpts().ObjC && in isSignedCharBool()

12