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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 120 find_namespace_slot (tree ns, tree name, bool create_p = false) function
131 tree *b = find_namespace_slot (ns, name);
846 if (tree *binding = find_namespace_slot (scope, name))
1201 if (tree *binding = find_namespace_slot (scope, name))
1672 if (tree *slot = find_namespace_slot (ctx, name, false))
3891 slot = find_namespace_slot (ns, name, ns == current_namespace);
4064 slot = find_namespace_slot (ns, name, true);
4130 tree *mslot = find_namespace_slot (ns, name, true);
4147 tree *mslot = find_namespace_slot (ns, name, false);
4336 tree *slot = find_namespace_slot (ns, name, true)
    [all...]
name-lookup.cc 120 find_namespace_slot (tree ns, tree name, bool create_p = false) function
131 tree *b = find_namespace_slot (ns, name);
846 if (tree *binding = find_namespace_slot (scope, name))
1201 if (tree *binding = find_namespace_slot (scope, name))
1672 if (tree *slot = find_namespace_slot (ctx, name, false))
3891 slot = find_namespace_slot (ns, name, ns == current_namespace);
4064 slot = find_namespace_slot (ns, name, true);
4130 tree *mslot = find_namespace_slot (ns, name, true);
4147 tree *mslot = find_namespace_slot (ns, name, false);
4336 tree *slot = find_namespace_slot (ns, name, true)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 120 find_namespace_slot (tree ns, tree name, bool create_p = false) function
131 tree *b = find_namespace_slot (ns, name);
841 if (tree *binding = find_namespace_slot (scope, name))
1196 if (tree *binding = find_namespace_slot (scope, name))
1667 if (tree *slot = find_namespace_slot (ctx, name, false))
3657 slot = find_namespace_slot (ns, name, ns == current_namespace);
3783 slot = find_namespace_slot (ns, name, true);
3849 tree *mslot = find_namespace_slot (ns, name, true);
4038 tree *slot = find_namespace_slot (ns, name, true);
4067 tree *slot = find_namespace_slot (ns, name, true)
    [all...]
name-lookup.cc 120 find_namespace_slot (tree ns, tree name, bool create_p = false) function
131 tree *b = find_namespace_slot (ns, name);
841 if (tree *binding = find_namespace_slot (scope, name))
1196 if (tree *binding = find_namespace_slot (scope, name))
1667 if (tree *slot = find_namespace_slot (ctx, name, false))
3657 slot = find_namespace_slot (ns, name, ns == current_namespace);
3783 slot = find_namespace_slot (ns, name, true);
3849 tree *mslot = find_namespace_slot (ns, name, true);
4038 tree *slot = find_namespace_slot (ns, name, true);
4067 tree *slot = find_namespace_slot (ns, name, true)
    [all...]

Completed in 50 milliseconds