HomeSort by: relevance | last modified time | path
    Searched defs:store_binding_p (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 8478 store_binding_p (tree id)
8497 gcc_checking_assert (store_binding_p (id));
8523 if (store_binding_p (id))
8532 if (store_binding_p (id))
8551 if (store_binding_p (cb->identifier))
8473 store_binding_p (tree id) function
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 8245 store_binding_p (tree id)
8264 gcc_checking_assert (store_binding_p (id));
8290 if (store_binding_p (id))
8299 if (store_binding_p (id))
8318 if (store_binding_p (cb->identifier))
8240 store_binding_p (tree id) function

Completed in 34 milliseconds