HomeSort by: relevance | last modified time | path
    Searched defs:target_arg_types (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
class.cc 8822 tree target_arg_types;
8828 target_arg_types = TYPE_ARG_TYPES (target_fn_type);
8831 nargs = list_length (target_arg_types);
8833 for (arg = target_arg_types, ia = 0;
8815 tree target_arg_types; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
class.cc 8490 tree target_arg_types;
8496 target_arg_types = TYPE_ARG_TYPES (target_fn_type);
8499 nargs = list_length (target_arg_types);
8501 for (arg = target_arg_types, ia = 0;
8483 tree target_arg_types; local

Completed in 42 milliseconds