OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:TREE_VALUE
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree.h
1210
#define
TREE_VALUE
(NODE) (TREE_LIST_CHECK (NODE)->list.value)
4603
arguments. The
TREE_VALUE
will be void_type_node and there will be
5459
return (i->next) ? &
TREE_VALUE
(i->next) : NULL;
5468
return (i->next) ?
TREE_VALUE
(i->next) : NULL_TREE;
/src/external/gpl3/gcc.old/dist/gcc/
tree.h
1106
#define
TREE_VALUE
(NODE) (TREE_LIST_CHECK (NODE)->list.value)
4367
arguments. The
TREE_VALUE
will be void_type_node and there will be
5190
return (i->next) ? &
TREE_VALUE
(i->next) : NULL;
5199
return (i->next) ?
TREE_VALUE
(i->next) : NULL_TREE;
Completed in 53 milliseconds
Indexes created Sun Apr 19 00:22:55 UTC 2026