Home
last modified time | relevance | path

Searched refs:build_wfl_wrap (Results 1 – 3 of 3) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y189 static tree build_wfl_wrap PARAMS ((tree, int));
9206 wfl = build_wfl_wrap (primary, location);
12574 build_wfl_wrap (node, location) in build_wfl_wrap() function
Dparse.c429 static tree build_wfl_wrap PARAMS ((tree, int));
12771 wfl = build_wfl_wrap (primary, location);
16139 build_wfl_wrap (node, location) in build_wfl_wrap() function
DChangeLog3031 (build_wfl_wrap): Fixed indentation.
5595 * parse.y (build_wfl_wrap): Added `location' argument. Set
5601 (make_qualified_primary): Added extra parameter to build_wfl_wrap
7220 (maybe_use_access_method, build_wfl_wrap): New functions.