Searched refs:actual_args (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
H A D | Statepoint.h | 145 iterator_range<const_op_iterator> actual_args() const { in actual_args() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | trans-types.c | 2994 gfc_get_function_type (gfc_symbol * sym, gfc_actual_arglist *actual_args) in gfc_get_function_type() argument 3052 if (sym->backend_decl == error_mark_node && actual_args != NULL in gfc_get_function_type() 3055 gfc_get_formal_from_actual_arglist (sym, actual_args); in gfc_get_function_type()
|
H A D | interface.c | 5344 gfc_actual_arglist *actual_args) in gfc_get_formal_from_actual_arglist() argument 5353 for (a = actual_args; a != NULL; a = a->next) in gfc_get_formal_from_actual_arglist()
|
H A D | trans-decl.c | 2067 gfc_get_extern_function_decl (gfc_symbol * sym, gfc_actual_arglist *actual_args) in gfc_get_extern_function_decl() argument 2279 type = gfc_get_function_type (sym, actual_args); in gfc_get_extern_function_decl()
|
H A D | trans-expr.c | 4132 gfc_actual_arglist *actual_args) in conv_function_val() argument 4150 sym->backend_decl = gfc_get_extern_function_decl (sym, actual_args); in conv_function_val()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | trans-types.cc | 3091 gfc_get_function_type (gfc_symbol * sym, gfc_actual_arglist *actual_args, in gfc_get_function_type() argument 3150 if (sym->backend_decl == error_mark_node && actual_args != NULL in gfc_get_function_type() 3153 gfc_get_formal_from_actual_arglist (sym, actual_args); in gfc_get_function_type()
|
H A D | ChangeLog-2019 | 2674 actual_args and pass it through to gfc_get_function_type. 2675 * trans-expr.c (conv_function_val): Add argument actual_args 2679 (gfc_get_function_type): Add argument actual_args. Generate
|
H A D | interface.cc | 5549 gfc_actual_arglist *actual_args) in gfc_get_formal_from_actual_arglist() argument 5558 for (a = actual_args; a != NULL; a = a->next) in gfc_get_formal_from_actual_arglist()
|
H A D | trans-decl.cc | 2106 gfc_get_extern_function_decl (gfc_symbol * sym, gfc_actual_arglist *actual_args, in gfc_get_extern_function_decl() argument 2298 type = gfc_get_function_type (sym, actual_args, fnspec); in gfc_get_extern_function_decl()
|
H A D | trans-expr.cc | 4221 gfc_actual_arglist *actual_args) in conv_function_val() argument 4239 sym->backend_decl = gfc_get_extern_function_decl (sym, actual_args); in conv_function_val()
|
H A D | trans-intrinsic.cc | 12193 gfc_conv_intrinsic_mvbits (gfc_se *se, gfc_actual_arglist *actual_args, in gfc_conv_intrinsic_mvbits() argument 12211 actual = actual_args; in gfc_conv_intrinsic_mvbits()
|