Home
last modified time | relevance | path

Searched refs:satisfaction_cache (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2543 struct satisfaction_cache struct
2545 satisfaction_cache (tree, tree, sat_info);
2557 satisfaction_cache
2558 ::satisfaction_cache (tree atom, tree args, sat_info info) in satisfaction_cache() function in satisfaction_cache
2620 satisfaction_cache::get () in get()
2657 satisfaction_cache::save (tree result) in save()
2918 satisfaction_cache cache (t, args, info); in satisfy_atom()
2949 satisfaction_cache inst_cache (t, /*args=*/NULL_TREE, info); in satisfy_atom()
H A DChangeLog-2020101 (satisfaction_cache::ftc_count): Replace with ...
102 (satisfaction_cache::ftc_begin): ... this.
103 (satisfaction_cache::satisfaction_cache): Adjust accordingly.
104 (satisfaction_cache::get): Adjust accordingly, using
106 (satisfaction_cache::save): Adjust accordingly.
116 (satisfaction_cache::get): If entry->evaluating, diagnose
119 (satisfaction_cache::save): Clear entry->evaluating.
134 (satisfaction_cache): Rewrite completely.
H A DChangeLog-20191891 (satisfaction_cache): New. Helps manage satisfaction cache requests.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dconstraint.cc2347 struct satisfaction_cache struct
2349 satisfaction_cache (tree constr, tree args, tsubst_flags_t complain) in satisfaction_cache() argument
2578 satisfaction_cache cache (t, args, info.complain); in satisfy_atom()