Home
last modified time | relevance | path

Searched refs:store_binding_p (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dname-lookup.c7011 store_binding_p (tree id) in store_binding_p() function
7030 gcc_checking_assert (store_binding_p (id)); in store_binding()
7056 if (store_binding_p (id)) in store_bindings()
7065 if (store_binding_p (id)) in store_bindings()
7085 if (store_binding_p (cb->identifier)) in store_class_bindings()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dname-lookup.cc8237 store_binding_p (tree id) in store_binding_p() function
8256 gcc_checking_assert (store_binding_p (id)); in store_binding()
8282 if (store_binding_p (id)) in store_bindings()
8291 if (store_binding_p (id)) in store_bindings()
8310 if (store_binding_p (cb->identifier)) in store_class_bindings()
H A DChangeLog-20121255 * name-lookup.c (store_binding_p): New predicate, split out from ...