Searched refs:named_count (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/gcc/config/arm/
H A Darm.h1548 int named_count;
1600 && (CUM).named_count > (CUM).nargs) \
1542 int named_count; member in struct:__anon3060
H A Darm.c2683 named_count avoids having to change the way arm handles 'named' */
2684 pcum->named_count = 0;
2694 pcum->named_count += 1;
2696 if (! pcum->named_count)
2697 pcum->named_count = INT_MAX;
2731 named_count avoids having to change the way arm handles 'named' */
2734 && pcum->named_count > pcum->nargs + 1)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/gcc/config/arm/
H A Darm.h1665 int named_count;
1659 int named_count; member in struct:__anon4056
H A Darm.c4337 named_count avoids having to change the way arm handles 'named' */
4338 pcum->named_count = 0;
4348 pcum->named_count += 1;
4350 if (! pcum->named_count)
4351 pcum->named_count = INT_MAX;
4396 named_count avoids having to change the way arm handles 'named' */
4399 && pcum->named_count > pcum->nargs + 1)
4482 && pcum->named_count > pcum->nargs

Completed in 279 milliseconds