OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nodeptr
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/config/rs6000/
rbtree.cc
41
struct rbt_string_node *
nodeptr
local
43
nodeptr
->str = str;
44
nodeptr
->left = t->rbt_nil;
45
nodeptr
->right = t->rbt_nil;
46
nodeptr
->par = NULL;
47
nodeptr
->color = RBT_RED;
48
return
nodeptr
;
/src/external/gpl3/gcc.old/dist/gcc/config/rs6000/
rbtree.cc
41
struct rbt_string_node *
nodeptr
local
43
nodeptr
->str = str;
44
nodeptr
->left = t->rbt_nil;
45
nodeptr
->right = t->rbt_nil;
46
nodeptr
->par = NULL;
47
nodeptr
->color = RBT_RED;
48
return
nodeptr
;
Completed in 59 milliseconds
Indexes created Fri May 08 00:25:09 UTC 2026