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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 4449 push_local_binding (tree id, tree decl, bool is_using) function
4452 push_local_binding with a friend decl of a local class. */
6551 /* Wrapper around push_local_binding to push the bindings for
6585 push_local_binding (name, value, /*using=*/true);
6593 push_local_binding (name, type, /*using=*/true);
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 4151 push_local_binding (tree id, tree decl, bool is_using) function
4154 push_local_binding with a friend decl of a local class. */
6134 /* Wrapper around push_local_binding to push the bindings for
6168 push_local_binding (name, value, /*using=*/true);
6176 push_local_binding (name, type, /*using=*/true);

Completed in 34 milliseconds