Home
last modified time | relevance | path

Searched refs:_tmp41_ (Results 1 – 25 of 391) sorted by relevance

12345678910>>...16

/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestsortedset.c1543 gchar** _tmp41_; in sorted_set_tests_sub_set_tests_test_contains() local
1817 _tmp41_ = s; in sorted_set_tests_sub_set_tests_test_add()
2025 gchar** _tmp41_; in sorted_set_tests_sub_set_tests_test_remove() local
2285 const gchar* _tmp41_; in sorted_set_tests_sub_set_tests_test_iterator() local
2303 _tmp41_ = _tmp40_[0]; in sorted_set_tests_sub_set_tests_test_iterator()
2485 gchar** _tmp41_; in sorted_set_tests_sub_set_tests_test_clear() local
2849 gchar** _tmp41_; in sorted_set_tests_sub_set_tests_test_iterator_at() local
3073 gpointer _tmp41_; in sorted_set_tests_sub_set_tests_test_lower() local
3248 gpointer _tmp41_; in sorted_set_tests_sub_set_tests_test_higher() local
3423 gpointer _tmp41_; in sorted_set_tests_sub_set_tests_test_floor() local
[all …]
H A Dtestbidirsortedset.c376 GeeBidirIterator* _tmp41_; in bidir_sorted_set_tests_test_bidir_iterator_can_go_backward() local
477 _tmp41_ = iterator; in bidir_sorted_set_tests_test_bidir_iterator_can_go_backward()
478 _tmp42_ = gee_iterator_get ((GeeIterator*) _tmp41_); in bidir_sorted_set_tests_test_bidir_iterator_can_go_backward()
651 gchar* _tmp41_; in bidir_sorted_set_tests_test_mutable_bidir_iterator() local
737 _tmp41_ = (gchar*) _tmp40_; in bidir_sorted_set_tests_test_mutable_bidir_iterator()
738 _vala_assert (g_strcmp0 (_tmp41_, "four") == 0, "iterator.get () == \"four\""); in bidir_sorted_set_tests_test_mutable_bidir_iterator()
739 _g_free0 (_tmp41_); in bidir_sorted_set_tests_test_mutable_bidir_iterator()
1046 const gchar* _tmp41_; in bidir_sorted_set_tests_bidir_sub_set_tests_test_bidir_iterator() local
1082 _tmp41_ = _tmp39_[_tmp40__length1 - 1]; in bidir_sorted_set_tests_bidir_sub_set_tests_test_bidir_iterator()
1083 _vala_assert (g_strcmp0 (_tmp38_, _tmp41_) == 0, "iter.get () == contains[contains.length - 1]"); in bidir_sorted_set_tests_bidir_sub_set_tests_test_bidir_iterator()
H A Dtestreadonlycollection.c455 GeeCollection* _tmp41_; in read_only_collection_tests_test_immutable() local
555 _tmp41_ = self->ro_collection; in read_only_collection_tests_test_immutable()
556 _vala_assert (gee_collection_contains (_tmp41_, "one"), "ro_collection.contains (\"one\")"); in read_only_collection_tests_test_immutable()
605 gint _tmp41_; in read_only_collection_tests_test_accurate_view() local
678 _tmp41_ = gee_collection_get_size (_tmp40_); in read_only_collection_tests_test_accurate_view()
679 _tmp42_ = _tmp41_; in read_only_collection_tests_test_accurate_view()
H A Dtestpriorityqueue.c243 gchar* _tmp41_; in priority_queue_tests_test_poll_gives_minimum() local
363 _tmp41_ = (gchar*) _tmp40_; in priority_queue_tests_test_poll_gives_minimum()
364 _vala_assert (g_strcmp0 (_tmp41_, "ten") == 0, "test_queue.peek () == \"ten\""); in priority_queue_tests_test_poll_gives_minimum()
365 _g_free0 (_tmp41_); in priority_queue_tests_test_poll_gives_minimum()
/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestreadonlymap.c272 gchar* _tmp41_; in read_only_map_tests_test_immutable_iterator() local
347 _tmp41_ = (gchar*) _tmp40_; in read_only_map_tests_test_immutable_iterator()
348 _vala_assert (g_strcmp0 (_tmp41_, "one") == 0, "iterator.get () == \"one\""); in read_only_map_tests_test_immutable_iterator()
349 _g_free0 (_tmp41_); in read_only_map_tests_test_immutable_iterator()
509 GeeMap* _tmp41_; in read_only_map_tests_test_immutable() local
511 _tmp41_ = dummy; in read_only_map_tests_test_immutable()
512 gee_map_set_all (_tmp40_, _tmp41_); in read_only_map_tests_test_immutable()
595 gchar* _tmp41_; in read_only_map_tests_test_accurate_view() local
709 _tmp41_ = (gchar*) _tmp40_; in read_only_map_tests_test_accurate_view()
710 _vala_assert (g_strcmp0 (_tmp41_, "one") == 0, "ro_map.get (\"one\") == \"one\""); in read_only_map_tests_test_accurate_view()
[all …]
H A Dtestqueue.c269 GeeQueue* _tmp41_; in queue_tests_test_capacity_bound() local
291 _tmp41_ = test_queue; in queue_tests_test_capacity_bound()
292 _tmp42_ = gee_queue_poll (_tmp41_); in queue_tests_test_capacity_bound()
361 gboolean _tmp41_; in queue_tests_test_one_element_operation() local
442 _tmp41_ = gee_collection_get_is_empty ((GeeCollection*) test_queue); in queue_tests_test_one_element_operation()
443 _tmp42_ = _tmp41_; in queue_tests_test_one_element_operation()
H A Dtestcollection.c256 gboolean _tmp41_; in collection_tests_test_iterator_returns_all_elements_once() local
381 _tmp41_ = three_found; in collection_tests_test_iterator_returns_all_elements_once()
641 gpointer _tmp41_ = NULL; in collection_tests_test_mutable_iterator() local
758 GeeCollection* _tmp41_; in collection_tests_test_contains_size_and_is_empty() local
1069 gchar** _tmp41_; in collection_tests_test_add_remove() local
1169 _tmp41_ = to_add; in collection_tests_test_add_remove()
1176 a_collection = _tmp41_; in collection_tests_test_add_remove()
1355 gchar** _tmp41_; in collection_tests_test_clear() local
1456 _tmp41_ = to_add; in collection_tests_test_clear()
1463 a_collection = _tmp41_; in collection_tests_test_clear()
[all …]
H A Dtestreadonlylist.c253 GeeListIterator* _tmp41_; in read_only_list_tests_test_immutable_iterator() local
388 _tmp41_ = iterator; in read_only_list_tests_test_immutable_iterator()
389 _tmp42_ = gee_bidir_iterator_has_previous ((GeeBidirIterator*) _tmp41_); in read_only_list_tests_test_immutable_iterator()
657 GeeCollection* _tmp41_; in read_only_list_tests_test_immutable() local
659 _tmp41_ = dummy; in read_only_list_tests_test_immutable()
660 gee_list_insert_all (_tmp40_, 1, _tmp41_); in read_only_list_tests_test_immutable()
737 gchar* _tmp41_; in read_only_list_tests_test_accurate_view() local
832 _tmp41_ = (gchar*) _tmp40_; in read_only_list_tests_test_accurate_view()
833 _vala_assert (g_strcmp0 (_tmp41_, "two") == 0, "ro_list.last () == \"two\""); in read_only_list_tests_test_accurate_view()
834 _g_free0 (_tmp41_); in read_only_list_tests_test_accurate_view()
H A Dtestsortedset.c1890 gboolean _tmp41_; in sorted_set_tests_sub_set_test_size() local
1897 _tmp42_ = _tmp41_; in sorted_set_tests_sub_set_test_size()
2070 gchar* _tmp41_; in sorted_set_tests_sub_set_test_contains() local
2347 gchar* _tmp41_; in sorted_set_tests_sub_set_test_add() local
2350 s = _tmp41_; in sorted_set_tests_sub_set_test_add()
2590 gchar* _tmp41_; in sorted_set_tests_sub_set_test_remove() local
2869 iter = _tmp41_; in sorted_set_tests_sub_set_test_iterator()
3164 gchar* _tmp41_; in sorted_set_tests_sub_set_test_clear() local
3381 gchar* _tmp41_; in sorted_set_tests_sub_set_test_boundaries() local
3385 _g_free0 (_tmp41_); in sorted_set_tests_sub_set_test_boundaries()
[all …]
H A Dtestdeque.c218 gpointer _tmp41_ = NULL; in deque_tests_test_queue_use() local
329 _tmp41_ = gee_deque_poll_head (test_deque); in deque_tests_test_queue_use()
330 _tmp42_ = (gchar*) _tmp41_; in deque_tests_test_queue_use()
444 gpointer _tmp41_ = NULL; in deque_tests_test_stack_use() local
555 _tmp41_ = gee_deque_poll_head (test_deque); in deque_tests_test_stack_use()
556 _tmp42_ = (gchar*) _tmp41_; in deque_tests_test_stack_use()
670 gpointer _tmp41_ = NULL; in deque_tests_test_reversed_stack_use() local
781 _tmp41_ = gee_deque_poll_tail (test_deque); in deque_tests_test_reversed_stack_use()
782 _tmp42_ = (gchar*) _tmp41_; in deque_tests_test_reversed_stack_use()
H A Dtestmap.c296 GeeMap* _tmp41_; in map_tests_test_has_key_size_is_empty() local
535 _tmp41_ = self->test_map; in map_tests_test_has_key_size_is_empty()
851 GeeMap* _tmp41_; in map_tests_test_keys() local
929 _tmp41_ = self->test_map; in map_tests_test_keys()
930 gee_map_clear (_tmp41_); in map_tests_test_keys()
989 GeeMap* _tmp41_; in map_tests_test_values() local
1068 gee_map_clear (_tmp41_); in map_tests_test_values()
1125 GeeMap* _tmp41_; in map_tests_test_entries() local
1510 gint _tmp41_; in map_tests_test_unset_all() local
1610 _tmp41_ = _tmp40_; in map_tests_test_unset_all()
[all …]
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.c107 gchar* _tmp41_; in vala_gerror_module_real_generate_error_domain_declaration() local
240 _tmp41_ = _tmp40_; in vala_gerror_module_real_generate_error_domain_declaration()
243 _g_free0 (_tmp41_); in vala_gerror_module_real_generate_error_domain_declaration()
509 ValaCCodeConstant* _tmp41_; in vala_gerror_module_real_return_with_exception() local
535 _tmp41_ = _tmp40_; in vala_gerror_module_real_return_with_exception()
703 _tmp42_ = _tmp41_; in vala_gerror_module_uncaught_error_statement()
1032 ValaArrayList* _tmp41_; in vala_gerror_module_real_add_simple_check() local
1039 _tmp41_ = error_types; in vala_gerror_module_real_add_simple_check()
1680 gchar* _tmp41_; in vala_gerror_module_real_visit_try_statement() local
1697 _tmp42_ = _tmp41_; in vala_gerror_module_real_visit_try_statement()
[all …]
H A Dvalagvariantmodule.c497 _tmp41_ = _tmp40_; in vala_gvariant_module_real_visit_cast_expression()
1494 _tmp41_ = _tmp40_; in vala_gvariant_module_generate_enum_from_string_function()
1807 _tmp41_ = _tmp40_; in vala_gvariant_module_deserialize_array()
2046 _tmp41_ = _tmp40_; in vala_gvariant_module_deserialize_array_dim()
2471 _tmp41_ = _tmp40_; in vala_gvariant_module_deserialize_buffer_array()
2646 _tmp41_ = f; in vala_gvariant_module_deserialize_struct()
2941 _tmp41_ = _tmp40_; in vala_gvariant_module_deserialize_hash_table()
3736 _tmp41_ = _tmp40_; in vala_gvariant_module_read_expression()
3971 _tmp42_ = _tmp41_; in vala_gvariant_module_generate_enum_to_string_function()
4312 _tmp42_ = _tmp41_; in vala_gvariant_module_serialize_array_dim()
[all …]
H A Dvalaccodearraymodule.c385 ValaList* _tmp41_; in vala_ccode_array_module_real_visit_array_creation_expression() local
927 _tmp41_ = _tmp40_; in vala_ccode_array_module_real_visit_element_access()
1408 _tmp42_ = _tmp41_; in vala_ccode_array_module_real_append_struct_array_free()
1717 _tmp42_ = _tmp41_; in vala_ccode_array_module_append_vala_array_free_loop()
1919 _tmp42_ = _tmp41_; in vala_ccode_array_module_real_append_vala_array_free()
2255 _tmp42_ = _tmp41_; in vala_ccode_array_module_real_append_vala_array_move()
2519 _tmp42_ = _tmp41_; in vala_ccode_array_module_real_append_vala_array_length()
4589 _tmp41_ = _tmp40_; in vala_ccode_array_module_real_visit_assignment()
4592 ccall = _tmp41_; in vala_ccode_array_module_real_visit_assignment()
4792 gint _tmp41_; in vala_ccode_array_module_real_generate_parameter() local
[all …]
H A Dvalaccodeassignmentmodule.c231 ValaCCodeFunctionCall* _tmp41_; in vala_ccode_assignment_module_emit_simple_assignment() local
244 _tmp41_ = _tmp40_; in vala_ccode_assignment_module_emit_simple_assignment()
246 ccall = _tmp41_; in vala_ccode_assignment_module_emit_simple_assignment()
500 ValaExpression* _tmp41_; in vala_ccode_assignment_module_real_visit_assignment() local
506 _tmp41_ = _tmp40_; in vala_ccode_assignment_module_real_visit_assignment()
507 …aseModule*) self, G_TYPE_CHECK_INSTANCE_CAST (_tmp39_, VALA_TYPE_VARIABLE, ValaVariable), _tmp41_); in vala_ccode_assignment_module_real_visit_assignment()
614 ValaCCodeFunctionCall* _tmp41_; in vala_ccode_assignment_module_real_store_value() local
661 _tmp41_ = ccopy; in vala_ccode_assignment_module_real_store_value()
662 vala_ccode_function_add_expression (_tmp40_, (ValaCCodeExpression*) _tmp41_); in vala_ccode_assignment_module_real_store_value()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaconstructor.c300 gchar* _tmp41_; in vala_constructor_real_check() local
308 _tmp41_ = _tmp40_; in vala_constructor_real_check()
309 _tmp42_ = g_strdup_printf ("unhandled error `%s'", _tmp41_); in vala_constructor_real_check()
313 _g_free0 (_tmp41_); in vala_constructor_real_check()
H A Dvaladestructor.c300 gchar* _tmp41_; in vala_destructor_real_check() local
308 _tmp41_ = _tmp40_; in vala_destructor_real_check()
309 _tmp42_ = g_strdup_printf ("unhandled error `%s'", _tmp41_); in vala_destructor_real_check()
313 _g_free0 (_tmp41_); in vala_destructor_real_check()
H A Dvalaaddressofexpression.c341 ValaPointerType* _tmp41_; in vala_addressof_expression_real_check() local
349 _tmp41_ = _tmp40_; in vala_addressof_expression_real_check()
350 _tmp42_ = vala_pointer_type_new ((ValaDataType*) _tmp41_, NULL); in vala_addressof_expression_real_check()
354 _vala_code_node_unref0 (_tmp41_); in vala_addressof_expression_real_check()
H A Dvalaenumvaluetype.c150 ValaMethod* _tmp41_; in vala_enum_value_type_get_to_string_method() local
213 _tmp41_ = self->priv->to_string_method; in vala_enum_value_type_get_to_string_method()
214 _tmp42_ = vala_method_get_this_parameter (_tmp41_); in vala_enum_value_type_get_to_string_method()
H A Dvalasemanticanalyzer.c496 ValaScope* _tmp41_; in vala_semantic_analyzer_analyze() local
655 _tmp42_ = _tmp41_; in vala_semantic_analyzer_analyze()
1239 result = _tmp41_; in vala_semantic_analyzer_get_value_type_for_symbol()
1472 _tmp41_ = iface; in vala_semantic_analyzer_symbol_lookup_inherited()
1760 ValaList* _tmp41_; in vala_semantic_analyzer_get_data_type_for_symbol() local
2361 gint _tmp41_; in vala_semantic_analyzer_check_arguments() local
3230 gchar* _tmp41_; in vala_semantic_analyzer_check_variadic_arguments() local
3947 ValaClass* _tmp41_; in vala_semantic_analyzer_get_instance_base_type_for_member() local
3955 _tmp41_ = cl; in vala_semantic_analyzer_get_instance_base_type_for_member()
4822 ValaSymbol* _tmp41_; in vala_semantic_analyzer_visit_member_initializer() local
[all …]
H A Dvalaunlockstatement.c264 ValaExpression* _tmp41_; in vala_unlock_statement_real_check() local
271 _tmp41_ = vala_unlock_statement_get_resource (self); in vala_unlock_statement_real_check()
272 _tmp42_ = _tmp41_; in vala_unlock_statement_real_check()
H A Dvalabaseaccess.c237 gboolean _tmp41_ = FALSE; in vala_base_access_real_check() local
273 _tmp41_ = !VALA_IS_CREATION_METHOD (_tmp56_); in vala_base_access_real_check()
275 _tmp41_ = FALSE; in vala_base_access_real_check()
277 if (_tmp41_) { in vala_base_access_real_check()
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodeconstant.c187 gchar* _tmp41_; in vala_ccode_constant_construct_string() local
295 _tmp41_ = p; in vala_ccode_constant_construct_string()
297 col += (gint) (_tmp41_ - _tmp42_); in vala_ccode_constant_construct_string()
H A Dvalaccodefunctiondeclarator.c304 gchar* _tmp41_; in vala_ccode_function_declarator_real_write_declaration() local
306 _tmp41_ = g_strdup_printf (" G_GNUC_FORMAT(%d)", format_arg_index + 1); in vala_ccode_function_declarator_real_write_declaration()
307 _tmp42_ = _tmp41_; in vala_ccode_function_declarator_real_write_declaration()
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dsong-dialog.c143 GtkLabel* _tmp41_; in xfmpc_song_dialog_construct() local
277 _tmp41_ = (GtkLabel*) gtk_label_new (_tmp40_); in xfmpc_song_dialog_construct()
278 g_object_ref_sink (_tmp41_); in xfmpc_song_dialog_construct()
280 label = _tmp41_; in xfmpc_song_dialog_construct()

12345678910>>...16