Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2949 satisfaction_cache inst_cache (t, /*args=*/NULL_TREE, info); in satisfy_atom() local
2950 if (tree r = inst_cache.get ()) in satisfy_atom()
2952 cache.entry->location = inst_cache.entry->location; in satisfy_atom()
2968 return cache.save (inst_cache.save (boolean_false_node)); in satisfy_atom()
2975 return cache.save (inst_cache.save (error_mark_node)); in satisfy_atom()
2980 return cache.save (inst_cache.save (error_mark_node)); in satisfy_atom()
3000 return cache.save (inst_cache.save (result)); in satisfy_atom()
H A DChangeLog-2020137 inst_cache.entry to cache.entry if the secondary lookup