| /freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
| H A D | Value.h | 79 X(signed char, SChar) \
|
| /freebsd/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | Scalar.h | 158 signed char SChar(signed char fail_value = 0) const;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | FormatString.cpp | 368 case BuiltinType::SChar: in matchesType() 425 case BuiltinType::SChar: in matchesType()
|
| H A D | ScanfFormatString.cpp | 469 case BuiltinType::SChar: in fixType()
|
| H A D | NSAPI.cpp | 367 case BuiltinType::SChar: in getNSNumberFactoryMethodKind()
|
| H A D | ItaniumMangle.cpp | 3173 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 D | TypeLoc.cpp | 359 case BuiltinType::SChar: in getWrittenTypeSpec()
|
| H A D | TemplateBase.cpp | 83 if (T->isSpecificBuiltinType(BuiltinType::SChar)) in printIntegral()
|
| H A D | PrintfFormatString.cpp | 894 case BuiltinType::SChar: in fixType()
|
| H A D | Type.cpp | 2144 BT->getKind() == BuiltinType::SChar; in isCharType() 2189 case BuiltinType::SChar: in isAnyCharacterType() 3396 case SChar: in getName()
|
| H A D | ASTContext.cpp | 1297 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 D | InterpreterValuePrinter.cpp | 339 case BuiltinType::SChar: in __clang_Interpreter_SetValueNoAlloc()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 59 case BuiltinType::SChar: in TypeIdxFromBuiltin()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Context.cpp | 289 if (Kind == BuiltinType::SChar || Kind == BuiltinType::Char_S) in classify()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 104 SIGNED_TYPE(SChar, SignedCharTy)
|
| H A D | TypeLoc.h | 600 bk == BuiltinType::UChar || bk == BuiltinType::SChar; in needsExtraLocalData()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | XCore.cpp | 487 case BuiltinType::SChar: in appendBuiltinType()
|
| H A D | AArch64.cpp | 247 case BuiltinType::SChar: in convertFixedToScalableVectorType()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 174 case BuiltinType::SChar: in getTypeInfoHelper()
|
| H A D | CodeGenTypes.cpp | 419 case BuiltinType::SChar: in ConvertType()
|
| /freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/ |
| H A D | CIRGenTypes.cpp | 311 case BuiltinType::SChar: in convertType()
|
| /freebsd/contrib/llvm-project/lldb/source/Utility/ |
| H A D | Scalar.cpp | 303 signed char Scalar::SChar(signed char fail_value) const { in SChar() function in Scalar
|
| /freebsd/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 719 case BuiltinType::SChar: in VisitType()
|
| /freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3895 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 D | SemaObjC.cpp | 2307 return Ty->isSpecificBuiltinType(BuiltinType::SChar) && getLangOpts().ObjC && in isSignedCharBool()
|