Home
last modified time | relevance | path

Searched refs:pop_scope (Results 1 – 6 of 6) sorted by relevance

/external/mesa3d/src/compiler/glsl/
Dglsl_symbol_table.h55 void pop_scope();
Dglsl_symbol_table.cpp123 void glsl_symbol_table::pop_scope() in pop_scope() function in glsl_symbol_table
Dir_reader.cpp288 state->symbols->pop_scope(); in read_function_sig()
306 state->symbols->pop_scope(); in read_function_sig()
Dast_to_hir.cpp2183 state->symbols->pop_scope(); in hir()
5796 state->symbols->pop_scope(); in hir()
6009 state->symbols->pop_scope(); in hir()
6015 state->symbols->pop_scope(); in hir()
6509 state->symbols->pop_scope(); in hir()
Dglsl_parser.yy827 state->symbols->pop_scope();
2465 state->symbols->pop_scope();
2752 state->symbols->pop_scope();
/external/libmojo/third_party/jinja2/
Dcompiler.py624 def pop_scope(self, aliases, frame): member in CodeGenerator
1149 self.pop_scope(aliases, loop_frame)
1206 self.pop_scope(aliases, filter_frame)
1619 self.pop_scope(aliases, scope_frame)