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

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-lang.cc 92 static GTY(()) tree global_context; variable
1638 /* Return global_context, but create it first if need be. */
1643 if (!global_context)
1645 global_context = build_translation_unit_decl (NULL_TREE);
1646 debug_hooks->register_main_translation_unit (global_context);
1649 return global_context;
  /src/external/apache2/llvm/dist/llvm/bindings/ocaml/llvm/
llvm.mli 457 val global_context : unit -> llcontext var

Completed in 17 milliseconds