Home
last modified time | relevance | path

Searched refs:UnderlyingType (Results 1 – 25 of 26) sorted by relevance

12

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-pdbutil/
H A DPrettyEnumDumper.cpp40 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 DMinimalTypeDumper.cpp362 Enum.UnderlyingType); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/
H A DJITSymbol.h76 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 DODRHash.cpp718 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 DCommentSema.cpp973 auto UnderlyingType = ThisTypedefDecl->getUnderlyingType(); in isClassOrStructOrTagTypedefDecl() local
974 if (auto ThisElaboratedType = dyn_cast<ElaboratedType>(UnderlyingType)) { in isClassOrStructOrTagTypedefDecl()
H A DType.cpp3442 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 DASTContext.cpp5461 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 DRangedConstraintManager.h108 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 DNativeTypeEnum.cpp299 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 DTypeRecord.h523 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 DDWARFLocationExpression.cpp98 return GetIntegralTypeInfo(er.UnderlyingType, tpi); in GetIntegralTypeInfo()
H A DPdbUtil.cpp861 return GetSizeOfType({record.UnderlyingType}, tpi); in GetSizeOfType()
H A DPdbAstBuilder.cpp1104 clang::QualType underlying_type = GetOrCreateType(er.UnderlyingType); in CreateEnumType()
H A DSymbolFileNativePDB.cpp562 TypeSP underlying_type = GetOrCreateType(er.UnderlyingType); in CreateTagType()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ExecutionEngine/Orc/
H A DOrcRemoteTargetRPCAPI.h92 JITSymbolFlags::UnderlyingType JITFlags; in deserialize()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/IR/
H A DDIBuilder.h541 DIType *UnderlyingType, StringRef UniqueIdentifier = "", bool IsScoped = false);
/freebsd-13.1/contrib/llvm-project/llvm/lib/IR/
H A DDIBuilder.cpp522 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 DType.h4492 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 DASTContext.h1635 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 DTypeRecordMapping.cpp461 error(IO.mapInteger(Record.UnderlyingType, "UnderlyingType")); in visitKnownRecord()
/freebsd-13.1/contrib/llvm-project/llvm/lib/ObjectYAML/
H A DCodeViewYAMLTypes.cpp544 IO.mapRequired("UnderlyingType", Record.UnderlyingType); in map()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaExpr.cpp15860 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 DSemaDecl.cpp15544 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 DSemaOverload.cpp3935 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 Dcatch.hpp4041 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()

12