Searched refs:GlobalState (Results 1 – 8 of 8) sorted by relevance
59 struct GlobalState { struct66 GlobalState gGlobals = { false, false, CPU_ACCELERATOR_NONE, { '\0' } };303 GlobalState* g = &gGlobals; in GetCurrentCpuAccelerator()328 GlobalState *g = &gGlobals; in GetCurrentCpuAcceleratorStatus()340 GlobalState *g = &gGlobals; in SetCurrentCpuAcceleratorForTesting()
23 struct GlobalState { struct24 GlobalState() {} in GlobalState() function28 base::LazyInstance<GlobalState> g_global_state = LAZY_INSTANCE_INITIALIZER;
49 struct GlobalState { struct50 GlobalState() { in GlobalState() argument57 base::LazyInstance<GlobalState>::Leaky global_state;
35 class GlobalState(object): class39 globalState = GlobalState(tableType=self.tableTag,76 class GlobalState(object): class79 globalState = GlobalState(tableType=self.tableTag)
83 #class GlobalState(object):
133 Code.GlobalState(h_code, self)204 Code.GlobalState(h_code, self)303 …globalstate = Code.GlobalState(rootwriter, self, emit_linenums, options.common_utility_include_dir)
855 class GlobalState(object): class
1115 friend struct GlobalState;