Home
last modified time | relevance | path

Searched refs:_tmp45_ (Results 1 – 25 of 371) sorted by relevance

12345678910>>...15

/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestqueue.c273 gboolean _tmp45_; in queue_tests_test_capacity_bound() local
297 _tmp45_ = gee_queue_get_is_full (_tmp44_); in queue_tests_test_capacity_bound()
298 _tmp46_ = _tmp45_; in queue_tests_test_capacity_bound()
365 gpointer _tmp45_ = NULL; in queue_tests_test_one_element_operation() local
448 _tmp45_ = gee_abstract_list_get ((GeeAbstractList*) recipient, 0); in queue_tests_test_one_element_operation()
449 _tmp46_ = (gchar*) _tmp45_; in queue_tests_test_one_element_operation()
H A Dtestcollection.c395 GeeIterator* _tmp45_; in collection_tests_test_iterator_returns_all_elements_once() local
405 _tmp45_ = iterator; in collection_tests_test_iterator_returns_all_elements_once()
667 const gchar* _tmp45_; in collection_tests_test_mutable_iterator() local
668 _tmp45_ = element; in collection_tests_test_mutable_iterator()
762 GeeCollection* _tmp45_; in collection_tests_test_contains_size_and_is_empty() local
1186 gboolean _tmp45_ = FALSE; in collection_tests_test_add_remove() local
1576 gboolean _tmp45_ = FALSE; in collection_tests_test_add_all() local
1884 gboolean _tmp45_; in collection_tests_test_remove_all() local
1965 _tmp46_ = _tmp45_; in collection_tests_test_remove_all()
2024 gboolean _tmp45_; in collection_tests_test_retain_all() local
[all …]
H A Dtestsortedset.c1894 gint _tmp45_; in sorted_set_tests_sub_set_test_size() local
2074 gchar* _tmp45_; in sorted_set_tests_sub_set_test_contains() local
2594 gchar* _tmp45_; in sorted_set_tests_sub_set_test_remove() local
2917 _tmp45_ = iter; in sorted_set_tests_sub_set_test_iterator()
3168 gchar* _tmp45_; in sorted_set_tests_sub_set_test_clear() local
3560 gchar* _tmp45_; in sorted_set_tests_sub_set_test_iterator_at() local
3795 gchar* _tmp45_; in sorted_set_tests_sub_set_test_lower() local
3981 gchar* _tmp45_; in sorted_set_tests_sub_set_test_higher() local
4167 gchar* _tmp45_; in sorted_set_tests_sub_set_test_floor() local
4353 gchar* _tmp45_; in sorted_set_tests_sub_set_test_ceil() local
[all …]
H A Dtestreadonlymap.c275 gint _tmp45_; in read_only_map_tests_test_immutable_iterator() local
359 _tmp45_ = gee_map_get_size (_tmp44_); in read_only_map_tests_test_immutable_iterator()
360 _tmp46_ = _tmp45_; in read_only_map_tests_test_immutable_iterator()
419 GeeMap* _tmp45_; in read_only_map_tests_test_immutable() local
520 _tmp45_ = self->ro_map; in read_only_map_tests_test_immutable()
521 _tmp46_ = gee_map_has_key (_tmp45_, "one"); in read_only_map_tests_test_immutable()
599 gboolean _tmp45_ = FALSE; in read_only_map_tests_test_accurate_view() local
716 _tmp45_ = gee_map_has (_tmp44_, "two", "two"); in read_only_map_tests_test_accurate_view()
717 _vala_assert (_tmp45_, "ro_map.has (\"two\", \"two\")"); in read_only_map_tests_test_accurate_view()
H A Dtestdeque.c222 gboolean _tmp45_ = FALSE; in deque_tests_test_queue_use() local
338 _tmp45_ = gee_deque_offer_tail (test_deque, "three"); in deque_tests_test_queue_use()
339 _vala_assert (_tmp45_, "test_deque.offer_tail (\"three\")"); in deque_tests_test_queue_use()
448 gboolean _tmp45_ = FALSE; in deque_tests_test_stack_use() local
564 _tmp45_ = gee_deque_offer_head (test_deque, "three"); in deque_tests_test_stack_use()
565 _vala_assert (_tmp45_, "test_deque.offer_head (\"three\")"); in deque_tests_test_stack_use()
674 gboolean _tmp45_ = FALSE; in deque_tests_test_reversed_stack_use() local
790 _tmp45_ = gee_deque_offer_tail (test_deque, "three"); in deque_tests_test_reversed_stack_use()
791 _vala_assert (_tmp45_, "test_deque.offer_tail (\"three\")"); in deque_tests_test_reversed_stack_use()
H A Dtestreadonlylist.c257 GeeListIterator* _tmp45_; in read_only_list_tests_test_immutable_iterator() local
394 _tmp45_ = iterator; in read_only_list_tests_test_immutable_iterator()
395 _tmp46_ = gee_iterator_get ((GeeIterator*) _tmp45_); in read_only_list_tests_test_immutable_iterator()
572 GeeList* _tmp45_; in read_only_list_tests_test_immutable() local
668 _tmp45_ = ro_list; in read_only_list_tests_test_immutable()
669 _tmp46_ = gee_collection_contains ((GeeCollection*) _tmp45_, "one"); in read_only_list_tests_test_immutable()
741 gboolean _tmp45_; in read_only_list_tests_test_accurate_view() local
840 _tmp45_ = gee_collection_get_is_empty ((GeeCollection*) ro_list); in read_only_list_tests_test_accurate_view()
841 _tmp46_ = _tmp45_; in read_only_list_tests_test_accurate_view()
H A Dtestreadonlycollection.c542 GeeCollection* _tmp45_; in read_only_collection_tests_test_immutable() local
545 _tmp45_ = self->ro_collection; in read_only_collection_tests_test_immutable()
547 _tmp47_ = gee_collection_remove_all (_tmp45_, _tmp46_); in read_only_collection_tests_test_immutable()
632 gboolean _tmp45_; in read_only_collection_tests_test_accurate_view() local
715 _tmp45_ = _tmp44_; in read_only_collection_tests_test_accurate_view()
716 _vala_assert (!_tmp45_, "! ro_collection.is_empty"); in read_only_collection_tests_test_accurate_view()
H A Dtestmap.c300 GeeMap* _tmp45_; in map_tests_test_has_key_size_is_empty() local
541 _tmp45_ = self->test_map; in map_tests_test_has_key_size_is_empty()
855 GeeMap* _tmp45_; in map_tests_test_keys() local
935 _tmp45_ = self->test_map; in map_tests_test_keys()
936 _tmp46_ = gee_map_get_keys (_tmp45_); in map_tests_test_keys()
993 GeeMap* _tmp45_; in map_tests_test_values() local
1073 _tmp45_ = self->test_map; in map_tests_test_values()
1129 gint _tmp45_; in map_tests_test_entries() local
1226 _tmp46_ = _tmp45_; in map_tests_test_entries()
1514 GeeMap* _tmp45_; in map_tests_test_unset_all() local
[all …]
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.c112 gchar* _tmp45_; in vala_gerror_module_real_generate_error_domain_declaration() local
246 _tmp45_ = _tmp44_; in vala_gerror_module_real_generate_error_domain_declaration()
253 _g_free0 (_tmp45_); in vala_gerror_module_real_generate_error_domain_declaration()
544 ValaCCodeConstant* _tmp45_; in vala_gerror_module_real_return_with_exception() local
548 _tmp45_ = _tmp44_; in vala_gerror_module_real_return_with_exception()
708 _tmp45_ = ccritical; in vala_gerror_module_uncaught_error_statement()
1037 gint _tmp45_; in vala_gerror_module_real_add_simple_check() local
1044 _tmp45_ = _tmp44_; in vala_gerror_module_real_add_simple_check()
1564 ValaCatchClause* _tmp45_; in vala_gerror_module_real_visit_try_statement() local
1710 _tmp45_ = old_catch; in vala_gerror_module_real_visit_try_statement()
[all …]
H A Dvalaccodearraymodule.c400 gint _tmp45_; in vala_ccode_array_module_real_visit_array_creation_expression() local
1722 _tmp46_ = _tmp45_; in vala_ccode_array_module_append_vala_array_free_loop()
1793 gchar* _tmp45_; in vala_ccode_array_module_real_append_vala_array_free() local
1922 _tmp45_ = _tmp44_; in vala_ccode_array_module_real_append_vala_array_free()
1927 _g_free0 (_tmp45_); in vala_ccode_array_module_real_append_vala_array_free()
2261 _tmp46_ = _tmp45_; in vala_ccode_array_module_real_append_vala_array_move()
2527 _tmp46_ = _tmp45_; in vala_ccode_array_module_real_append_vala_array_length()
2841 _tmp45_ = _tmp44_; in vala_ccode_array_module_real_destroy_value()
3098 _tmp45_ = _tmp44_; in vala_ccode_array_module_generate_array_dup_wrapper()
4597 _tmp46_ = _tmp45_; in vala_ccode_array_module_real_visit_assignment()
[all …]
H A Dvalagtkmodule.c659 ValaHashMap* _tmp45_; in vala_gtk_module_ensure_gresource_to_file_map() local
665 _tmp45_ = self->priv->gresource_to_file_map; in vala_gtk_module_ensure_gresource_to_file_map()
978 gchar* _tmp45_; in vala_gtk_module_process_current_ui_resource() local
986 _tmp46_ = _tmp45_; in vala_gtk_module_process_current_ui_resource()
1500 gchar* _tmp45_; in vala_gtk_module_real_visit_field() local
1510 _tmp45_ = _tmp44_; in vala_gtk_module_real_visit_field()
1511 vala_report_error (_tmp37_, _tmp45_); in vala_gtk_module_real_visit_field()
1512 _g_free0 (_tmp45_); in vala_gtk_module_real_visit_field()
1839 gchar* _tmp45_; in vala_gtk_module_real_visit_method() local
1854 _tmp45_ = _tmp44_; in vala_gtk_module_real_visit_method()
[all …]
H A Dvalagvariantmodule.c508 _tmp46_ = _tmp45_; in vala_gvariant_module_real_visit_cast_expression()
1725 const gchar* _tmp45_; in vala_gvariant_module_deserialize_array() local
1815 _tmp45_ = temp_name; in vala_gvariant_module_deserialize_array()
2054 _tmp46_ = _tmp45_; in vala_gvariant_module_deserialize_array_dim()
2484 _tmp45_ = _tmp44_; in vala_gvariant_module_deserialize_buffer_array()
2656 _tmp46_ = _tmp45_; in vala_gvariant_module_deserialize_struct()
2948 _tmp46_ = _tmp45_; in vala_gvariant_module_deserialize_hash_table()
3495 _tmp45_ = cdup; in vala_gvariant_module_real_deserialize_expression()
4727 _tmp46_ = _tmp45_; in vala_gvariant_module_serialize_struct()
5052 _tmp46_ = _tmp45_; in vala_gvariant_module_serialize_hash_table()
[all …]
H A Dvalaccodestructmodule.c263 ValaCCodeMacroReplacement* _tmp45_; in vala_ccode_struct_module_real_generate_struct_declaration() local
287 _tmp45_ = vala_ccode_macro_replacement_new (_tmp43_, _tmp44_); in vala_ccode_struct_module_real_generate_struct_declaration()
288 _tmp46_ = _tmp45_; in vala_ccode_struct_module_real_generate_struct_declaration()
936 ValaCCodeConstant* _tmp45_; in vala_ccode_struct_module_add_struct_dup_function() local
960 _tmp45_ = _tmp44_; in vala_ccode_struct_module_add_struct_dup_function()
962 _vala_ccode_node_unref0 (_tmp45_); in vala_ccode_struct_module_add_struct_dup_function()
1291 ValaCCodeFunctionCall* _tmp45_; in vala_ccode_struct_module_add_struct_free_function() local
1307 _tmp45_ = free_call; in vala_ccode_struct_module_add_struct_free_function()
1491 gint _tmp45_; in vala_ccode_struct_module_add_struct_copy_function() local
1499 _tmp45_ = _tmp44_; in vala_ccode_struct_module_add_struct_copy_function()
[all …]
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestsortedset.c1591 _tmp45_ = s; in sorted_set_tests_sub_set_tests_test_contains()
1845 _tmp45_ = s; in sorted_set_tests_sub_set_tests_test_add()
2075 _tmp45_ = s; in sorted_set_tests_sub_set_tests_test_remove()
2289 gpointer _tmp45_; in sorted_set_tests_sub_set_tests_test_iterator() local
2904 _tmp45_ = s; in sorted_set_tests_sub_set_tests_test_iterator_at()
3077 gchar* _tmp45_; in sorted_set_tests_sub_set_tests_test_lower() local
3098 _g_free0 (_tmp45_); in sorted_set_tests_sub_set_tests_test_lower()
3252 gchar* _tmp45_; in sorted_set_tests_sub_set_tests_test_higher() local
3273 _g_free0 (_tmp45_); in sorted_set_tests_sub_set_tests_test_higher()
3427 gchar* _tmp45_; in sorted_set_tests_sub_set_tests_test_floor() local
[all …]
H A Dtestsortedmap.c908 gchar* _tmp45_; in gee_sorted_map_tests_test_lower() local
1020 _g_free0 (_tmp45_); in gee_sorted_map_tests_test_lower()
1117 gchar* _tmp45_; in gee_sorted_map_tests_test_higher() local
1229 _g_free0 (_tmp45_); in gee_sorted_map_tests_test_higher()
1326 gchar* _tmp45_; in gee_sorted_map_tests_test_floor() local
1535 gchar* _tmp45_; in gee_sorted_map_tests_test_ceil() local
3982 gchar* _tmp45_; in gee_sorted_map_tests_sub_map_tests_test_lower() local
4366 gchar* _tmp45_; in gee_sorted_map_tests_sub_map_tests_test_higher() local
4750 gchar* _tmp45_; in gee_sorted_map_tests_sub_map_tests_test_floor() local
5134 gchar* _tmp45_; in gee_sorted_map_tests_sub_map_tests_test_ceil() local
[all …]
H A Dtestpriorityqueue.c247 gchar* _tmp45_; in priority_queue_tests_test_poll_gives_minimum() local
371 _tmp45_ = (gchar*) _tmp44_; in priority_queue_tests_test_poll_gives_minimum()
372 _vala_assert (g_strcmp0 (_tmp45_, "three") == 0, "test_queue.peek () == \"three\""); in priority_queue_tests_test_poll_gives_minimum()
373 _g_free0 (_tmp45_); in priority_queue_tests_test_poll_gives_minimum()
H A Dtestreadonlybidirlist.c248 gchar* _tmp45_; in read_only_bidir_list_tests_test_immutable_iterator() local
368 _tmp45_ = (gchar*) _tmp44_; in read_only_bidir_list_tests_test_immutable_iterator()
369 _vala_assert (g_strcmp0 (_tmp45_, "one") == 0, "iterator.get () == \"one\""); in read_only_bidir_list_tests_test_immutable_iterator()
370 _g_free0 (_tmp45_); in read_only_bidir_list_tests_test_immutable_iterator()
H A Dtestreadonlylist.c411 GeeListIterator* _tmp45_; in read_only_list_tests_test_immutable_iterator() local
412 _tmp45_ = iterator; in read_only_list_tests_test_immutable_iterator()
413 gee_list_iterator_set (_tmp45_, "three"); in read_only_list_tests_test_immutable_iterator()
663 gboolean _tmp45_; in read_only_list_tests_test_accurate_view() local
759 _tmp45_ = gee_collection_get_is_empty ((GeeCollection*) ro_list); in read_only_list_tests_test_accurate_view()
760 _tmp46_ = _tmp45_; in read_only_list_tests_test_accurate_view()
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodeconstant.c301 gchar* _tmp45_; in vala_ccode_constant_construct_string() local
309 _tmp45_ = p; in vala_ccode_constant_construct_string()
313 p = _tmp45_ + (((gchar*) _tmp47_) - _tmp48_); in vala_ccode_constant_construct_string()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaconstructor.c190 ValaSemanticAnalyzer* _tmp45_; in vala_constructor_real_check() local
322 _tmp45_ = _tmp44_; in vala_constructor_real_check()
325 vala_semantic_analyzer_set_current_symbol (_tmp45_, _tmp47_); in vala_constructor_real_check()
H A Dvalaunlockstatement.c268 ValaSourceReference* _tmp45_; in vala_unlock_statement_real_check() local
276 _tmp45_ = vala_code_node_get_source_reference ((ValaCodeNode*) _tmp44_); in vala_unlock_statement_real_check()
277 _tmp46_ = _tmp45_; in vala_unlock_statement_real_check()
H A Dvaladestructor.c190 ValaSemanticAnalyzer* _tmp45_; in vala_destructor_real_check() local
322 _tmp45_ = _tmp44_; in vala_destructor_real_check()
325 vala_semantic_analyzer_set_current_symbol (_tmp45_, _tmp47_); in vala_destructor_real_check()
H A Dvalasemanticanalyzer.c1256 type = _tmp45_; in vala_semantic_analyzer_get_value_type_for_symbol()
1469 gint _tmp45_; in vala_semantic_analyzer_symbol_lookup_inherited() local
1478 _tmp46_ = _tmp45_; in vala_semantic_analyzer_symbol_lookup_inherited()
1780 _tmp45_ = type_arg; in vala_semantic_analyzer_get_data_type_for_symbol()
2365 gchar* _tmp45_; in vala_semantic_analyzer_check_arguments() local
3129 gint _tmp45_; in vala_semantic_analyzer_check_variadic_arguments() local
3260 _tmp45_ = i; in vala_semantic_analyzer_check_variadic_arguments()
3261 i = _tmp45_ + 1; in vala_semantic_analyzer_check_variadic_arguments()
3952 gint _tmp45_; in vala_semantic_analyzer_get_instance_base_type_for_member() local
3961 _tmp46_ = _tmp45_; in vala_semantic_analyzer_get_instance_base_type_for_member()
[all …]
H A Dvalacallabletype.c272 gchar* _tmp45_; in vala_callable_type_real_to_prototype_string() local
279 _tmp45_ = _tmp44_; in vala_callable_type_real_to_prototype_string()
280 g_string_append (_tmp40_, _tmp45_); in vala_callable_type_real_to_prototype_string()
281 _g_free0 (_tmp45_); in vala_callable_type_real_to_prototype_string()
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dsong-dialog.c147 GtkBox* _tmp45_; in xfmpc_song_dialog_construct() local
286 _tmp45_ = (GtkBox*) gtk_box_new (GTK_ORIENTATION_HORIZONTAL, 0); in xfmpc_song_dialog_construct()
287 g_object_ref_sink (_tmp45_); in xfmpc_song_dialog_construct()
289 hbox = _tmp45_; in xfmpc_song_dialog_construct()

12345678910>>...15