| /src/external/gpl3/gcc.old/dist/gcc/ |
| gimple-array-bounds.cc | 230 if (tree refsize = component_ref_size (arg, &sam)) 231 if (TREE_CODE (refsize) == INTEGER_CST) 232 maxbound = refsize; 450 if (tree refsize = TYPE_SIZE_UNIT (reftype)) 451 if (TREE_CODE (refsize) == INTEGER_CST) 452 eltsize = wi::to_offset (refsize); 671 tree refsize = compute_objsize (refop, stmt, 1, &aref); local 672 if (!refsize || TREE_CODE (refsize) != INTEGER_CST) 687 if (!tree_int_cst_lt (fldoff, refsize)) [all...] |
| gimple-ssa-warn-restrict.cc | 141 offset_int refsize; member in class:__anon11212::builtin_memref 250 refsize (-1), 549 refsize = 0; 558 refsize = wi::to_offset (size); 631 && refsize >= 0 635 size = refoff + refsize; 658 && refsize >= 0 663 size = refoff + refsize; 2116 "\n refsize = %lli" 2122 (long long)ref.refsize.to_shwi () [all...] |
| /src/external/gpl3/binutils/dist/ld/ |
| ldcref.c | 117 static size_t tabsize, entsize, refsize; variable 231 refsize += sizeof (struct cref_ref); 236 old_tab = xmalloc (tabsize + entsize + refsize);
|
| /src/external/gpl3/binutils.old/dist/ld/ |
| ldcref.c | 117 static size_t tabsize, entsize, refsize; variable 231 refsize += sizeof (struct cref_ref); 236 old_tab = xmalloc (tabsize + entsize + refsize);
|
| /src/external/gpl3/gcc/dist/gcc/ |
| gimple-array-bounds.cc | 201 if (tree refsize = component_ref_size (arg)) 202 if (TREE_CODE (refsize) == INTEGER_CST) 203 maxbound = refsize; 535 if (tree refsize = TYPE_SIZE_UNIT (reftype)) 536 if (TREE_CODE (refsize) == INTEGER_CST) 537 eltsize = wi::to_offset (refsize); 756 tree refsize = compute_objsize (refop, stmt, 1, &aref); local 757 if (!refsize || TREE_CODE (refsize) != INTEGER_CST) 772 if (!tree_int_cst_lt (fldoff, refsize)) [all...] |
| gimple-ssa-warn-restrict.cc | 141 offset_int refsize; member in class:__anon1175::builtin_memref 250 refsize (-1), 552 refsize = 0; 561 refsize = wi::to_offset (size); 634 && refsize >= 0 638 size = refoff + refsize; 661 && refsize >= 0 666 size = refoff + refsize; 2119 "\n refsize = %lli" 2125 (long long)ref.refsize.to_shwi () [all...] |