Searched refs:EntryType (Results 1 - 9 of 9) sorted by relevance

/haiku/src/kits/debugger/dwarf/
H A DDwarfUtils.h39 template<typename EntryType, typename Predicate>
40 static EntryType* GetDIEByPredicate(EntryType* entry,
45 template<typename EntryType, typename Predicate>
46 /*static*/ EntryType*
47 DwarfUtils::GetDIEByPredicate(EntryType* entry, const Predicate& predicate)
53 if (EntryType* abstractOrigin = dynamic_cast<EntryType*>(
61 if (EntryType* specification = dynamic_cast<EntryType*>(
[all...]
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/components/executer/
H A Dexresnte.c199 ACPI_OBJECT_TYPE EntryType; local
211 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
214 Node, SourceDesc, AcpiUtGetTypeName (EntryType)));
216 if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) ||
217 (EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS))
223 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node);
233 if ((EntryType == ACPI_TYPE_DEVICE) ||
234 (EntryType == ACPI_TYPE_THERMAL) ||
235 (EntryType == ACPI_TYPE_METHOD) ||
252 switch (EntryType)
[all...]
/haiku/src/kits/debugger/debug_info/
H A DDwarfStackFrameDebugInfo.h79 template<typename EntryType>
80 static DIEType* _GetDIEType(EntryType* entry);
H A DDwarfStackFrameDebugInfo.cpp356 template<typename EntryType>
358 DwarfStackFrameDebugInfo::_GetDIEType(EntryType* entry)
363 if (EntryType* abstractOrigin = dynamic_cast<EntryType*>(
370 if (EntryType* specification = dynamic_cast<EntryType*>(
H A DDwarfTypeFactory.cpp41 template<typename EntryType>
43 inline bool operator()(EntryType* entry) const
53 template<typename EntryType>
55 inline bool operator()(EntryType* entry) const
120 template<typename EntryType>
122 inline bool operator()(EntryType* entry) const
H A DDwarfTypes.cpp31 template<typename EntryType>
33 inline bool operator()(EntryType* entry) const
43 template<typename EntryType>
45 inline bool operator()(EntryType* entry) const
H A DDwarfImageDebugInfo.cpp72 template<typename EntryType>
74 inline bool operator()(EntryType* entry) const
/haiku/src/add-ons/kernel/bus_managers/acpi/acpica/include/
H A Dactbl1.h1120 UINT8 EntryType; member in struct:acpi_dmar_device_scope
1128 /* Values for EntryType in ACPI_DMAR_DEVICE_SCOPE - device types */
/haiku/src/servers/registrar/
H A DTRoster.cpp1933 enum EntryType {

Completed in 86 milliseconds