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

  /src/external/gpl3/gcc/dist/gcc/cp/
constraint.cc 2561 int ftc_begin, ftc_end; variable
2667 int ftc_begin; member in struct:satisfaction_cache
2675 : entry(nullptr), info(info), ftc_begin(-1)
2714 entry->ftc_begin = entry->ftc_end = -1;
2761 bool maybe_unstable = some_type_complete_p (entry->ftc_begin,
2768 ftc_begin = vec_safe_length (failed_type_completions);
2818 gcc_checking_assert (ftc_begin != -1);
2819 entry->ftc_begin = ftc_begin;
  /src/external/gpl3/gcc.old/dist/gcc/cp/
constraint.cc 2452 int ftc_begin, ftc_end; variable
2552 int ftc_begin; member in struct:satisfaction_cache
2560 : entry(nullptr), info(info), ftc_begin(-1)
2599 entry->ftc_begin = entry->ftc_end = -1;
2639 bool maybe_unstable = some_type_complete_p (entry->ftc_begin,
2646 ftc_begin = vec_safe_length (failed_type_completions);
2696 gcc_checking_assert (ftc_begin != -1);
2697 entry->ftc_begin = ftc_begin;

Completed in 123 milliseconds