Home
last modified time | relevance | path

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

/dports/security/yara/yara-4.1.1/libyara/
H A Dre.c717 emit_context, in _yr_re_emit()
726 emit_context, in _yr_re_emit()
801 emit_context, in _yr_re_emit()
837 emit_context, in _yr_re_emit()
853 emit_context, in _yr_re_emit()
898 emit_context, in _yr_re_emit()
910 emit_context, in _yr_re_emit()
947 emit_context, in _yr_re_emit()
1043 emit_context, in _yr_re_emit()
1054 emit_context, in _yr_re_emit()
[all …]
/dports/devel/flatcc/flatcc-0.6.0/test/emit_test/
H A Demit_test.c8 int dbg_emitter(void *emit_context, in dbg_emitter() argument
14 (void)emit_context; in dbg_emitter()
/dports/devel/flatcc/flatcc-0.6.0/include/flatcc/
H A Dflatcc_emitter.h207 int flatcc_emitter(void *emit_context,
H A Dflatcc_builder.h261 typedef int flatcc_builder_emit_fun(void *emit_context,
390 void *emit_context; member
483 flatcc_builder_emit_fun *emit, void *emit_context,
/dports/devel/flatcc/flatcc-0.6.0/src/runtime/
H A Demitter.c197 int flatcc_emitter(void *emit_context, in flatcc_emitter() argument
201 flatcc_emitter_t *E = emit_context; in flatcc_emitter()
H A Dbuilder.c388 flatcc_builder_emit_fun *emit, void *emit_context, in flatcc_builder_custom_init() argument
401 emit_context = &B->default_emit_context; in flatcc_builder_custom_init()
408 B->emit_context = emit_context; in flatcc_builder_custom_init()
655 if (B->emit(B->emit_context, iov->iov, iov->count, ref, iov->len)) { in emit_front()
681 if (B->emit(B->emit_context, iov->iov, iov->count, ref, iov->len)) { in emit_back()
2013 return B->emit_context; in flatcc_builder_get_emit_context()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodebasemodule.vala79 get { return emit_context.current_try; }
80 set { emit_context.current_try = value; }
89 get { return emit_context.next_try_id; }
621 if (this.emit_context != null) {
625 this.emit_context = emit_context;
638 this.emit_context = null;
660 emit_context.ccode_stack.add (ccode);
661 emit_context.ccode = func;
666 emit_context.ccode = emit_context.ccode_stack.remove_at (emit_context.ccode_stack.size - 1);
2049 emit_context.push_symbol (b);
[all …]
H A Dvalagasyncmodule.vala268 emit_context.push_symbol (m);
292 emit_context.pop_symbol ();
581 emit_context.push_symbol (m);
590 emit_context.pop_symbol ();
705 int state = emit_context.next_coroutine_state++;
H A Dvalaccodemethodcallmodule.vala337 emit_context.push_symbol (m);
362 emit_context.pop_symbol ();
796 int state = emit_context.next_coroutine_state++;
H A Dvalaccodebasemodule.c427 _tmp0_ = self->emit_context; in vala_ccode_base_module_get_current_symbol()
440 _tmp0_ = self->emit_context; in vala_ccode_base_module_get_current_try()
459 _tmp0_ = self->emit_context; in vala_ccode_base_module_set_current_try()
471 _tmp0_ = self->emit_context; in vala_ccode_base_module_get_current_try_id()
482 _tmp0_ = self->emit_context; in vala_ccode_base_module_set_current_try_id()
492 _tmp0_ = self->emit_context; in vala_ccode_base_module_get_next_try_id()
503 _tmp0_ = self->emit_context; in vala_ccode_base_module_set_next_try_id()
514 _tmp0_ = self->emit_context; in vala_ccode_base_module_get_current_catch()
527 _tmp0_ = self->emit_context; in vala_ccode_base_module_set_current_catch()
539 _tmp0_ = self->emit_context; in vala_ccode_base_module_get_current_inner_error_id()
[all …]
H A Dvalagasyncmodule.c1723 _tmp253_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_gasync_module_generate_async_function()
1825 _tmp286_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_gasync_module_generate_async_function()
3384 _tmp138_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_gasync_module_generate_finish_function()
3481 _tmp171_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_gasync_module_generate_finish_function()
4181 _tmp0_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_gasync_module_real_visit_yield_statement()
H A Dvalacodegen.h362 ValaCCodeBaseModuleEmitContext* emit_context; member
1059 ValaCCodeBaseModuleEmitContext* emit_context);
H A Dcodegen.vapi121 public Vala.CCodeBaseModule.EmitContext emit_context;
309 public void push_context (Vala.CCodeBaseModule.EmitContext emit_context);
H A Dvalagdbusclientmodule.vala408 int state = emit_context.next_coroutine_state++;
H A Dvalaccodemethodmodule.vala720 for (int state = 1; state < emit_context.next_coroutine_state; state++) {
H A Dvalaccodemethodcallmodule.c2891 _tmp856_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_ccode_method_call_module_real_visit_method_call()
3099 _tmp925_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_ccode_method_call_module_real_visit_method_call()
5807 _tmp1838_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_ccode_method_call_module_real_visit_method_call()
H A Dvalagdbusclientmodule.c2442 _tmp344_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_gd_bus_client_module_real_visit_method_call()
H A Dvalaccodemethodmodule.c4423 _tmp977_ = ((ValaCCodeBaseModule*) self)->emit_context; in vala_ccode_method_module_real_visit_method()
/dports/cad/nvc/nvc-r1.5.3/src/
H A Dvcode.h332 vcode_unit_t emit_context(ident_t name);
H A Dlower.c4975 vcode_unit_t context = emit_context(tree_ident(unit)); in lower_elab()
4996 vcode_unit_t context = emit_context(tree_ident(unit)); in lower_pack_body()
5008 vcode_unit_t context = emit_context(tree_ident(unit)); in lower_package()
5066 vcode_unit_t context = emit_context(thunk_i); in lower_thunk()
5110 vcode_unit_t context = emit_context(thunk_i); in lower_func()
H A Dvcode.c2828 vcode_unit_t emit_context(ident_t name) in emit_context() function