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

  /src/external/gpl3/binutils/dist/gprofng/src/
CompCom.cc 148 int plist_idx = ccm_paramlist_index (msg->msg_type); local
149 if (plist_idx <= 0)
234 if (plist_idx > (int) ((sizeof (parms) / sizeof (char*))))
237 GTXT ("Warning: improperly formatted compiler commentary message (msg->nparam=%d plist_idx=%d);\n please report this bug against the compiler\n"),
238 msg->nparam, plist_idx);
245 prim_ty = ccm_param_primtype (msg->msg_type, plist_idx);
246 for (int i = plist_idx - 1; i < msg->nparam; i++)
248 if (i != plist_idx - 1)
268 parms[plist_idx - 1] = sb.toString ();
270 for (int i = 0; i < plist_idx - 1; i++
    [all...]
CompCom.cc 148 int plist_idx = ccm_paramlist_index (msg->msg_type); local
149 if (plist_idx <= 0)
234 if (plist_idx > (int) ((sizeof (parms) / sizeof (char*))))
237 GTXT ("Warning: improperly formatted compiler commentary message (msg->nparam=%d plist_idx=%d);\n please report this bug against the compiler\n"),
238 msg->nparam, plist_idx);
245 prim_ty = ccm_param_primtype (msg->msg_type, plist_idx);
246 for (int i = plist_idx - 1; i < msg->nparam; i++)
248 if (i != plist_idx - 1)
268 parms[plist_idx - 1] = sb.toString ();
270 for (int i = 0; i < plist_idx - 1; i++
    [all...]
  /src/external/gpl3/binutils.old/dist/gprofng/src/
CompCom.cc 148 int plist_idx = ccm_paramlist_index (msg->msg_type); local
149 if (plist_idx <= 0)
234 if (plist_idx > (int) ((sizeof (parms) / sizeof (char*))))
237 GTXT ("Warning: improperly formatted compiler commentary message (msg->nparam=%d plist_idx=%d);\n please report this bug against the compiler\n"),
238 msg->nparam, plist_idx);
245 prim_ty = ccm_param_primtype (msg->msg_type, plist_idx);
246 for (int i = plist_idx - 1; i < msg->nparam; i++)
248 if (i != plist_idx - 1)
268 parms[plist_idx - 1] = sb.toString ();
270 for (int i = 0; i < plist_idx - 1; i++
    [all...]
CompCom.cc 148 int plist_idx = ccm_paramlist_index (msg->msg_type); local
149 if (plist_idx <= 0)
234 if (plist_idx > (int) ((sizeof (parms) / sizeof (char*))))
237 GTXT ("Warning: improperly formatted compiler commentary message (msg->nparam=%d plist_idx=%d);\n please report this bug against the compiler\n"),
238 msg->nparam, plist_idx);
245 prim_ty = ccm_param_primtype (msg->msg_type, plist_idx);
246 for (int i = plist_idx - 1; i < msg->nparam; i++)
248 if (i != plist_idx - 1)
268 parms[plist_idx - 1] = sb.toString ();
270 for (int i = 0; i < plist_idx - 1; i++
    [all...]

Completed in 44 milliseconds