Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalacodegen.h588 ValaArrayList* ccode_stack; member
H A Dvalaccodebasemodule.vala38 public ArrayList<CCodeFunction> ccode_stack = new ArrayList<CCodeFunction> ();
660 emit_context.ccode_stack.add (ccode);
666 emit_context.ccode = emit_context.ccode_stack.remove_at (emit_context.ccode_stack.size - 1);
H A Dcodegen.vapi86 public Vala.ArrayList<Vala.CCodeFunction> ccode_stack;
H A Dvalaccodebasemodule.c2730 _tmp1_ = _tmp0_->ccode_stack; in vala_ccode_base_module_push_function()
2760 _tmp2_ = _tmp1_->ccode_stack; in vala_ccode_base_module_pop_function()
2762 _tmp4_ = _tmp3_->ccode_stack; in vala_ccode_base_module_pop_function()
38123 self->ccode_stack = _tmp3_; in vala_ccode_base_module_emit_context_instance_init()
38157 _vala_iterable_unref0 (self->ccode_stack); in vala_ccode_base_module_emit_context_finalize()