Home
last modified time | relevance | path

Searched refs:ftc_begin (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2451 int ftc_begin, ftc_end; member
2551 int ftc_begin; member
2559 : entry(nullptr), info(info), ftc_begin(-1) in satisfaction_cache()
2598 entry->ftc_begin = entry->ftc_end = -1; in satisfaction_cache()
2638 bool maybe_unstable = some_type_complete_p (entry->ftc_begin, in get()
2645 ftc_begin = vec_safe_length (failed_type_completions); in get()
2695 gcc_checking_assert (ftc_begin != -1); in save()
2696 entry->ftc_begin = ftc_begin; in save()
H A DChangeLog-2020100 (sat_entry::ftc_begin, sat_entry::ftc_end): ... these.
102 (satisfaction_cache::ftc_begin): ... this.