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

  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 66 bool repeated_base; /* Whether there are repeated bases in the
103 if (!data->repeated_base)
268 data.repeated_base = (offset == -1) && CLASSTYPE_REPEATED_BASE_P (t);
336 bool repeated_base; /* Whether there are repeated bases in the
363 return data->repeated_base ? dfs_skip_bases : data->offset;
401 data.repeated_base = CLASSTYPE_REPEATED_BASE_P (target);
65 bool repeated_base; \/* Whether there are repeated bases in the member in struct:lookup_base_data_s
335 bool repeated_base; \/* Whether there are repeated bases in the member in struct:dcast_data_s
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 64 bool repeated_base; /* Whether there are repeated bases in the
85 if (!data->repeated_base)
249 data.repeated_base = CLASSTYPE_REPEATED_BASE_P (t);
316 bool repeated_base; /* Whether there are repeated bases in the
343 return data->repeated_base ? dfs_skip_bases : data->offset;
381 data.repeated_base = CLASSTYPE_REPEATED_BASE_P (target);
63 bool repeated_base; \/* Whether there are repeated bases in the member in struct:lookup_base_data_s
315 bool repeated_base; \/* Whether there are repeated bases in the member in struct:dcast_data_s

Completed in 27 milliseconds