Home
last modified time | relevance | path

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

/dports/lang/vala/vala-0.48.18/vala/
H A Dvalabinaryexpression.c2397 ValaExpression* _tmp729_; in vala_binary_expression_real_check() local
2420 _tmp729_ = vala_binary_expression_get_right (self); in vala_binary_expression_real_check()
2421 _tmp730_ = _tmp729_; in vala_binary_expression_real_check()
H A Dvalamethodcall.c2956 ValaList* _tmp729_; in vala_method_call_real_check() local
2964 _tmp729_ = _vala_iterable_ref0 (_tmp728_); in vala_method_call_real_check()
2965 _type_param_list = _tmp729_; in vala_method_call_real_check()
H A Dvalamemberaccess.c2864 ValaExpression* _tmp729_; in vala_member_access_real_check() local
2867 _tmp729_ = _tmp728_; in vala_member_access_real_check()
2868 _tmp723_ = !VALA_IS_BASE_ACCESS (_tmp729_); in vala_member_access_real_check()
H A Dvalagirparser.c19905 gchar* _tmp729_; in vala_gir_parser_node_process() local
19909 _tmp729_ = _tmp728_; in vala_gir_parser_node_process()
19910 …a_code_node_set_attribute_string ((ValaCodeNode*) _tmp727_, "CCode", "type_cname", _tmp729_, NULL); in vala_gir_parser_node_process()
19911 _g_free0 (_tmp729_); in vala_gir_parser_node_process()
/dports/lang/vala/vala-0.48.18/libvaladoc/documentation/
H A Ddocumentationparser.c4706 GObject** _tmp729_; in valadoc_documentation_parser_init_valadoc_rules() local
6023 _tmp729_ = _tmp728_; in valadoc_documentation_parser_init_valadoc_rules()
6025 _tmp730_ = valadoc_rule_option (_tmp729_, (gint) 1); in valadoc_documentation_parser_init_valadoc_rules()
6051 _tmp729_ = (_vala_array_free (_tmp729_, _tmp729__length1, (GDestroyNotify) g_object_unref), NULL); in valadoc_documentation_parser_init_valadoc_rules()
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession-default-apps/
H A Dmain.c1627 GtkComboBox* _tmp729_ = NULL; in ldefault_apps_main_windows_construct() local
3090_tmp729_ = ldefault_apps_ui_combobox_init (_tmp726_, "disable_autostart_combobox", _tmp727_, _tmp7… in ldefault_apps_main_windows_construct()
3092 _data4_->disable_autostart_combobox = _tmp729_; in ldefault_apps_main_windows_construct()
/dports/lang/vala/vala-0.48.18/valadoc/tests/drivers/
H A Dgeneric-api-test.c1374 ValaSymbolAccessibility _tmp729_; in test_class_global() local
3108 _tmp729_ = _tmp728_; in test_class_global()
3109 …_vala_assert (_tmp729_ == VALA_SYMBOL_ACCESSIBILITY_PUBLIC, "sig.accessibility == Vala.SymbolAcces… in test_class_global()
6845 ValadocApiPropertyAccessor* _tmp729_; in test_struct_global() local
7025 _tmp729_ = _tmp728_; in test_struct_global()
7026 _tmp730_ = valadoc_api_property_accessor_get_is_owned (_tmp729_); in test_struct_global()
8964 ValadocApiParameter* _tmp729_; in param_test() local
9028 _tmp729_ = param; in param_test()
9029 _tmp730_ = valadoc_api_symbol_get_is_deprecated ((ValadocApiSymbol*) _tmp729_); in param_test()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodememberaccessmodule.c2126 ValaCCodeExpression* _tmp729_; in vala_ccode_member_access_module_real_visit_member_access() local
2133 _tmp729_ = ctemp; in vala_ccode_member_access_module_real_visit_member_access()
2134 … _tmp730_ = vala_ccode_unary_expression_new (VALA_CCODE_UNARY_OPERATOR_ADDRESS_OF, _tmp729_); in vala_ccode_member_access_module_real_visit_member_access()
H A Dvalagdbusservermodule.c2319 gchar* _tmp729_; in vala_gd_bus_server_module_generate_dbus_wrapper() local
2321 _tmp729_ = vala_get_ccode_array_length_type ((ValaCodeNode*) _tmp728_); in vala_gd_bus_server_module_generate_dbus_wrapper()
2322 length_ctype = _tmp729_; in vala_gd_bus_server_module_generate_dbus_wrapper()
H A Dvalaccodemethodcallmodule.c2507 ValaMethod* _tmp729_; in vala_ccode_method_call_module_real_visit_method_call() local
2531 _tmp729_ = m; in vala_ccode_method_call_module_real_visit_method_call()
2532 _tmp730_ = vala_symbol_get_parent_symbol ((ValaSymbol*) _tmp729_); in vala_ccode_method_call_module_real_visit_method_call()
H A Dvalaccodemethodmodule.c3707 ValaTypeParameter* _tmp729_; in vala_ccode_method_module_real_visit_method() local
3779 _tmp729_ = type_param; in vala_ccode_method_module_real_visit_method()
3780 _tmp730_ = vala_symbol_get_name ((ValaSymbol*) _tmp729_); in vala_ccode_method_module_real_visit_method()
H A Dvalaccodebasemodule.c10216 ValaCCodeFile* _tmp729_; in vala_ccode_base_module_real_visit_property_accessor() local
10224 _tmp729_ = self->cfile; in vala_ccode_base_module_real_visit_property_accessor()
10225 vala_ccode_file_add_include (_tmp729_, "string.h", FALSE); in vala_ccode_base_module_real_visit_property_accessor()
12994 gpointer _tmp729_; in vala_ccode_base_module_real_visit_block() local
13005 _tmp729_ = vala_list_get (_tmp728_, _param_index); in vala_ccode_base_module_real_visit_block()
13006 param = (ValaParameter*) _tmp729_; in vala_ccode_base_module_real_visit_block()
28969 ValaProperty* _tmp729_; in vala_ccode_base_module_real_visit_object_creation_expression() local
28973 _tmp729_ = _vala_code_node_ref0 (_tmp728_); in vala_ccode_base_module_real_visit_object_creation_expression()
28975 p = _tmp729_; in vala_ccode_base_module_real_visit_object_creation_expression()
/dports/lang/vala/vala-0.48.18/vapigen/
H A Dvalagidlparser.c15127 ValaParameter* _tmp729_; in vala_gidl_parser_create_method() local
15139 _tmp729_ = last_param; in vala_gidl_parser_create_method()
15141 vala_variable_set_variable_type ((ValaVariable*) _tmp729_, _tmp730_); in vala_gidl_parser_create_method()