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

  /src/external/gpl3/gcc.old/dist/gcc/cp/
pt.cc 8827 int pack_idx = arg_idx - first_pack_arg; local
8832 if (pack_idx >= TREE_VEC_LENGTH (packed_parms))
8839 actual_parm = TREE_VEC_ELT (packed_parms, pack_idx);
8853 TREE_VEC_ELT (packed_args, pack_idx) = arg;
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 8978 int pack_idx = arg_idx - first_pack_arg; local
8983 if (pack_idx >= TREE_VEC_LENGTH (packed_parms))
8990 actual_parm = TREE_VEC_ELT (packed_parms, pack_idx);
9004 TREE_VEC_ELT (packed_args, pack_idx) = arg;

Completed in 77 milliseconds