Home
last modified time | relevance | path

Searched refs:ObjType (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/sys/external/bsd/acpica/dist/namespace/
H A Dnsdump.c214 ACPI_OBJECT_TYPE ObjType; in AcpiNsDumpOneObject() local
553 ObjType = ACPI_TYPE_INVALID; in AcpiNsDumpOneObject()
569 ObjType = ObjDesc->Common.Type; in AcpiNsDumpOneObject()
571 if (ObjType > ACPI_TYPE_LOCAL_MAX) in AcpiNsDumpOneObject()
575 ObjType); in AcpiNsDumpOneObject()
583 ObjType, AcpiUtGetTypeName (ObjType)); in AcpiNsDumpOneObject()
605 switch (ObjType) in AcpiNsDumpOneObject()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/XCore/
H A DXCoreTargetObjectFile.cpp120 Type *ObjType = GO->getValueType(); in SelectSectionForGlobal() local
122 if (TM.getCodeModel() == CodeModel::Small || !ObjType->isSized() || in SelectSectionForGlobal()
123 DL.getTypeAllocSize(ObjType) < CodeModelLargeSize) { in SelectSectionForGlobal()
H A DXCoreISelLowering.cpp269 Type *ObjType = GV->getValueType(); in IsSmallObject() local
270 if (!ObjType->isSized()) in IsSmallObject()
274 unsigned ObjSize = DL.getTypeAllocSize(ObjType); in IsSmallObject()
/netbsd-src/sys/external/bsd/acpica/dist/compiler/
H A Daslexternal.c379 ACPI_OBJECT_TYPE ObjType; in ExMoveExternals() local
485 ObjType = (ACPI_OBJECT_TYPE) in ExMoveExternals()
488 if (ObjType == ACPI_TYPE_METHOD && in ExMoveExternals()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dacmacros.h421 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument
422 {Name, (UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
424 #define ACPI_OP(Name, PArgs, IArgs, ObjType, Class, Type, Flags) \ argument
425 {(UINT32)(PArgs), (UINT32)(IArgs), (UINT32)(Flags), ObjType, Class, Type}
/netbsd-src/sys/dev/ic/
H A Daacreg.h531 u_int32_t ObjType; member
598 u_int32_t ObjType; member
607 u_int32_t ObjType; member
627 u_int32_t ObjType; member
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp3577 static QualType getSubobjectType(QualType ObjType, QualType SubobjType, in getSubobjectType() argument
3582 if (ObjType.isConstQualified() && !IsMutable) in getSubobjectType()
3586 if (ObjType.isVolatileQualified()) in getSubobjectType()
3611 QualType ObjType = Obj.Type; in findSubobject() local
3630 if ((ObjType.isConstQualified() || ObjType.isVolatileQualified()) && in findSubobject()
3631 ObjType->isRecordType() && in findSubobject()
3636 ObjType = Info.Ctx.getCanonicalType(ObjType); in findSubobject()
3637 ObjType.removeLocalConst(); in findSubobject()
3638 ObjType.removeLocalVolatile(); in findSubobject()
3642 if (I == N || (I == N - 1 && ObjType->isAnyComplexType())) { in findSubobject()
[all …]
/netbsd-src/external/gpl3/binutils.old/dist/gold/
H A Daarch64.cc3998 typedef Sized_relobj_file<size, big_endian> ObjType; in scan_reloc_section_for_stubs() typedef
4001 typename ObjType::Compute_final_local_value_status status = in scan_reloc_section_for_stubs()
4004 if (status == ObjType::CFLV_OK) in scan_reloc_section_for_stubs()
H A Darm.cc12166 typedef Sized_relobj_file<32, big_endian> ObjType; in scan_reloc_section_for_stubs() typedef
12169 typename ObjType::Compute_final_local_value_status status = in scan_reloc_section_for_stubs()
12172 if (status == ObjType::CFLV_OK) in scan_reloc_section_for_stubs()
H A Dpowerpc.cc3603 typedef Sized_relobj_file<size, big_endian> ObjType; in make_stub() typedef
3604 typename ObjType::Compute_final_local_value_status status in make_stub()
3607 if (status != ObjType::CFLV_OK in make_stub()
/netbsd-src/external/gpl3/binutils/dist/gold/
H A Daarch64.cc4000 typedef Sized_relobj_file<size, big_endian> ObjType; in scan_reloc_section_for_stubs() typedef
4003 typename ObjType::Compute_final_local_value_status status = in scan_reloc_section_for_stubs()
4006 if (status == ObjType::CFLV_OK) in scan_reloc_section_for_stubs()
H A Darm.cc12166 typedef Sized_relobj_file<32, big_endian> ObjType; in scan_reloc_section_for_stubs() typedef
12169 typename ObjType::Compute_final_local_value_status status = in scan_reloc_section_for_stubs()
12172 if (status == ObjType::CFLV_OK) in scan_reloc_section_for_stubs()
H A Dpowerpc.cc3627 typedef Sized_relobj_file<size, big_endian> ObjType; in make_stub() typedef
3628 typename ObjType::Compute_final_local_value_status status in make_stub()
3631 if (status != ObjType::CFLV_OK in make_stub()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp7186 if (const ObjCObjectType *ObjType = in GetAssumedMessageSendExprType() local
7188 IFace = ObjType->getInterface(); in GetAssumedMessageSendExprType()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp4361 EVT ObjType = (ObjSize == 1 ? MVT::i8 : in LowerFormalArguments_64SVR4() local
4364 MachinePointerInfo(&*FuncArg), ObjType); in LowerFormalArguments_64SVR4()