Searched refs:node3 (Results 1 – 4 of 4) sorted by relevance
| /openbsd-src/usr.bin/awk/ |
| H A D | parse.c | 72 Node *node3(int a, Node *b, Node *c, Node *d) in node3() function 133 x = node3(a,b,c,d); in stat3() 169 x = node3(a,b,c,d); in op3()
|
| H A D | proto.h | 72 extern Node *node3(int, Node *, Node *, Node *);
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | com.h | 206 tree node3); 208 tree node3);
|
| H A D | com.c | 9944 tree node2, tree node3) in ffecom_3() argument 9950 || (node3 == error_mark_node) in ffecom_3() 9954 item = build (code, type, node1, node2, node3); in ffecom_3() 9956 || (node3 != NULL_TREE && TREE_SIDE_EFFECTS (node3))) in ffecom_3() 9967 tree node2, tree node3) in ffecom_3s() argument 9973 || (node3 == error_mark_node) in ffecom_3s() 9977 item = build (code, type, node1, node2, node3); in ffecom_3s()
|