Home
last modified time | relevance | path

Searched refs:_tmp247_ (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalalocalvariable.c938 ValaIntegerLiteral* _tmp247_; in vala_local_variable_real_check() local
945 _tmp247_ = vala_integer_literal_new (_tmp246_, NULL); in vala_local_variable_real_check()
946 _tmp248_ = _tmp247_; in vala_local_variable_real_check()
H A Dvalafield.c984 gboolean _tmp247_; in vala_field_real_check() local
991 _tmp247_ = _tmp246_; in vala_field_real_check()
992 if (_tmp247_) { in vala_field_real_check()
H A Dvalaelementaccess.c1058 gchar* _tmp247_; in vala_element_access_real_check() local
1242 _tmp247_ = _tmp246_; in vala_element_access_real_check()
1243 _tmp248_ = g_strdup_printf ("The expression `%s' does not denote an array", _tmp247_); in vala_element_access_real_check()
1247 _g_free0 (_tmp247_); in vala_element_access_real_check()
H A Dvalainitializerlist.c1271 gboolean _tmp247_ = FALSE; in vala_initializer_list_real_check() local
1319 _tmp247_ = _tmp249_; in vala_initializer_list_real_check()
1321 _tmp247_ = FALSE; in vala_initializer_list_real_check()
1323 if (_tmp247_) { in vala_initializer_list_real_check()
H A Dvalalambdaexpression.c1015 ValaTypeParameter* _tmp247_; in vala_lambda_expression_real_check() local
1037 _tmp247_ = type_param; in vala_lambda_expression_real_check()
1038 _tmp248_ = vala_code_node_get_source_reference ((ValaCodeNode*) _tmp247_); in vala_lambda_expression_real_check()
H A Dvalaconditionalexpression.c635 ValaBlock* _tmp247_; in vala_conditional_expression_real_check() local
1081 _tmp247_ = false_block; in vala_conditional_expression_real_check()
1084 vala_block_replace_statement (_tmp247_, (ValaStatement*) _tmp248_, (ValaStatement*) _tmp249_); in vala_conditional_expression_real_check()
H A Dvalapropertyaccessor.c1197 ValaBlock* _tmp247_; in vala_property_accessor_real_check() local
1201 _tmp247_ = vala_subroutine_get_body ((ValaSubroutine*) self); in vala_property_accessor_real_check()
1202 _tmp248_ = _tmp247_; in vala_property_accessor_real_check()
H A Dvalacreationmethod.c1075 ValaClass* _tmp247_; in vala_creation_method_real_check() local
1082 _tmp247_ = cl; in vala_creation_method_real_check()
1083 _tmp248_ = vala_class_get_base_class (_tmp247_); in vala_creation_method_real_check()
H A Dvalainterface.c1391 ValaClass* _tmp247_; in vala_interface_real_check() local
1401 _tmp247_ = cl; in vala_interface_real_check()
1402 vala_code_node_check ((ValaCodeNode*) _tmp247_, context); in vala_interface_real_check()
H A Dvalaassignment.c368 gboolean _tmp247_ = FALSE; in vala_assignment_real_check() local
1060 _tmp247_ = _tmp249_ != NULL; in vala_assignment_real_check()
1062 _tmp247_ = FALSE; in vala_assignment_real_check()
1064 if (_tmp247_) { in vala_assignment_real_check()
H A Dvalaforeachstatement.c1502 ValaSourceReference* _tmp247_; in vala_foreach_statement_check_with_iterator() local
1759 _tmp247_ = vala_code_node_get_source_reference ((ValaCodeNode*) self); in vala_foreach_statement_check_with_iterator()
1760 _tmp248_ = _tmp247_; in vala_foreach_statement_check_with_iterator()
H A Dvalaobjectcreationexpression.c591 ValaSymbol* _tmp247_; in vala_object_creation_expression_real_check() local
1354 _tmp247_ = _tmp246_; in vala_object_creation_expression_real_check()
1355 if (VALA_IS_METHOD (_tmp247_)) { in vala_object_creation_expression_real_check()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagobjectmodule.c949 ValaDataType* _tmp247_; in vala_gobject_module_real_generate_class_init() local
956 _tmp247_ = vala_property_get_property_type (_tmp246_); in vala_gobject_module_real_generate_class_init()
957 _tmp248_ = _tmp247_; in vala_gobject_module_real_generate_class_init()
1907 ValaTypeSymbol* _tmp247_; in vala_gobject_module_add_get_property_function() local
1915 _tmp247_ = vala_data_type_get_type_symbol (_tmp246_); in vala_gobject_module_add_get_property_function()
1916 _tmp248_ = _tmp247_; in vala_gobject_module_add_get_property_function()
3077 gint _tmp247_; in vala_gobject_module_add_set_property_function() local
3084 _tmp247_ = vala_collection_get_size ((ValaCollection*) _tmp246_); in vala_gobject_module_add_set_property_function()
3085 _tmp248_ = _tmp247_; in vala_gobject_module_add_set_property_function()
3559 ValaCCodeVariableDeclarator* _tmp247_; in vala_gobject_module_real_visit_constructor() local
[all …]
H A Dvalagsignalmodule.c1192 ValaCCodeFunctionCall* _tmp247_; in vala_gsignal_module_generate_marshaller() local
1733 _tmp247_ = vala_ccode_function_call_new ((ValaCCodeExpression*) _tmp246_); in vala_gsignal_module_generate_marshaller()
1735 fc = _tmp247_; in vala_gsignal_module_generate_marshaller()
3270 ValaParameterDirection _tmp247_; in vala_gsignal_module_real_get_signal_creation() local
3273 _tmp247_ = _tmp246_; in vala_gsignal_module_real_get_signal_creation()
3274 _tmp237_ = _tmp247_ != VALA_PARAMETER_DIRECTION_IN; in vala_gsignal_module_real_get_signal_creation()
4873 ValaLocalVariable* _tmp247_; in vala_gsignal_module_connect_signal() local
4885_tmp247_ = vala_ccode_base_module_get_temp_variable ((ValaCCodeBaseModule*) self, _tmp246_, TRUE, … in vala_gsignal_module_connect_signal()
4886 temp_var = _tmp247_; in vala_gsignal_module_connect_signal()
H A Dvalaccodecontrolflowmodule.c1511 ValaTargetValue* _tmp247_; in vala_ccode_control_flow_module_real_visit_foreach_statement() local
1637 _tmp247_ = _tmp246_; in vala_ccode_control_flow_module_real_visit_foreach_statement()
1638 _tmp248_ = vala_get_cvalue_ (_tmp247_); in vala_ccode_control_flow_module_real_visit_foreach_statement()
1642 _vala_target_value_unref0 (_tmp247_); in vala_ccode_control_flow_module_real_visit_foreach_statement()
H A Dvalatyperegisterfunction.c830 ValaStruct* _tmp247_; in vala_typeregister_function_init_from_type() local
853 _tmp247_ = st; in vala_typeregister_function_init_from_type()
854 _tmp248_ = vala_get_ccode_free_function ((ValaTypeSymbol*) _tmp247_); in vala_typeregister_function_init_from_type()
H A Dvalagasyncmodule.c1653 ValaCCodeFunction* _tmp247_; in vala_gasync_module_generate_async_function() local
1711 _tmp247_ = vala_ccode_base_module_get_ccode ((ValaCCodeBaseModule*) self); in vala_gasync_module_generate_async_function()
1712 _tmp248_ = _tmp247_; in vala_gasync_module_generate_async_function()
3699 ValaCCodeFunction* _tmp247_; in vala_gasync_module_generate_finish_function() local
3712 _tmp247_ = _tmp246_; in vala_gasync_module_generate_finish_function()
3724 …vala_ccode_function_add_assignment (_tmp247_, (ValaCCodeExpression*) _tmp253_, (ValaCCodeExpressio… in vala_gasync_module_generate_finish_function()
H A Dvalagdbusclientmodule.c2161 ValaCCodeFunctionCall* _tmp247_; in vala_gd_bus_client_module_real_visit_method_call() local
2171 _tmp247_ = ccall; in vala_gd_bus_client_module_real_visit_method_call()
2178 vala_ccode_function_call_add_argument (_tmp247_, (ValaCCodeExpression*) _tmp253_); in vala_gd_bus_client_module_real_visit_method_call()
4048 ValaCCodeExpression* _tmp247_; in vala_gd_bus_client_module_generate_marshalling() local
4081 _tmp247_ = timeout; in vala_gd_bus_client_module_generate_marshalling()
4082 vala_ccode_function_call_add_argument (_tmp246_, _tmp247_); in vala_gd_bus_client_module_generate_marshalling()
6312 ValaPropertyAccessor* _tmp247_; in vala_gd_bus_client_module_generate_dbus_proxy_property_get() local
6331 _tmp247_ = _tmp246_; in vala_gd_bus_client_module_generate_dbus_proxy_property_get()
6332 _tmp248_ = vala_property_accessor_get_value_type (_tmp247_); in vala_gd_bus_client_module_generate_dbus_proxy_property_get()
H A Dvalagdbusmodule.c1427 gchar* _tmp247_; in vala_gd_bus_module_get_method_info() local
2147 _tmp247_ = _tmp246_; in vala_gd_bus_module_get_method_info()
2149 _tmp249_ = vala_ccode_variable_declarator_new (_tmp247_, (ValaCCodeExpression*) _tmp248_, NULL); in vala_gd_bus_module_get_method_info()
2153 _g_free0 (_tmp247_); in vala_gd_bus_module_get_method_info()
H A Dvalagtypemodule.c1033 ValaClass* _tmp247_; in vala_gtype_module_real_generate_class_declaration() local
1040 _tmp247_ = base_class; in vala_gtype_module_real_generate_class_declaration()
4220 gchar* _tmp247_; in vala_gtype_module_real_visit_class() local
4368 _tmp247_ = _tmp246_; in vala_gtype_module_real_visit_class()
4376 _g_free0 (_tmp247_); in vala_gtype_module_real_visit_class()
7588 gpointer _tmp247_; in vala_gtype_module_begin_class_init_function() local
7622 prop = (ValaProperty*) _tmp247_; in vala_gtype_module_begin_class_init_function()
8708 ValaObjectTypeSymbol* _tmp247_; in vala_gtype_module_add_interface_init_function() local
8738 _tmp247_ = base_type; in vala_gtype_module_add_interface_init_function()
11946 ValaCCodeFunctionCall* _tmp247_; in vala_gtype_module_real_get_param_spec() local
[all …]
/dports/devel/libgee06/libgee-0.6.8/gee/
H A Dtimsort.c2100 gint _tmp247_; in gee_tim_sort_merge_low() local
2619 _tmp247_ = minimum_gallop; in gee_tim_sort_merge_low()
2620 self->priv->minimum_gallop = _tmp247_; in gee_tim_sort_merge_low()
3295 gint _tmp247_; in gee_tim_sort_merge_high() local
3321 _tmp247_ = _tmp246_->length; in gee_tim_sort_merge_high()
3322 …gee_tim_sort_slice_merge_in_reversed (_tmp239_, _tmp240_, _tmp242_, _tmp243_ - _tmp245_, _tmp247_); in gee_tim_sort_merge_high()
/dports/lang/vala/vala-0.48.18/vapigen/
H A Dvalagidlparser.c3632 ValaArrayType* _tmp247_; in vala_gidl_parser_parse_delegate() local
3641 array_type = _tmp247_; in vala_gidl_parser_parse_delegate()
4994 gchar* _tmp247_; in vala_gidl_parser_parse_struct() local
5001 _tmp248_ = _tmp247_; in vala_gidl_parser_parse_struct()
7109 GIdlNodeParam* _tmp247_; in vala_gidl_parser_parse_boxed() local
7120 _tmp248_ = _tmp247_->type; in vala_gidl_parser_parse_boxed()
8204 ValaErrorDomain* _tmp247_; in vala_gidl_parser_parse_enum() local
8216 ed = _tmp247_; in vala_gidl_parser_parse_enum()
9203 ValaList* _tmp247_; in vala_gidl_parser_parse_object() local
18465 gchar** _tmp247_; in vala_gidl_parser_parse_signal() local
[all …]
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession/
H A Dmain.c1578 LxsessionGenericSimpleApp* _tmp247_ = NULL; in lxsession_main_main() local
1588 _tmp247_ = widget1; in lxsession_main_main()
1589 _tmp248_ = _g_object_ref0 (_tmp247_); in lxsession_main_main()
/dports/lang/vala/vala-0.48.18/compiler/
H A Dvalacompiler.c689 const gchar* _tmp247_; in vala_compiler_run() local
1518 _tmp247_ = vala_compiler_dump_tree; in vala_compiler_run()
1519 if (_tmp247_ != NULL) { in vala_compiler_run()
/dports/lang/vala/vala-0.48.18/valadoc/doclets/gtkdoc/
H A Dgenerator.c2787 gchar* _tmp247_; in gtkdoc_generator_real_visit_class() local
3471 _tmp247_ = valadoc_api_class_get_is_class_type_macro_name (cl); in gtkdoc_generator_real_visit_class()
3472 _tmp248_ = _tmp247_; in gtkdoc_generator_real_visit_class()
5221 const gchar* _tmp247_; in gtkdoc_generator_real_visit_property() local
5240 _tmp247_ = return_type_desc; in gtkdoc_generator_real_visit_property()
5243 _tmp250_ = gtkdoc_generator_combine_inline_docs (self, _tmp247_, _tmp249_); in gtkdoc_generator_real_visit_property()
6256 ValadocApiItem* _tmp247_; in gtkdoc_generator_real_visit_method() local
6970 _tmp247_ = valadoc_api_typereference_get_data_type (_tmp246_); in gtkdoc_generator_real_visit_method()
6971 _tmp248_ = _tmp247_; in gtkdoc_generator_real_visit_method()

12