Home
last modified time | relevance | path

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

/freebsd/stand/efi/include/
H A Defi.h64 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
67 #define DevicePathSubType(a) ( (a)->SubType )
72 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
84 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
/freebsd/lib/libefivar/
H A Duefi-dputil.c194 return ((const EFI_DEVICE_PATH_PROTOCOL *)(Node))->SubType; in DevicePathSubType()
678 TempDevicePath->SubType = END_INSTANCE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibAppendDevicePathInstance()
752 Temp = DevPath->SubType; in UefiDevicePathLibGetNextDevicePathInstance()
753 DevPath->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibGetNextDevicePathInstance()
755 DevPath->SubType = Temp; in UefiDevicePathLibGetNextDevicePathInstance()
810 DevicePath->SubType = NodeSubType; in CreateDeviceNode()
901 FilePath->Header.SubType = MEDIA_FILEPATH_DP; in FileDevicePath()
H A Duefi-dplib.h91 UINT8 SubType; member
H A Defivar-dp-format.c2474 (DevicePathSubType (DeviceNode) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDeviceNodeToText()
2538 (DevicePathSubType (Node) == mUefiDevicePathLibToTextTable[Index].SubType) in UefiDevicePathLibConvertDevicePathToText()
H A Defivar-dp-parse.c622 IN UINT8 SubType in ConvertFromTextVendor() argument
641 SubType, in ConvertFromTextVendor()
4024 DeviceNode->SubType = END_INSTANCE_DEVICE_PATH_SUBTYPE; in UefiDevicePathLibConvertTextToDevicePath()
/freebsd/contrib/llvm-project/libc/include/llvm-libc-types/
H A DEFI_DEVICE_PATH_PROTOCOL.h19 uint8_t SubType; member
/freebsd/contrib/llvm-project/llvm/include/llvm/TextAPI/
H A DArchitecture.h29 #define ARCHINFO(Arch, Type, SubType, NumBits) AK_##Arch, argument
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/LogicalView/Readers/
H A DLVCodeViewReader.cpp334 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
336 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables()
346 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables()
667 uint32_t SubType, SubSectionSize; in traverseSymbolSection() local
668 if (Error E = consume(Data, SubType)) in traverseSymbolSection()
674 SubType &= ~SubsectionIgnoreFlag; in traverseSymbolSection()
690 switch (DebugSubsectionKind(SubType)) { in traverseSymbolSection()
/freebsd/contrib/llvm-project/llvm/tools/llvm-readobj/
H A DCOFFDumper.cpp1146 uint32_t SubType, SubSectionSize; in initializeFileAndStringTables() local
1148 if (Error E = Reader.readInteger(SubType)) in initializeFileAndStringTables()
1158 switch (DebugSubsectionKind(SubType)) { in initializeFileAndStringTables()
1206 uint32_t SubType, SubSectionSize; in printCodeViewSymbolSection() local
1207 if (Error E = consume(Data, SubType)) in printCodeViewSymbolSection()
1214 if (SubType & SubsectionIgnoreFlag) { in printCodeViewSymbolSection()
1215 W.printHex("IgnoredSubsectionKind", SubType); in printCodeViewSymbolSection()
1216 SubType &= ~SubsectionIgnoreFlag; in printCodeViewSymbolSection()
1218 W.printEnum("SubSectionType", SubType, ArrayRef(SubSectionTypes)); in printCodeViewSymbolSection()
1243 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.c586 devpath->SubType == END_INSTANCE_DEVICE_PATH_SUBTYPE) { in efi_devpath_next_instance()
/freebsd/contrib/llvm-project/llvm/lib/TableGen/
H A DTGParser.cpp1140 const RecTy *SubType = ParseType(); in ParseType() local
1141 if (!SubType) return nullptr; in ParseType()
1147 return ListRecTy::get(SubType); in ParseType()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclCXX.cpp10147 QualType SubType, bool ConstRHS, in checkTrivialSubobjectCall() argument
10151 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl(); in checkTrivialSubobjectCall()
10156 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(), in checkTrivialSubobjectCall()
10162 SubType.addConst(); in checkTrivialSubobjectCall()
10166 << Kind << SubType.getUnqualifiedType(); in checkTrivialSubobjectCall()
10171 << Kind << SubType.getUnqualifiedType() << CSM << SubType; in checkTrivialSubobjectCall()
10175 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
10178 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
10184 << Kind << SubType.getUnqualifiedType() << CSM; in checkTrivialSubobjectCall()
H A DSemaTemplate.cpp1349 QualType SubType; in RequireStructuralType() local
1356 SubType = T; in RequireStructuralType()
1367 SubType = T; in RequireStructuralType()
1376 << T << Kind << SubType; in RequireStructuralType()
1377 T = SubType; in RequireStructuralType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Reader/
H A DBitcodeReader.cpp5273 unsigned SubType = 0; in parseFunctionBody() local
5279 SubType = IdxC->getZExtValue(); in parseFunctionBody()
5281 ResTypeID = getContainedTypeID(ResTypeID, SubType); in parseFunctionBody()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp11284 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, in mergeTransparentUnionType() argument
11292 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified); in mergeTransparentUnionType()