Home
last modified time | relevance | path

Searched defs:satisfaction_cache (Results 1 – 2 of 2) sorted by relevance

/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() function
2353 tree get () in get()
2360 tree save (tree result) in save()
2367 tree constr;
2368 tree args;
2369 tsubst_flags_t complain;
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dconstraint.cc2543 struct satisfaction_cache struct
2554 /* Constructor for the satisfaction_cache class. We're performing satisfaction argument
2558 ::satisfaction_cache (tree atom, tree args, sat_info info) in satisfaction_cache() function in satisfaction_cache