Home
last modified time | relevance | path

Searched refs:SubType (Results 1 – 17 of 17) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DConversionChecker.cpp142 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfPrecision() local
144 if (!DestType->isRealType() || !SubType->isIntegerType()) in isLossOfPrecision()
173 unsigned CorrectedSrcWidth = AC.getIntWidth(SubType); in isLossOfPrecision()
174 if (SubType->isSignedIntegerType()) in isLossOfPrecision()
194 QualType SubType = Cast->IgnoreParenImpCasts()->getType(); in isLossOfSign() local
196 if (!CastType->isUnsignedIntegerType() || !SubType->isSignedIntegerType()) in isLossOfSign()
/freebsd/stand/efi/include/
H A Defidevp.h37 UINT8 SubType; member
52 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
55 #define DevicePathSubType(a) ( (a)->SubType )
60 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
72 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h28 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/freebsd/lib/libefivar/
H A Duefi-dputil.c239 return ((const EFI_DEVICE_PATH_PROTOCOL *)(Node))->SubType; in DevicePathSubType()
446 DevicePath->SubType = NodeSubType; in CreateDeviceNode()
H A Duefi-dplib.h90 UINT8 SubType; member
H A Defivar-dp-parse.c618 IN UINT8 SubType in ConvertFromTextVendor() argument
637 SubType, in ConvertFromTextVendor()
3853 DeviceNode->SubType = END_INSTANCE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibConvertTextToDevicePath()
H A Defivar-dp-format.c2452 (DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDeviceNodeToText()
2516 (DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDevicePathToText()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp339 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
341 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables()
351 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables()
672 uint32_t SubType, SubSectionSize; in traverseSymbolSection() local
673 if (Error E = consume(Data, SubType)) in traverseSymbolSection()
679 SubType &= ~SubsectionIgnoreFlag; in traverseSymbolSection()
695 switch (DebugSubsectionKind(SubType)) { in traverseSymbolSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1098 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
1100 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables()
1110 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables()
1158 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
1159 if (Error E = consume(Data, SubType)) in printCodeViewSymbolSection()
1166 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1167 W.printHex("IgnoredSubsectionKind", SubType); in printCodeViewSymbolSection()
1168 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
1170 W.printEnum("SubSectionType", SubType, ArrayRef(SubSectionTypes)); in printCodeViewSymbolSection()
1195 switch (DebugSubsectionKind(SubType)) { in printCodeViewSymbolSection()
/freebsd/sys/contrib/edk2/Include/Protocol/
H A DDevicePath.h51 UINT8 SubType; ///< Varies by Type member
/freebsd/stand/efi/libefi/
H A Ddevpath.c584 devpath->SubType == END_INSTANCE_DEVICE_PATH_SUBTYPE) { in efi_devpath_next_instance()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCompressInstEmitter.cpp130 bool validateTypes(Record *SubType, Record *Type, bool IsSourceInst);
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1134 RecTy *SubType = ParseType(); in ParseType() local
1135 if (!SubType) return nullptr; in ParseType()
1141 return ListRecTy::get(SubType); in ParseType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10025 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument
10029 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl(); in checkTrivialSubobjectCall()
10034 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(), in checkTrivialSubobjectCall()
10040 SubType.addConst(); in checkTrivialSubobjectCall()
10044 << Kind << SubType.getUnqualifiedType(); in checkTrivialSubobjectCall()
10049 << Kind << SubType.getUnqualifiedType() << CSM << SubType; in checkTrivialSubobjectCall()
10053 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
10056 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
10062 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
H A DSemaTemplate.cpp1395 QualType SubType; in RequireStructuralType() local
1402 SubType = T; in RequireStructuralType()
1413 SubType = T; in RequireStructuralType()
1422 << T << Kind << SubType; in RequireStructuralType()
1423 T = SubType; in RequireStructuralType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5006 unsigned SubType = 0; in parseFunctionBody() local
5012 SubType = IdxC->getZExtValue(); in parseFunctionBody()
5014 ResTypeID = getContainedTypeID(ResTypeID, SubType); in parseFunctionBody()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp10261 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument
10269 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()