Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/acpica/dist/executer/
H A Dexresnte.c91 ACPI_OBJECT_TYPE EntryType; in AcpiExResolveNodeToValue() local
103 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
106 Node, SourceDesc, AcpiUtGetTypeName (EntryType))); in AcpiExResolveNodeToValue()
108 if ((EntryType == ACPI_TYPE_LOCAL_ALIAS) || in AcpiExResolveNodeToValue()
109 (EntryType == ACPI_TYPE_LOCAL_METHOD_ALIAS)) in AcpiExResolveNodeToValue()
115 EntryType = AcpiNsGetType ((ACPI_HANDLE) Node); in AcpiExResolveNodeToValue()
125 if ((EntryType == ACPI_TYPE_DEVICE) || in AcpiExResolveNodeToValue()
126 (EntryType == ACPI_TYPE_THERMAL) || in AcpiExResolveNodeToValue()
127 (EntryType == ACPI_TYPE_METHOD) || in AcpiExResolveNodeToValue()
144 switch (EntryType) in AcpiExResolveNodeToValue()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ObjectYAML/
H A DDWARFYAML.h194 template <typename EntryType> struct ListEntries {
195 Optional<std::vector<EntryType>> Entries;
199 template <typename EntryType> struct ListTable {
207 std::vector<ListEntries<EntryType>> Lists;
354 template <typename EntryType> in LLVM_YAML_IS_SEQUENCE_VECTOR()
355 struct MappingTraits<DWARFYAML::ListTable<EntryType>> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
356 static void mapping(IO &IO, DWARFYAML::ListTable<EntryType> &ListTable); in LLVM_YAML_IS_SEQUENCE_VECTOR()
359 template <typename EntryType> in LLVM_YAML_IS_SEQUENCE_VECTOR()
360 struct MappingTraits<DWARFYAML::ListEntries<EntryType>> { in LLVM_YAML_IS_SEQUENCE_VECTOR()
361 static void mapping(IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries); in LLVM_YAML_IS_SEQUENCE_VECTOR()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/lib/ObjectYAML/
H A DDWARFYAML.cpp299 template <typename EntryType>
300 void MappingTraits<DWARFYAML::ListEntries<EntryType>>::mapping( in mapping()
301 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in mapping()
306 template <typename EntryType>
307 std::string MappingTraits<DWARFYAML::ListEntries<EntryType>>::validate( in validate()
308 IO &IO, DWARFYAML::ListEntries<EntryType> &ListEntries) { in validate()
314 template <typename EntryType>
315 void MappingTraits<DWARFYAML::ListTable<EntryType>>::mapping( in mapping()
316 IO &IO, DWARFYAML::ListTable<EntryType> &ListTable) { in mapping()
H A DDWARFEmitter.cpp909 template <typename EntryType>
911 ArrayRef<DWARFYAML::ListTable<EntryType>> Tables, in writeDWARFLists()
913 for (const DWARFYAML::ListTable<EntryType> &Table : Tables) { in writeDWARFLists()
936 for (const DWARFYAML::ListEntries<EntryType> &List : Table.Lists) { in writeDWARFLists()
942 for (const EntryType &Entry : *List.Entries) { in writeDWARFLists()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDeclTemplate.h767 template <typename EntryType> struct SpecEntryTraits {
768 using DeclType = EntryType;
770 static DeclType *getDecl(EntryType *D) { in getDecl()
774 static ArrayRef<TemplateArgument> getTemplateArgs(EntryType *D) { in getTemplateArgs()
779 template <typename EntryType, typename SETraits = SpecEntryTraits<EntryType>,
783 SpecIterator<EntryType, SETraits, DeclType>,
784 typename llvm::FoldingSetVector<EntryType>::iterator,
786 EntryType>::iterator>::iterator_category,
790 typename llvm::FoldingSetVector<EntryType>::iterator SetIter) in SpecIterator()
800 template <typename EntryType>
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DDeclTemplate.cpp295 template<class EntryType, typename... ProfileArguments>
296 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
298 llvm::FoldingSetVector<EntryType> &Specs, void *&InsertPos, in findSpecializationImpl()
300 using SETraits = SpecEntryTraits<EntryType>; in findSpecializationImpl()
303 EntryType::Profile(ID, std::forward<ProfileArguments>(ProfileArgs)..., in findSpecializationImpl()
305 EntryType *Entry = Specs.FindNodeOrInsertPos(ID, InsertPos); in findSpecializationImpl()
309 template<class Derived, class EntryType>
311 llvm::FoldingSetVector<EntryType> &Specializations, EntryType *Entry, in addSpecializationImpl()
313 using SETraits = SpecEntryTraits<EntryType>; in addSpecializationImpl()
326 EntryType *Existing = Specializations.GetOrInsertNode(Entry); in addSpecializationImpl()
/netbsd-src/sys/external/bsd/gnu-efi/dist/lib/ia64/
H A Dsalpal.c216 IN UINT8 EntryType in LibSearchSalSystemTable() argument
240 if (*SalTableHack == EntryType) { in LibSearchSalSystemTable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDebugLocEntry.h43 enum EntryType { enum
50 enum EntryType EntryKind;
/netbsd-src/sys/external/bsd/gnu-efi/dist/inc/ia64/
H A Defilibplat.h55 IN UINT8 EntryType
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFListTable.h39 using EntryType = ListEntryType; variable
40 using ListEntries = std::vector<EntryType>;
/netbsd-src/sys/external/bsd/acpica/dist/common/
H A Ddmtbdump2.c403 UINT32 EntryType; in AcpiDmDumpIvrs() local
511 EntryType = DeviceEntry->Type; in AcpiDmDumpIvrs()
512 EntryLength = EntryType >> 6 == 1 ? 8 : 4; in AcpiDmDumpIvrs()
514 switch (EntryType) in AcpiDmDumpIvrs()
564 EntryType, EntryLength, EntryOffset); in AcpiDmDumpIvrs()
582 if (EntryType == ACPI_IVRS_TYPE_HID) in AcpiDmDumpIvrs()
H A Ddmtbinfo1.c904 {ACPI_DMT_DMAR_SCOPE, ACPI_DMARS_OFFSET (EntryType), "Device Scope Type", 0},
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/
H A DASTWriterDecl.cpp191 template <typename EntryType>
192 typename RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::DeclType *
193 getSpecializationDecl(EntryType &T) { in getSpecializationDecl()
194 return RedeclarableTemplateDecl::SpecEntryTraits<EntryType>::getDecl(&T); in getSpecializationDecl()
/netbsd-src/sys/external/bsd/acpica/dist/include/
H A Dactbl1.h1020 UINT8 EntryType;
1028 /* Values for EntryType in ACPI_DMAR_DEVICE_SCOPE - device types */
1012 UINT8 EntryType; global() member
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c3627 printf("\t\tType=%s\n", devscope_type2str(devscope->EntryType)); in acpi_handle_dmar_devscope()