OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Sat May 02 00:23:24 UTC 2026