Searched refs:SubType (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/sys/boot/efi/boot1/
H A Dboot1.c94 imgpath->SubType != devpath->SubType)
157 switch (devpath->SubType) {
191 devpath->SubType);
195 switch (devpath->SubType) {
205 devpath->SubType);
242 switch (devpath->SubType) {
259 devpath->SubType);
262 return snprintf(buf, size, "bbs(0x%02x)", devpath->SubType);
268 devpath->SubType);
[all...]
/freebsd-11.0-release/sys/boot/efi/include/
H A Defidevp.h36 UINT8 SubType; member in struct:_EFI_DEVICE_PATH
51 #define DP_IS_END_SUBTYPE(a) ( ((a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
54 #define DevicePathSubType(a) ( (a)->SubType )
59 #define IsDevicePathEndSubType(a) ( (a)->SubType == END_ENTIRE_DEVICE_PATH_SUBTYPE )
71 (a)->SubType = END_ENTIRE_DEVICE_PATH_SUBTYPE; \
/freebsd-11.0-release/contrib/llvm/lib/TableGen/
H A DTGParser.cpp696 RecTy *SubType = ParseType(); local
697 if (!SubType) return nullptr;
704 return ListRecTy::get(SubType);
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaDeclCXX.cpp6034 QualType SubType, bool ConstRHS,
6038 CXXRecordDecl *SubRD = SubType->getAsCXXRecordDecl();
6043 if (findTrivialSpecialMember(S, SubRD, CSM, SubType.getCVRQualifiers(),
6049 SubType.addConst();
6053 << Kind << SubType.getUnqualifiedType();
6058 << Kind << SubType.getUnqualifiedType() << CSM << SubType; local
6062 << Kind << SubType.getUnqualifiedType() << CSM;
6065 << Kind << SubType.getUnqualifiedType() << CSM;
6071 << Kind << SubType
6033 checkTrivialSubobjectCall(Sema &S, SourceLocation SubobjLoc, QualType SubType, bool ConstRHS, Sema::CXXSpecialMember CSM, TrivialSubobjectKind Kind, bool Diagnose) argument
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DASTContext.cpp7339 /// of T is compatible with SubType, return the merged type, else return
7341 QualType ASTContext::mergeTransparentUnionType(QualType T, QualType SubType, argument
7349 QualType MT = mergeTypes(ET, SubType, OfBlockPointer, Unqualified);

Completed in 142 milliseconds