Home
last modified time | relevance | path

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

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dscope.cpp688 static int *open_callee_scope = NULL; variable
699 new_callee_scope == open_callee_scope[open_callee_scope_count - 1])
769 NEED(open_callee_scope_count + 1, open_callee_scope, int, in begin_inlined_scope()
771 open_callee_scope[open_callee_scope_count++] = new_callee_scope; in begin_inlined_scope()
806 new_callee_scope = open_callee_scope[open_callee_scope_count - 1]; in end_inlined_scope()
821 new_callee_scope = open_callee_scope[open_callee_scope_count - 1]; in end_inlined_scopes()
852 new_callee_scope = open_callee_scope[open_callee_scope_count - 1]; in cancel_inlined_scope()