OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:m_fields
(Results
1 - 9
of
9
) sorted by relevancy
/src/external/gpl3/gdb.old/dist/gdb/
registry.h
72
:
m_fields
(get_registrations ().size ())
176
void *elt =
m_fields
[i];
180
m_fields
[i] = nullptr;
206
m_fields
[key] = datum;
213
return
m_fields
[key];
217
std::vector<void *>
m_fields
;
member in class:registry
amdgpu-tdep.c
251
m_fields
.push_back (field {std::move (name), bit_pos_start,
256
{ return
m_fields
.size (); }
259
{ return
m_fields
[pos]; }
262
{ return
m_fields
.begin (); }
265
{ return
m_fields
.end (); }
279
container_type
m_fields
;
member in struct:amd_dbgapi_register_type
valops.c
1889
return
m_fields
;
1916
std::vector<found_field>
m_fields
;
1949
if (
m_fields
.empty () || m_last_boffset != boffset)
1950
m_fields
.push_back ({m_struct_path, v});
1960
for (const found_field &field:
m_fields
)
1977
m_fields
.push_back ({m_struct_path, v});
1914
std::vector<found_field>
m_fields
;
member in struct:struct_field_searcher
/src/external/gpl3/gdb/dist/gdb/
registry.h
72
:
m_fields
(get_registrations ().size ())
176
void *elt =
m_fields
[i];
180
m_fields
[i] = nullptr;
206
m_fields
[key] = datum;
213
return
m_fields
[key];
217
std::vector<void *>
m_fields
;
member in class:registry
amdgpu-tdep.c
251
m_fields
.push_back (field {std::move (name), bit_pos_start,
256
{ return
m_fields
.size (); }
259
{ return
m_fields
[pos]; }
262
{ return
m_fields
.begin (); }
265
{ return
m_fields
.end (); }
279
container_type
m_fields
;
member in struct:amd_dbgapi_register_type
valops.c
1889
return
m_fields
;
1916
std::vector<found_field>
m_fields
;
1949
if (
m_fields
.empty () || m_last_boffset != boffset)
1950
m_fields
.push_back ({m_struct_path, v});
1960
for (const found_field &field:
m_fields
)
1977
m_fields
.push_back ({m_struct_path, v});
1914
std::vector<found_field>
m_fields
;
member in struct:struct_field_searcher
/src/external/bsd/elftosb/dist/elftosb2/
ElftosbAST.h
611
IVTConstASTNode() : ConstASTNode(),
m_fields
() {}
620
void setFieldAssignments(ListASTNode * fields) {
m_fields
= fields; }
621
ListASTNode * getFieldAssignments() { return
m_fields
; }
625
smart_ptr<ListASTNode>
m_fields
;
member in class:elftosb::IVTConstASTNode
/src/external/gpl3/gcc/dist/gcc/jit/
jit-recording.h
1030
fields * get_fields () { return
m_fields
; }
1046
bool has_known_size () const final override { return
m_fields
!= NULL; }
1057
fields *
m_fields
;
member in class:gcc::jit::recording::compound_type
1095
int length () const { return
m_fields
.length (); }
1096
field *get_field (int i) const { return
m_fields
[i]; }
1104
auto_vec<field *>
m_fields
;
member in class:gcc::jit::recording::fields
1708
auto_vec<field *>
m_fields
;
member in class:gcc::jit::recording::ctor
/src/external/gpl3/gcc.old/dist/gcc/jit/
jit-recording.h
968
fields * get_fields () { return
m_fields
; }
984
bool has_known_size () const FINAL OVERRIDE { return
m_fields
!= NULL; }
995
fields *
m_fields
;
member in class:gcc::jit::recording::compound_type
1033
int length () const { return
m_fields
.length (); }
1034
field *get_field (int i) const { return
m_fields
[i]; }
1042
auto_vec<field *>
m_fields
;
member in class:gcc::jit::recording::fields
1607
auto_vec<field *>
m_fields
;
member in class:gcc::jit::recording::ctor
Completed in 45 milliseconds
Indexes created Wed Mar 25 00:23:37 UTC 2026