Searched refs:store_binding_p (Results 1 – 3 of 3) sorted by relevance
7011 store_binding_p (tree id) in store_binding_p() function7030 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()
8237 store_binding_p (tree id) in store_binding_p() function8256 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()
1255 * name-lookup.c (store_binding_p): New predicate, split out from ...