| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeIndex.cpp | 51 {"unsigned __int128*", SimpleTypeKind::UInt128},
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeIndex.h | 56 UInt128 = 0x0079, // 128 bit unsigned int enumerator
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 218 case SimpleTypeKind::UInt128: in getBuiltinType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
| H A D | ASTCommon.cpp | 53 case BuiltinType::UInt128: in TypeIdxFromBuiltin()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CodeGenTBAA.cpp | 141 case BuiltinType::UInt128: in getTypeInfoHelper()
|
| H A D | CodeGenTypes.cpp | 525 case BuiltinType::UInt128: in ConvertType()
|
| H A D | TargetInfo.cpp | 2810 } else if (k == BuiltinType::Int128 || k == BuiltinType::UInt128) { in classify() 2914 ElementType->isSpecificBuiltinType(BuiltinType::UInt128))) in classify() 3182 EltTy->isSpecificBuiltinType(BuiltinType::UInt128))) in IsIllegalVectorType() 4273 case BuiltinType::UInt128: in classify()
|
| H A D | ItaniumCXXABI.cpp | 3241 case BuiltinType::UInt128: in TypeInfoIsInStandardLibrary()
|
| H A D | CGExprScalar.cpp | 3987 case BuiltinType::UInt128: in GetIntrinsic()
|
| H A D | CGDebugInfo.cpp | 831 case BuiltinType::UInt128: in CreateType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
| H A D | CXType.cpp | 41 BTCASE(UInt128); in GetBuiltinTypeKind() 559 TKIND(UInt128); in clang_getTypeKindSpelling()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/AST/ |
| H A D | TypeLoc.cpp | 341 case BuiltinType::UInt128: in getWrittenTypeSpec()
|
| H A D | NSAPI.cpp | 456 case BuiltinType::UInt128: in getNSNumberFactoryMethodKind()
|
| H A D | PrintfFormatString.cpp | 752 case BuiltinType::UInt128: in fixType()
|
| H A D | Type.cpp | 2053 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerType() 2072 BT->getKind() <= BuiltinType::UInt128; in isUnsignedIntegerOrEnumerationType() 2966 case UInt128: in getName()
|
| H A D | ASTContext.cpp | 1342 InitBuiltinType(UnsignedInt128Ty, BuiltinType::UInt128); in InitBuiltinTypes() 2048 case BuiltinType::UInt128: in getTypeInfoImpl() 6330 case BuiltinType::UInt128: in getIntegerRank() 7227 case BuiltinType::UInt128: return 'T'; in getObjCEncodingForPrimitiveType() 10199 case BuiltinType::UInt128: in getCorrespondingSignedType()
|
| H A D | StmtPrinter.cpp | 1131 case BuiltinType::UInt128: in VisitIntegerLiteral()
|
| H A D | MicrosoftMangle.cpp | 2356 case BuiltinType::UInt128: in mangleType()
|
| H A D | ItaniumMangle.cpp | 2892 case BuiltinType::UInt128: in mangleType()
|
| /netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
| H A D | BuiltinTypes.def | 96 UNSIGNED_TYPE(UInt128, UnsignedInt128Ty)
|
| H A D | TypeLoc.h | 584 return (bk >= BuiltinType::UShort && bk <= BuiltinType::UInt128) in needsExtraLocalData()
|
| H A D | Type.h | 2544 return getKind() >= Bool && getKind() <= UInt128;
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/PDB/ |
| H A D | TpiStream.rst | 152 UInt128 = 0x0079, // 128 bit unsigned int
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/ |
| H A D | Sema.cpp | 251 DeclarationName UInt128 = &Context.Idents.get("__uint128_t"); in Initialize() local 252 if (IdResolver.begin(UInt128) == IdResolver.end()) in Initialize()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Index/ |
| H A D | USRGeneration.cpp | 681 case BuiltinType::UInt128: in VisitType()
|