| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
| H A D | PrettyEnumDumper.cpp | 40 auto UnderlyingType = Symbol.getUnderlyingType(); in start() local 41 if (!UnderlyingType) in start() 43 if (UnderlyingType->getBuiltinType() != PDB_BuiltinType::Int || in start() 44 UnderlyingType->getLength() != 4) { in start() 47 Dumper.start(*UnderlyingType); in start()
|
| H A D | MinimalTypeDumper.cpp | 362 Enum.UnderlyingType); in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/ |
| H A D | JITSymbol.h | 76 using UnderlyingType = uint8_t; 79 enum FlagNames : UnderlyingType { 167 UnderlyingType getRawFlagsValue() const { in getRawFlagsValue() 168 return static_cast<UnderlyingType>(Flags); in getRawFlagsValue()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/AST/ |
| H A D | ODRHash.cpp | 718 QualType UnderlyingType = D->getUnderlyingType(); in RemoveTypedef() local 720 if (UnderlyingType.hasLocalQualifiers()) { in RemoveTypedef() 724 const auto *ElaboratedT = dyn_cast<ElaboratedType>(UnderlyingType); in RemoveTypedef() 1034 QualType UnderlyingType = T->getDecl()->getUnderlyingType(); in VisitTypedefType() local 1035 VisitQualifiers(UnderlyingType.getQualifiers()); in VisitTypedefType() 1038 dyn_cast<TypedefType>(UnderlyingType.getTypePtr())) { in VisitTypedefType() 1039 UnderlyingType = Underlying->getDecl()->getUnderlyingType(); in VisitTypedefType() 1043 dyn_cast<ElaboratedType>(UnderlyingType.getTypePtr())) { in VisitTypedefType() 1044 UnderlyingType = Underlying->getNamedType(); in VisitTypedefType() 1050 AddType(UnderlyingType.getTypePtr()); in VisitTypedefType()
|
| H A D | CommentSema.cpp | 973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType(); in isClassOrStructOrTagTypedefDecl() local 974 if (auto ThisElaboratedType = dyn_cast<ElaboratedType>(UnderlyingType)) { in isClassOrStructOrTagTypedefDecl()
|
| H A D | Type.cpp | 3442 E(E), UnderlyingType(underlyingType) {} in DecltypeType() 3462 QualType UnderlyingType, UTTKind UKind, in UnaryTransformType() argument 3465 BaseType(BaseType), UnderlyingType(UnderlyingType), UKind(UKind) {} in UnaryTransformType()
|
| H A D | ASTContext.cpp | 5461 QualType ASTContext::getDecltypeType(Expr *e, QualType UnderlyingType) const { in getDecltypeType() 5481 DecltypeType(e, UnderlyingType, QualType((DecltypeType *)Canon, 0)); in getDecltypeType() 5484 DecltypeType(e, UnderlyingType, getCanonicalType(UnderlyingType)); in getDecltypeType() 5493 QualType UnderlyingType, in getUnaryTransformType() argument 5518 QualType CanonType = getCanonicalType(UnderlyingType); in getUnaryTransformType() 5520 UnderlyingType, Kind, in getUnaryTransformType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| H A D | RangedConstraintManager.h | 108 using UnderlyingType = const ContainerType *; variable 109 UnderlyingType Impl; 291 /* implicit */ RangeSet(UnderlyingType Ptr) : Impl(Ptr) {} in RangeSet()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/PDB/Native/ |
| H A D | NativeTypeEnum.cpp | 299 const auto UnderlyingType = in getLength() local 301 return UnderlyingType ? UnderlyingType->getLength() : 0; in getLength()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
| H A D | TypeRecord.h | 523 StringRef Name, StringRef UniqueName, TypeIndex UnderlyingType) in EnumRecord() argument 526 UnderlyingType(UnderlyingType) {} in EnumRecord() 528 TypeIndex getUnderlyingType() const { return UnderlyingType; } in getUnderlyingType() 530 TypeIndex UnderlyingType; variable
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/ |
| H A D | DWARFLocationExpression.cpp | 98 return GetIntegralTypeInfo(er.UnderlyingType, tpi); in GetIntegralTypeInfo()
|
| H A D | PdbUtil.cpp | 861 return GetSizeOfType({record.UnderlyingType}, tpi); in GetSizeOfType()
|
| H A D | PdbAstBuilder.cpp | 1104 clang::QualType underlying_type = GetOrCreateType(er.UnderlyingType); in CreateEnumType()
|
| H A D | SymbolFileNativePDB.cpp | 562 TypeSP underlying_type = GetOrCreateType(er.UnderlyingType); in CreateTagType()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/ |
| H A D | OrcRemoteTargetRPCAPI.h | 92 JITSymbolFlags::UnderlyingType JITFlags; in deserialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | DIBuilder.h | 541 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/IR/ |
| H A D | DIBuilder.cpp | 522 DIType *UnderlyingType, StringRef UniqueIdentifier, bool IsScoped) { in createEnumerationType() argument 525 getNonCompileUnitScope(Scope), UnderlyingType, SizeInBits, AlignInBits, 0, in createEnumerationType()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Type.h | 4492 QualType UnderlyingType; 4501 QualType getUnderlyingType() const { return UnderlyingType; } 4544 QualType UnderlyingType; 4556 QualType desugar() const { return UnderlyingType; } 4558 QualType getUnderlyingType() const { return UnderlyingType; }
|
| H A D | ASTContext.h | 1635 QualType getDecltypeType(Expr *e, QualType UnderlyingType) const; 1638 QualType getUnaryTransformType(QualType BaseType, QualType UnderlyingType,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/ |
| H A D | TypeRecordMapping.cpp | 461 error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType")); in visitKnownRecord()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/ |
| H A D | CodeViewYAMLTypes.cpp | 544 IO.mapRequired("UnderlyingType", Record.UnderlyingType); in map()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExpr.cpp | 15860 QualType UnderlyingType = TInfo->getType(); in BuildVAArgExpr() local 15861 if (const auto *ET = UnderlyingType->getAs<EnumType>()) in BuildVAArgExpr() 15862 UnderlyingType = ET->getDecl()->getIntegerType(); in BuildVAArgExpr() 15863 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr() 15873 UnderlyingType->isUnsignedIntegerType()) { in BuildVAArgExpr() 15874 UnderlyingType = in BuildVAArgExpr() 15875 UnderlyingType->isUnsignedIntegerType() in BuildVAArgExpr() 15876 ? Context.getCorrespondingSignedType(UnderlyingType) in BuildVAArgExpr() 15877 : Context.getCorrespondingUnsignedType(UnderlyingType); in BuildVAArgExpr() 15878 if (Context.typesAreCompatible(PromoteType, UnderlyingType, in BuildVAArgExpr()
|
| H A D | SemaDecl.cpp | 15544 bool ScopedEnumUsesClassTag, TypeResult UnderlyingType, in ActOnTag() argument 15606 bool IsFixed = !UnderlyingType.isUnset() || ScopedEnum; in ActOnTag() 15609 if (UnderlyingType.isInvalid() || (!UnderlyingType.get() && ScopedEnum)) { in ActOnTag() 15613 } else if (UnderlyingType.get()) { in ActOnTag() 15617 GetTypeFromParser(UnderlyingType.get(), &TI); in ActOnTag()
|
| H A D | SemaOverload.cpp | 3935 QualType UnderlyingType = Enum->getIntegerType(); in getFixedEnumPromtion() local 3936 if (S.Context.hasSameType(SCS.getToType(1), UnderlyingType)) in getFixedEnumPromtion()
|
| /freebsd-13.1/contrib/bsnmp/tests/ |
| H A D | catch.hpp | 4041 using UnderlyingType = typename decltype(generatorExpression())::type; in generate() typedef 4045 … tracker.setGenerator(pf::make_unique<Generators<UnderlyingType>>(generatorExpression())); in generate() 4048 … auto const& generator = static_cast<IGenerator<UnderlyingType> const&>( *tracker.getGenerator() ); in generate()
|