OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:tdesc_feature
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gdb/dist/gdbsupport/
tdesc.h
23
struct
tdesc_feature
;
42
virtual void visit_pre (const
tdesc_feature
*e)
45
virtual void visit_post (const
tdesc_feature
*e)
71
tdesc_reg (struct
tdesc_feature
*feature, const std::string &name_,
286
struct
tdesc_feature
: tdesc_element
struct in inherits:tdesc_element
288
tdesc_feature
(const std::string &name_)
function in struct:tdesc_feature
292
virtual ~
tdesc_feature
() = default;
294
DISABLE_COPY_AND_ASSIGN (
tdesc_feature
);
308
bool operator== (const
tdesc_feature
&other) const;
310
bool operator!= (const
tdesc_feature
&other) cons
[
all
...]
/src/external/gpl3/gdb.old/dist/gdbsupport/
tdesc.h
21
struct
tdesc_feature
;
40
virtual void visit_pre (const
tdesc_feature
*e)
43
virtual void visit_post (const
tdesc_feature
*e)
69
tdesc_reg (struct
tdesc_feature
*feature, const std::string &name_,
284
struct
tdesc_feature
: tdesc_element
struct in inherits:tdesc_element
286
tdesc_feature
(const std::string &name_)
function in struct:tdesc_feature
290
virtual ~
tdesc_feature
() = default;
292
DISABLE_COPY_AND_ASSIGN (
tdesc_feature
);
306
bool operator== (const
tdesc_feature
&other) const;
308
bool operator!= (const
tdesc_feature
&other) cons
[
all
...]
Completed in 23 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026