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

  /src/external/gpl3/gcc/dist/gcc/
var-tracking.cc 349 #define MAX_VAR_PARTS 16
585 /* Alloc pool for struct variable_def with MAX_VAR_PARTS entries. */
589 (MAX_VAR_PARTS - 1) * sizeof (((variable *)NULL)->var_part[0]));
1875 || !IN_RANGE (const_offset, 0, MAX_VAR_PARTS - 1))
2873 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
2874 thus there are at most MAX_VAR_PARTS different offsets. */
2875 gcc_checking_assert (dst->onepart ? k == 1 : k <= MAX_VAR_PARTS);
5273 && maybe_gt (MEM_SIZE (decl_rtl), MAX_VAR_PARTS))
7813 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
7814 thus there are at most MAX_VAR_PARTS different offsets. *
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
var-tracking.cc 353 #define MAX_VAR_PARTS 16
591 /* Alloc pool for struct variable_def with MAX_VAR_PARTS entries. */
595 (MAX_VAR_PARTS - 1) * sizeof (((variable *)NULL)->var_part[0]));
1885 || !IN_RANGE (const_offset, 0, MAX_VAR_PARTS - 1))
2883 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
2884 thus there are at most MAX_VAR_PARTS different offsets. */
2885 gcc_checking_assert (dst->onepart ? k == 1 : k <= MAX_VAR_PARTS);
5288 && maybe_gt (MEM_SIZE (decl_rtl), MAX_VAR_PARTS))
7828 /* We track only variables whose size is <= MAX_VAR_PARTS bytes
7829 thus there are at most MAX_VAR_PARTS different offsets. *
    [all...]

Completed in 33 milliseconds