Home
last modified time | relevance | path

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

/openbsd/src/gnu/usr.bin/gcc/gcc/java/
Dparse.y307 static tree build_access_to_thisn PARAMS ((tree, tree, int));
8249 access = build_access_to_thisn (current_class, decl_ctx, lc);
8588 build_access_to_thisn (from, to, lc) in build_access_to_thisn() function
9587 decl = build_access_to_thisn (current_class, type, 0);
9763 decl = build_access_to_thisn (current_class, type, 0);
10585 extra_arg = build_access_to_thisn (current_class,
10608 build_access_to_thisn (current_class, DECL_CONTEXT (dest), 0);
10725 ta = build_access_to_thisn (ctx, type, 0);
Dparse.c547 static tree build_access_to_thisn PARAMS ((tree, tree, int));
11814 access = build_access_to_thisn (current_class, decl_ctx, lc);
12153 build_access_to_thisn (from, to, lc) in build_access_to_thisn() function
13152 decl = build_access_to_thisn (current_class, type, 0);
13328 decl = build_access_to_thisn (current_class, type, 0);
14150 extra_arg = build_access_to_thisn (current_class,
14173 build_access_to_thisn (current_class, DECL_CONTEXT (dest), 0);
14290 ta = build_access_to_thisn (ctx, type, 0);
DChangeLog1073 * parse.y (patch_method_invocation): Always use build_access_to_thisn
1075 invocation. Pass correct arguments to build_access_to_thisn.
1284 * parse.y (build_access_to_thisn): Stop when FROM is not an inner
4350 (build_access_to_thisn): Stop at the last enclosing context if
4619 (build_access_to_thisn): Fixed leading comment. Tidied things up.
5921 * parse.y (build_access_to_thisn): Fixed leading comment.
6695 (build_access_to_thisn): Inserted debug message.
7230 build_thisn_assign, build_current_thisn, build_access_to_thisn,