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

  /src/external/gpl3/gcc.old/dist/gcc/
gimple-array-bounds.cc 670 tree refop = TREE_OPERAND (mref, 0); local
671 tree refsize = compute_objsize (refop, stmt, 1, &aref);
gimple-ssa-warn-restrict.cc 1848 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...]
  /src/external/gpl3/gcc/dist/gcc/
gimple-array-bounds.cc 755 tree refop = TREE_OPERAND (mref, 0); local
756 tree refsize = compute_objsize (refop, stmt, 1, &aref);
gimple-ssa-warn-restrict.cc 1851 tree refop = TREE_OPERAND (ref.ref, 0); local
1852 tree type = TREE_TYPE (refop);
1863 refop = TREE_OPERAND (ref.ref, 1);
1864 if (DECL_P (refop))
1865 inform (DECL_SOURCE_LOCATION (refop),
1866 "subobject %qD declared here", refop); local
1872 tree refop = TREE_OPERAND (ref.ref, 0); local
1884 refop = TREE_OPERAND (ref.ref, 1);
1885 if (DECL_P (refop))
1886 inform (DECL_SOURCE_LOCATION (refop),
1887 "subobject %qD declared here", refop); local
    [all...]
  /src/external/gpl3/binutils/dist/gas/config/
tc-tic54x.c 3385 int op = 0, refop = 0; local
3390 while (op <= maxops && refop <= maxops)
3392 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))
3396 if (refoptype[refop] & OPT)
3398 ++refop;
3400 if (refop > maxops)
3408 operands[op].type = OPTYPE (refoptype[refop]);
3409 ++refop;
3417 if ((refoptype[refop] & OPT) == 0)
3421 if (OPTYPE (refoptype[refop]) == OP_DST
    [all...]
  /src/external/gpl3/binutils.old/dist/gas/config/
tc-tic54x.c 3385 int op = 0, refop = 0; local
3390 while (op <= maxops && refop <= maxops)
3392 while (!is_type (&operands[op], OPTYPE (refoptype[refop])))
3396 if (refoptype[refop] & OPT)
3398 ++refop;
3400 if (refop > maxops)
3408 operands[op].type = OPTYPE (refoptype[refop]);
3409 ++refop;
3417 if ((refoptype[refop] & OPT) == 0)
3421 if (OPTYPE (refoptype[refop]) == OP_DST
    [all...]

Completed in 34 milliseconds