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

  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 5165 error ("exporting %q#D that does not have external linkage",
5212 /* Only process exporting if we're going to be inserting. */
5224 bool exporting = revealing_p && module_exporting_p ();
5225 if (exporting)
5226 exporting = check_can_export_using_decl (new_fn);
5253 if (exporting)
5292 value = ovl_insert (new_fn, value, 1 + exporting);
5222 bool exporting = revealing_p && module_exporting_p (); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 3917 // type. Also using decls exporting something from the same scope.
4824 /* Only process exporting if we're going to be inserting. */
4836 bool exporting = revealing_p && module_exporting_p ();
4837 if (exporting)
4848 exporting = false;
4877 if (exporting)
4916 value = ovl_insert (new_fn, value, 1 + exporting);
4928 // FIXME:what if we're newly exporting lookup.value
4934 // FIXME: What if we're exporting lookup.type?
4834 bool exporting = revealing_p && module_exporting_p (); local

Completed in 57 milliseconds