Searched refs:Entry (Results 1 - 25 of 61) sorted by relevance

123

/haiku-buildtools/binutils/ld/testsuite/ld-arm/
H A Dthumb-entry.d2 Entry point address: 0x8001
/haiku-buildtools/legacy/binutils/ld/testsuite/ld-arm/
H A Dthumb-entry.d2 Entry point address: 0x8001
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dcomplit8.C4 template<typename Entry>
6 Entry *array[32];
8 array ( (Entry*[1]) { 0, 0 } ) // { dg-error "initializers|incompatible" }
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_map/requirements/
H A D53339.cc27 struct Entry;
29 typedef std::unordered_map<int, Entry> Storage;
32 struct Entry struct in struct:LinkedHashMap
/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/unordered_multimap/requirements/
H A D53339.cc27 struct Entry;
29 typedef std::unordered_multimap<int, Entry> Storage;
32 struct Entry struct in struct:LinkedHashMap
/haiku-buildtools/binutils/ld/testsuite/ld-pe/
H A Dtlssec64.d2 Entry 9 0000000000003000 00000028 Thread Storage Directory \[\.tls\]
H A Dtlssec32.d2 Entry 9 0000.000 000000.. Thread Storage Directory \[\.tls\]
H A Dexports.d3 Entry 0 00000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
H A Dexports64.d3 Entry 0 0000000000000000 00000000 Export Directory \[\.edata \(or where ever we found it\)\]
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/
H A Dcond_dealtor.hpp49 template<typename Entry, typename _Alloc>
52 typedef typename _Alloc::template rebind<Entry> __rebind_e;
78 template<typename Entry, class _Alloc>
79 typename cond_dealtor<Entry, _Alloc>::entry_allocator
80 cond_dealtor<Entry, _Alloc>::s_alloc;
/haiku-buildtools/jam/
H A DStatCacheServerImpl.h9 #include <Entry.h>
15 class Entry;
72 // Entry
73 class Entry : public Referencable { class in inherits:Referencable
75 Entry();
76 ~Entry();
87 void SetPrevious(Entry *entry);
88 Entry *GetPrevious() const;
89 void SetNext(Entry *entry);
90 Entry *GetNex
[all...]
H A DStatCacheServer.cpp100 Entry::Entry() function in class:Entry
111 Entry::~Entry()
118 Entry::SetTo(Directory *parent, const char *name)
127 Entry::GetParent() const
134 Entry::GetName() const
141 Entry::SetNode(Node *node)
157 Entry::GetNode() const
164 Entry
[all...]
/haiku-buildtools/gcc/liboffloadmic/runtime/
H A Dofldend.cpp48 __declspec(align(sizeof(FuncTable::Entry)))
50 static FuncTable::Entry __offload_entry_table_end = { (const char*)-1 };
55 __declspec(align(sizeof(FuncTable::Entry)))
57 static FuncTable::Entry __offload_func_table_end = { (const char*)-1 };
62 __declspec(align(sizeof(VarTable::Entry)))
64 static VarTable::Entry __offload_var_table_end = { (const char*)-1 };
H A Dofldbegin.cpp74 __declspec(align(sizeof(FuncTable::Entry)))
76 static FuncTable::Entry __offload_entry_table_start = { 0 };
87 __declspec(align(sizeof(FuncTable::Entry)))
89 static FuncTable::Entry __offload_func_table_start = { 0 };
100 __declspec(align(sizeof(VarTable::Entry)))
102 static VarTable::Entry __offload_var_table_start = { 0 };
H A Doffload_table.h99 struct Entry { struct in struct:FuncTable
105 const Entry *entries;
156 struct Entry { struct in struct:VarTable
171 const Entry *entries;
186 Table::Entry> {
215 const Table::Entry* operator*() const {
238 const Table::Entry *m_entry;
250 // Entry representation in a copy buffer
H A Doffload_table.cpp59 static FuncTable::Entry predefined_entries[] = {
110 // Entry table
130 for (const Table::Entry *e = n->table.entries;
152 for (const Table::Entry *e = n->table.entries;
178 for (const Table::Entry *e = n->table.entries;
208 for (const Table::Entry *e = n->table.entries;
227 for (const Table::Entry *e = n->table.entries;
252 for (const Table::Entry *e = n->table.entries;
272 for (const Table::Entry *e = n->table.entries;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/opt/
H A Dpr55717.C23 typedef HashTableEntry <T> Entry; typedef in struct:HashTable
27 Entry *cur, end;
54 static Entry *entryp;
55 Entry *findFreeEntry (unsigned) { return entryp; }
59 Entry *entry = findFreeEntry (keyHash);
69 typedef HashMapEntry <Key> Entry; typedef in struct:HashMap
74 typedef HashTable <Entry, MapHashPolicy, AllocPolicy> Impl;
/haiku-buildtools/binutils/ld/testsuite/ld-powerpc/
H A Dvle-multiseg-4.d3 Entry point 0x0
H A Dvle-multiseg-5.d3 Entry point 0x0
H A Dvle-multiseg-1.d3 Entry point 0x0
H A Dvle-multiseg-2.d3 Entry point 0x0
H A Dvle-multiseg-3.d3 Entry point 0x0
/haiku-buildtools/gcc/libstdc++-v3/include/ext/pb_ds/detail/binary_heap_/
H A Dconst_iterator.hpp53 binary_heap_point_const_iterator_<Value_Type, Entry, Simple, _Alloc>
57 typename Entry,
H A Dpoint_const_iterator.hpp53 template<typename Value_Type, typename Entry, bool Simple,
58 typedef typename _Alloc::template rebind<Entry>::other::pointer entry_pointer;
/haiku-buildtools/binutils/ld/testsuite/ld-sh/
H A Dfdpic-stack-default.d8 Entry point 0x400074

Completed in 100 milliseconds

123