OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:DECL_NAME
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
gdbhooks.py
189
def
DECL_NAME
(self):
191
Get Tree instance corresponding to
DECL_NAME
(self)
251
tree_DECL_NAME = self.node.
DECL_NAME
()
262
if tree_TYPE_NAME.
DECL_NAME
().is_nonnull():
263
result += ' %s' % tree_TYPE_NAME.
DECL_NAME
().IDENTIFIER_POINTER()
286
# return IDENTIFIER_POINTER (
DECL_NAME
(decl));
288
result += ' "%s"/%d' % (tree_decl.
DECL_NAME
().IDENTIFIER_POINTER(), self.gdbval['order'])
tree.h
2073
:
DECL_NAME
((NODE)->ssa_name.var)) \
2681
#define
DECL_NAME
(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.name)
2686
?
DECL_NAME
(TYPE_NAME (NODE)) : TYPE_NAME (NODE))
3186
as
DECL_NAME
. It is an IDENTIFIER_NODE.
6175
tree name_decl =
DECL_NAME
(fndecl);
/src/external/gpl3/gcc.old/dist/gcc/
gdbhooks.py
189
def
DECL_NAME
(self):
191
Get Tree instance corresponding to
DECL_NAME
(self)
241
tree_DECL_NAME = self.node.
DECL_NAME
()
252
if tree_TYPE_NAME.
DECL_NAME
().is_nonnull():
253
result += ' %s' % tree_TYPE_NAME.
DECL_NAME
().IDENTIFIER_POINTER()
276
# return IDENTIFIER_POINTER (
DECL_NAME
(decl));
278
result += ' "%s"/%d' % (tree_decl.
DECL_NAME
().IDENTIFIER_POINTER(), self.gdbval['order'])
tree.h
1913
:
DECL_NAME
((NODE)->ssa_name.var)) \
2526
#define
DECL_NAME
(NODE) (DECL_MINIMAL_CHECK (NODE)->decl_minimal.name)
2531
?
DECL_NAME
(TYPE_NAME (NODE)) : TYPE_NAME (NODE))
3025
as
DECL_NAME
. It is an IDENTIFIER_NODE.
5881
tree name_decl =
DECL_NAME
(fndecl);
Completed in 36 milliseconds
Indexes created Mon Jun 15 00:25:07 UTC 2026