Home
last modified time | relevance | path

Searched refs:find_local_variable (Results 1 – 5 of 5) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dexpr.c1152 tree var = find_local_variable (index, type, pc);
1328 local_var = find_local_variable (local_var_index, int_type_node, pc);
2996 build_java_ret (find_local_variable (index, ptr_type_node, oldpc)); \
3053 tree value = find_local_variable (OPERAND_VALUE, type, oldpc); \
3194 decl = find_local_variable (var, type, oldpc); \
H A Ddecl.c205 find_local_variable (index, type, pc) in find_local_variable() function
258 return find_local_variable (index + DECL_MAX_LOCALS (current_function_decl),
H A Dverify.c725 find_local_variable (index, type, oldpc);
H A Djava-tree.h1150 extern tree find_local_variable PARAMS ((int index, tree type, int pc));
H A DChangeLog4820 (find_local_variable): Splitted. Call check_local_{un}named_variable.
4854 * decl.c (find_local_variable): Removed uncessary type check and
7578 * decl.c (find_local_variable): Reuse single slot decls when
9749 * decl.c (find_local_variable): Remove unused variable `rtl'.
14308 * decl.c (find_local_variable): Look for best, instead of first match.
14332 call find_local_variable to force pre-allocation of decl and rtx.
14546 (find_local_variable): Handles the case of a pointer
14581 (find_local_variable): Accept pc so we can skips decls not in range.
14584 (various): Change so current pc gets passed to find_local_variable.
14680 * expr.c (STORE_INTERNAL): Call find_local_variable,