Searched defs:Node (Results 1 – 8 of 8) sorted by relevance
9 typedef struct Node Node; typedef42 struct Node struct44 Node* left; argument45 Node* right; argument69 #define Z ((Node*)0) argument
130 typedef struct Node { struct132 struct Node *nnext; argument135 struct Node *narg[1]; /* variable: actual size set by calling malloc */ argument136 } Node; typedef
76 typedef struct Node struct82 struct Node *next; /* list for a rule */ argument83 } Node; typedef
16 typedef struct Node Node; typedef158 struct Node struct163 Node* left; argument164 Node* right; argument168 #define ZN (Node*)0 argument
12 struct Node struct16 }Node; typedef
9 typedef struct Node Node; typedef52 struct Node struct54 Node* left; argument55 Node* right; argument69 #define Z ((Node*)0) argument
31 typedef struct Node Node; typedef428 struct Node struct435 Node *left; argument436 Node *right; argument437 Type *ty;438 Decl *decl;439 Long val; /* for Oconst */440 Real rval; /* for Oconst */
1201 gcmpv(Node *l, Node *r, void (*mov)(Node*, Node*, int), int op) in gcmpv() argument