Searched refs:refop (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dgimple-ssa-warn-restrict.c1835 tree refop = TREE_OPERAND (ref.ref, 0); local
1836 tree type = TREE_TYPE (refop);
1847 refop = TREE_OPERAND (ref.ref, 1);
1848 if (DECL_P (refop))
1849 inform (DECL_SOURCE_LOCATION (refop),
1850 "subobject %qD declared here", refop); local
1856 tree refop = TREE_OPERAND (ref.ref, 0); local
1868 refop = TREE_OPERAND (ref.ref, 1);
1869 if (DECL_P (refop))
1870 inform (DECL_SOURCE_LOCATION (refop),
1871 "subobject %qD declared here", refop); local
[all...]
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dgimple-ssa-warn-restrict.cc1848 tree refop = TREE_OPERAND (ref.ref, 0); local
1849 tree type = TREE_TYPE (refop);
1860 refop = TREE_OPERAND (ref.ref, 1);
1861 if (DECL_P (refop))
1862 inform (DECL_SOURCE_LOCATION (refop),
1863 "subobject %qD declared here", refop); local
1869 tree refop = TREE_OPERAND (ref.ref, 0); local
1881 refop = TREE_OPERAND (ref.ref, 1);
1882 if (DECL_P (refop))
1883 inform (DECL_SOURCE_LOCATION (refop),
1884 "subobject %qD declared here", refop); local
[all...]
H A Dgimple-array-bounds.cc670 tree refop = TREE_OPERAND (mref, 0); local
671 tree refsize = compute_objsize (refop, stmt, 1, &aref);
/netbsd-current/external/gpl3/binutils/dist/gas/config/
H A Dtc-tic54x.c3362 int op = 0, refop = 0; local
3367 while (op <= maxops && refop <= maxops)
3369 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))
3373 if (refoptype[refop] & OPT)
3375 ++refop;
3377 if (refop > maxops)
3385 operands[op].type = OPTYPE (refoptype[refop]);
3386 ++refop;
3394 if ((refoptype[refop] & OPT) == 0)
3398 if (OPTYPE (refoptype[refop])
[all...]
/netbsd-current/external/gpl3/gdb.old/dist/gas/config/
H A Dtc-tic54x.c3362 int op = 0, refop = 0; local
3367 while (op <= maxops && refop <= maxops)
3369 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))
3373 if (refoptype[refop] & OPT)
3375 ++refop;
3377 if (refop > maxops)
3385 operands[op].type = OPTYPE (refoptype[refop]);
3386 ++refop;
3394 if ((refoptype[refop] & OPT) == 0)
3398 if (OPTYPE (refoptype[refop])
[all...]
/netbsd-current/external/gpl3/binutils.old/dist/gas/config/
H A Dtc-tic54x.c3362 int op = 0, refop = 0; local
3367 while (op <= maxops && refop <= maxops)
3369 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))
3373 if (refoptype[refop] & OPT)
3375 ++refop;
3377 if (refop > maxops)
3385 operands[op].type = OPTYPE (refoptype[refop]);
3386 ++refop;
3394 if ((refoptype[refop] & OPT) == 0)
3398 if (OPTYPE (refoptype[refop])
[all...]

Completed in 247 milliseconds