| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 50 {"__int128*", SimpleTypeKind::Int128},
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 55 Int128 = 0x0078, // 128 bit signed int enumerator
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 55 case SimpleTypeKind::Int128: in IsSimpleTypeSignedInteger()
|
| H A D | PdbUtil.cpp | 722 case SimpleTypeKind::Int128: in GetCompilerTypeForSimpleKind() 759 case SimpleTypeKind::Int128: in GetTypeSizeForSimpleKind()
|
| H A D | SymbolFileNativePDB.cpp | 186 case SimpleTypeKind::Int128: in GetSimpleTypeName()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 209 case SimpleTypeKind::Int128: in getBuiltinType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 78 case BuiltinType::Int128: in TypeIdxFromBuiltin()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 122 SIGNED_TYPE(Int128, Int128Ty)
|
| H A D | Type.h | 2536 return getKind() >= Bool && getKind() <= Int128; 2540 return getKind() >= Char_S && getKind() <= Int128; 6989 BT->getKind() <= BuiltinType::Int128; 7060 BT->getKind() <= BuiltinType::Int128;
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 347 case BuiltinType::Int128: in getWrittenTypeSpec()
|
| H A D | NSAPI.cpp | 430 case BuiltinType::Int128: in getNSNumberFactoryMethodKind()
|
| H A D | Type.cpp | 1921 BT->getKind() <= BuiltinType::Int128; in isIntegralType() 1934 BT->getKind() <= BuiltinType::Int128; in isIntegralOrUnscopedEnumerationType() 2009 BT->getKind() <= BuiltinType::Int128; in isSignedIntegerType() 2028 BT->getKind() <= BuiltinType::Int128; in isSignedIntegerOrEnumerationType() 2957 case Int128: in getName()
|
| H A D | PrintfFormatString.cpp | 753 case BuiltinType::Int128: in fixType()
|
| H A D | ASTContext.cpp | 1341 InitBuiltinType(Int128Ty, BuiltinType::Int128); in InitBuiltinTypes() 2062 case BuiltinType::Int128: in getTypeInfoImpl() 6348 case BuiltinType::Int128: in getIntegerRank() 7257 case BuiltinType::Int128: return 't'; in getObjCEncodingForPrimitiveType() 10173 case BuiltinType::Int128: in getCorrespondingUnsignedType()
|
| H A D | StmtPrinter.cpp | 1142 case BuiltinType::Int128: in VisitIntegerLiteral()
|
| H A D | MicrosoftMangle.cpp | 2353 case BuiltinType::Int128: in mangleType()
|
| H A D | ItaniumMangle.cpp | 2930 case BuiltinType::Int128: in mangleType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CodeGenTypes.cpp | 526 case BuiltinType::Int128: in ConvertType()
|
| H A D | TargetInfo.cpp | 2810 } else if (k == BuiltinType::Int128 || k == BuiltinType::UInt128) { in classify() 2913 (ElementType->isSpecificBuiltinType(BuiltinType::Int128) || in classify() 3181 (EltTy->isSpecificBuiltinType(BuiltinType::Int128) || in IsIllegalVectorType() 4280 case BuiltinType::Int128: in classify()
|
| H A D | ItaniumCXXABI.cpp | 3280 case BuiltinType::Int128: in TypeInfoIsInStandardLibrary()
|
| H A D | CGExprScalar.cpp | 4003 case BuiltinType::Int128: in GetIntrinsic()
|
| H A D | CGDebugInfo.cpp | 817 case BuiltinType::Int128: in CreateType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 699 case BuiltinType::Int128: in VisitType()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 270 DeclarationName Int128 = &Context.Idents.get("__int128_t"); in Initialize() local 271 if (IdResolver.begin(Int128) == IdResolver.end()) in Initialize()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/ |
| H A D | TypeSystemClang.cpp | 3841 case clang::BuiltinType::Int128: in GetTypeInfo() 4037 case clang::BuiltinType::Int128: in GetMinimumLanguage() 4776 case clang::BuiltinType::Int128: in GetEncoding() 5181 case clang::BuiltinType::Int128: in GetFormat() 5480 case clang::BuiltinType::Int128: in GetBasicTypeEnumeration() 6022 case clang::BuiltinType::Int128: in GetNumPointeeChildren()
|