Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalatyperegisterfunction.vala209 var once_call_block = new CCodeBlock ();
216 once_call_block.add_statement (temp_decl);
253 once_call_block.add_statement (new CCodeExpressionStatement (leave));
255 var cif = new CCodeIfStatement (enter, once_call_block);
H A Dvalatyperegisterfunction.c152 ValaCCodeBlock* once_call_block = NULL; in vala_typeregister_function_init_from_type() local
1095 once_call_block = _tmp330_; in vala_typeregister_function_init_from_type()
1150 _tmp351_ = once_call_block; in vala_typeregister_function_init_from_type()
1493 _tmp470_ = once_call_block; in vala_typeregister_function_init_from_type()
1500 _tmp475_ = once_call_block; in vala_typeregister_function_init_from_type()
1575 _vala_ccode_node_unref0 (once_call_block); in vala_typeregister_function_init_from_type()