Searched defs:wfl (Results 1 – 8 of 8) sorted by relevance
/openbsd-src/gnu/usr.bin/gcc/gcc/java/ |
H A D | parse.y | 1252 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 D | parse.c | 4175 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 D | check-init.c | 75 static tree wfl; variable
|
H A D | java-tree.h | 976 tree wfl; /* Information on the original location */ member 1019 tree wfl; /* Original wfl */ member
|
H A D | parse.h | 487 tree wfl; /* Where thing to resolve where found */ member
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/ |
H A D | uninit-A.c | 9 struct tree *car, *cdr, *wfl; member
|
/openbsd-src/usr.bin/rsync/ |
H A D | flist.c | 1167 size_t *sz, const struct flist *wfl, size_t wflsz) in flist_gen_dels()
|
/openbsd-src/gnu/usr.bin/gcc/gcc/ |
H A D | tree.c | 2496 tree wfl = make_node (EXPR_WITH_FILE_LOCATION); local
|