Home
last modified time | relevance | path

Searched refs:remove_duplicate_local_var (Results 1 – 2 of 2) sorted by relevance

/dports/lang/gnu-apl/apl-1.8/src/
H A DUserFunction_header.cc396 remove_duplicate_local_var(sym_Z, 0); in remove_duplicate_local_variables()
397 remove_duplicate_local_var(sym_A, 0); in remove_duplicate_local_variables()
398 remove_duplicate_local_var(sym_LO, 0); in remove_duplicate_local_variables()
399 remove_duplicate_local_var(sym_FUN, 0); in remove_duplicate_local_variables()
400 remove_duplicate_local_var(sym_RO, 0); in remove_duplicate_local_variables()
401 remove_duplicate_local_var(sym_X, 0); in remove_duplicate_local_variables()
402 remove_duplicate_local_var(sym_B, 0); in remove_duplicate_local_variables()
405 remove_duplicate_local_var(label_values[l].sym, 0); in remove_duplicate_local_variables()
408 remove_duplicate_local_var(local_vars[l], l + 1); in remove_duplicate_local_variables()
412 UserFunction_header::remove_duplicate_local_var(const Symbol * sym, size_t pos) in remove_duplicate_local_var() function in UserFunction_header
H A DUserFunction_header.hh146 void remove_duplicate_local_var(const Symbol * sym, size_t pos);