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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 449 bool deduping; /* Full deduping is needed because using declarations member in class:name_lookup
464 deduping (false), scopes (NULL), previous (NULL)
470 gcc_checking_assert (!deduping);
479 /* Turn on or off deduping mode. */
482 if (deduping != state)
484 deduping = state;
603 if (previous->deduping)
616 gcc_checking_assert (!deduping);
656 if (previous->deduping)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 445 bool deduping; /* Full deduping is needed because using declarations member in class:name_lookup
460 deduping (false), scopes (NULL), previous (NULL)
466 gcc_checking_assert (!deduping);
475 /* Turn on or off deduping mode. */
478 if (deduping != state)
480 deduping = state;
598 if (previous->deduping)
611 gcc_checking_assert (!deduping);
651 if (previous->deduping)
    [all...]

Completed in 36 milliseconds