Searched refs:wfl (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A-O0.c9 struct tree *car, *cdr, *wfl; member in struct:tree
31 #define EXPR_WFL_QUALIFICATION(t) ((t)->wfl)
32 #define QUAL_WFL(t) ((t)->wfl)
33 #define EXPR_WFL_NODE(t) ((t)->wfl)
H A Duninit-A.c9 struct tree *car, *cdr, *wfl; member in struct:tree
31 #define EXPR_WFL_QUALIFICATION(t) ((t)->wfl)
32 #define QUAL_WFL(t) ((t)->wfl)
33 #define EXPR_WFL_NODE(t) ((t)->wfl)
/haiku-buildtools/legacy/gcc/gcc/java/
H A Dparse.c3356 tree wfl = build_wfl_node (this_identifier_node);
3357 EXPR_WFL_LINECOL (wfl) = yyvsp[0].operator.location;
3358 yyval.node = wfl;
3364 tree wfl = build_wfl_node (super_identifier_node);
3365 EXPR_WFL_LINECOL (wfl) = yyvsp[0].operator.location;
3366 yyval.node = wfl;
5468 parser_add_interface (class_decl, interface_decl, wfl)
5469 tree class_decl, interface_decl, wfl;
5472 parse_error_context (wfl, "Interface `%s' repeated",
5796 tree wfl
3354 tree wfl = build_wfl_node (this_identifier_node); local
3362 tree wfl = build_wfl_node (super_identifier_node); local
5792 tree wfl = NULL_TREE; local
6182 tree wfl = DECL_NAME (current_function_decl); local
6192 tree wfl = DECL_NAME (current_function_decl); local
8084 tree wfl = TREE_PURPOSE (current); local
8773 tree wfl; local
9556 tree wfl = TREE_OPERAND (patch, 0); local
10838 tree wfl = node; local
10914 tree decl, wfl = TREE_OPERAND (node, 0); local
11166 tree wfl = TREE_VALUE (cn), parm, temp; local
11348 tree wfl = local
11549 tree wfl; local
[all...]
H A Dparse.y1050 tree wfl = build_wfl_node (this_identifier_node);
1051 EXPR_WFL_LINECOL (wfl) = $1.location;
1052 $$ = wfl;
1056 tree wfl = build_wfl_node (super_identifier_node);
1057 EXPR_WFL_LINECOL (wfl) = $1.location;
1058 $$ = wfl;
2811 parser_add_interface (class_decl, interface_decl, wfl)
2812 tree class_decl, interface_decl, wfl;
2815 parse_error_context (wfl, "Interface `%s' repeated",
3139 tree wfl
[all...]
H A Dcheck-init.c74 static tree wfl; variable
380 parse_error_context (wfl,
688 tree saved_wfl = wfl;
693 wfl = exp;
699 wfl = saved_wfl;
H A Dparse.h361 tree wfl; /* Where thing to resolve where found */ member in struct:_jdep
372 #define JDEP_WFL(J) ((J)->wfl)
/haiku-buildtools/legacy/gcc/gcc/
H A Dtree.c3316 register tree wfl = make_node (EXPR_WITH_FILE_LOCATION);
3318 EXPR_WFL_NODE (wfl) = node;
3319 EXPR_WFL_SET_LINECOL (wfl, line, col);
3325 EXPR_WFL_FILENAME_NODE (wfl) = last_filenode;
3328 TREE_SIDE_EFFECTS (wfl) = TREE_SIDE_EFFECTS (node);
3329 TREE_TYPE (wfl) = TREE_TYPE (node);
3331 return wfl;
3294 register tree wfl = make_node (EXPR_WITH_FILE_LOCATION); local

Completed in 198 milliseconds