Searched refs:global_scope (Results 1 - 3 of 3) sorted by relevance

/macosx-10.10.1/CPANInternal-159.1/Parse-Yapp-1.05/t/
H A Dstress.t295 | USING global_scope qualified_id
296 | USING global_scope unqualified_id
301 | USING global_scope identifier
302 | USING global_scope namespace_qualifier identifier
318 | global_scope qualified_id
319 | global_scope unqualified_id
427 | global_scope nested_name_specifier SELFNAME '('
429 | global_scope nested_name_specifier SELFNAME LEFT_RIGHT cv_qualifiers exception_specification_opt
433 | global_scope nested_name_specifier self_template_type '('
435 | global_scope nested_name_specifie
[all...]
/macosx-10.10.1/swig-12/Source/Swig/
H A Dsymbol.c173 static Hash *global_scope = 0; /* Global scope */ variable
214 global_scope = current_symtab;
1000 s = symbol_lookup_qualified(nname, global_scope, 0, 0, 0);
1072 s = symbol_lookup_qualified(nname, global_scope, 0, 0, checkfunc);
1136 s = symbol_lookup_qualified(nname, global_scope, 0, 0, 0);
1184 s = symbol_lookup_qualified(nname, global_scope, 0, 0, checkfunc);
1217 return symbol_lookup_qualified(0, global_scope, name, 0, 0);
H A Dtypesys.c102 static Typetab *global_scope = 0; /* The global scope */ variable
141 if (global_scope)
142 Delete(global_scope);
147 global_scope = current_scope;
346 t = global_scope;
363 t = global_scope;
581 s = global_scope;

Completed in 118 milliseconds