Home
last modified time | relevance | path

Searched defs:wfl (Results 1 – 8 of 8) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dparse.y1252 tree wfl = build_wfl_node (this_identifier_node); variable
1258 tree wfl = build_wfl_node (super_identifier_node); variable
1977 tree wfl = build_wfl_node (this_identifier_node); variable
3358 tree wfl; local
3381 parser_add_interface (class_decl, interface_decl, wfl) in parser_add_interface() argument
3894 patch_anonymous_class (type_decl, class_decl, wfl) in patch_anonymous_class() argument
4125 tree wfl, init, list; local
4294 tree wfl = NULL_TREE; local
5050 unresolved_type_p (wfl, returned) in unresolved_type_p() argument
5131 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() argument
[all …]
H A Dparse.c4175 tree wfl = build_wfl_node (this_identifier_node); in yyparse() local
4184 tree wfl = build_wfl_node (super_identifier_node); in yyparse() local
5090 tree wfl = build_wfl_node (this_identifier_node); in yyparse() local
6923 tree wfl; local
6946 parser_add_interface (class_decl, interface_decl, wfl) in parser_add_interface() argument
7459 patch_anonymous_class (type_decl, class_decl, wfl) in patch_anonymous_class() argument
7690 tree wfl, init, list; local
7859 tree wfl = NULL_TREE; local
8615 unresolved_type_p (wfl, returned) in unresolved_type_p() argument
8696 parser_check_super (super_decl, this_decl, wfl) in parser_check_super() argument
[all …]
H A Dcheck-init.c75 static tree wfl; variable
H A Djava-tree.h976 tree wfl; /* Information on the original location */ member
1019 tree wfl; /* Original wfl */ member
H A Dparse.h487 tree wfl; /* Where thing to resolve where found */ member
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/
H A Duninit-A.c9 struct tree *car, *cdr, *wfl; member
/openbsd-src/usr.bin/rsync/
H A Dflist.c1167 size_t *sz, const struct flist *wfl, size_t wflsz) in flist_gen_dels()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dtree.c2496 tree wfl = make_node (EXPR_WITH_FILE_LOCATION); local