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

  /src/external/gpl3/gcc/dist/gcc/
ipa-fnsummary.cc 1270 aggregate into *AGGPOS. INFO describes the function parameters, STMT is the
1277 struct agg_position_info *aggpos)
1281 gcc_checking_assert (aggpos);
1287 aggpos->agg_contents = false;
1288 aggpos->by_ref = false;
1301 aggpos);
1304 aggpos->agg_contents = true;
1306 stmt, op, index_p, &aggpos->offset,
1307 size_p, &aggpos->by_ref);
1474 AGGPOS have the same meaning like in unmodified_parm_or_parm_agg_item
1633 struct agg_position_info aggpos; local
1727 struct agg_position_info aggpos; local
2125 struct agg_position_info aggpos; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-fnsummary.cc 1259 aggregate into *AGGPOS. INFO describes the function parameters, STMT is the
1266 struct agg_position_info *aggpos)
1270 gcc_checking_assert (aggpos);
1276 aggpos->agg_contents = false;
1277 aggpos->by_ref = false;
1290 aggpos);
1293 aggpos->agg_contents = true;
1295 stmt, op, index_p, &aggpos->offset,
1296 size_p, &aggpos->by_ref);
1434 AGGPOS have the same meaning like in unmodified_parm_or_parm_agg_item
1581 struct agg_position_info aggpos; local
1675 struct agg_position_info aggpos; local
2068 struct agg_position_info aggpos; local
    [all...]

Completed in 60 milliseconds