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

  /src/external/gpl3/gcc/dist/gcc/
dwarf2out.cc 26953 dw_die_ref ns_context;
26984 ns_context = setup_namespace_context (thing, context_die);
26986 if (ns_context != context_die)
26989 return ns_context;
26991 gen_decl_die (thing, NULL, NULL, ns_context);
26993 gen_type_die (thing, ns_context);
26935 dw_die_ref ns_context; local
  /src/external/gpl3/gcc.old/dist/gcc/
dwarf2out.cc 26816 dw_die_ref ns_context;
26847 ns_context = setup_namespace_context (thing, context_die);
26849 if (ns_context != context_die)
26852 return ns_context;
26854 gen_decl_die (thing, NULL, NULL, ns_context);
26856 gen_type_die (thing, ns_context);
26798 dw_die_ref ns_context; local

Completed in 71 milliseconds