Home
last modified time | relevance | path

Searched refs:_tmp46_ (Results 1 – 25 of 367) sorted by relevance

12345678910>>...15

/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestqueue.c274 gboolean _tmp46_; in queue_tests_test_capacity_bound() local
298 _tmp46_ = _tmp45_; in queue_tests_test_capacity_bound()
299 _vala_assert (!_tmp46_, "! test_queue.is_full"); in queue_tests_test_capacity_bound()
366 gchar* _tmp46_; in queue_tests_test_one_element_operation() local
449 _tmp46_ = (gchar*) _tmp45_; in queue_tests_test_one_element_operation()
450 _vala_assert (g_strcmp0 (_tmp46_, "one") == 0, "recipient.get (0) == \"one\""); in queue_tests_test_one_element_operation()
451 _g_free0 (_tmp46_); in queue_tests_test_one_element_operation()
H A Dtestcollection.c396 gpointer _tmp46_ = NULL; in collection_tests_test_iterator_returns_all_elements_once() local
670 gboolean _tmp46_; in collection_tests_test_mutable_iterator() local
671 _tmp46_ = three_found; in collection_tests_test_mutable_iterator()
672 if (_tmp46_) { in collection_tests_test_mutable_iterator()
763 gboolean _tmp46_ = FALSE; in collection_tests_test_contains_size_and_is_empty() local
1187 GeeCollection* _tmp46_; in collection_tests_test_add_remove() local
1577 GeeCollection* _tmp46_; in collection_tests_test_add_all() local
1885 gboolean _tmp46_; in collection_tests_test_remove_all() local
1965 _tmp46_ = _tmp45_; in collection_tests_test_remove_all()
2025 gboolean _tmp46_; in collection_tests_test_retain_all() local
[all …]
H A Dtestreadonlymap.c276 gint _tmp46_; in read_only_map_tests_test_immutable_iterator() local
360 _tmp46_ = _tmp45_; in read_only_map_tests_test_immutable_iterator()
361 _vala_assert (_tmp46_ == 2, "ro_map.size == 2"); in read_only_map_tests_test_immutable_iterator()
420 gboolean _tmp46_ = FALSE; in read_only_map_tests_test_immutable() local
521 _tmp46_ = gee_map_has_key (_tmp45_, "one"); in read_only_map_tests_test_immutable()
522 _vala_assert (_tmp46_, "ro_map.has_key (\"one\")"); in read_only_map_tests_test_immutable()
600 GeeMap* _tmp46_; in read_only_map_tests_test_accurate_view() local
718 _tmp46_ = self->ro_map; in read_only_map_tests_test_accurate_view()
719 _tmp47_ = gee_map_get (_tmp46_, "two"); in read_only_map_tests_test_accurate_view()
H A Dtestdeque.c223 gboolean _tmp46_ = FALSE; in deque_tests_test_queue_use() local
340 _tmp46_ = gee_deque_offer_tail (test_deque, "four"); in deque_tests_test_queue_use()
341 _vala_assert (_tmp46_, "test_deque.offer_tail (\"four\")"); in deque_tests_test_queue_use()
449 gboolean _tmp46_ = FALSE; in deque_tests_test_stack_use() local
566 _tmp46_ = gee_deque_offer_head (test_deque, "four"); in deque_tests_test_stack_use()
567 _vala_assert (_tmp46_, "test_deque.offer_head (\"four\")"); in deque_tests_test_stack_use()
675 gboolean _tmp46_ = FALSE; in deque_tests_test_reversed_stack_use() local
792 _tmp46_ = gee_deque_offer_tail (test_deque, "four"); in deque_tests_test_reversed_stack_use()
793 _vala_assert (_tmp46_, "test_deque.offer_tail (\"four\")"); in deque_tests_test_reversed_stack_use()
H A Dtestreadonlylist.c258 gpointer _tmp46_ = NULL; in read_only_list_tests_test_immutable_iterator() local
395 _tmp46_ = gee_iterator_get ((GeeIterator*) _tmp45_); in read_only_list_tests_test_immutable_iterator()
396 _tmp47_ = (gchar*) _tmp46_; in read_only_list_tests_test_immutable_iterator()
573 gboolean _tmp46_ = FALSE; in read_only_list_tests_test_immutable() local
669 _tmp46_ = gee_collection_contains ((GeeCollection*) _tmp45_, "one"); in read_only_list_tests_test_immutable()
670 _vala_assert (_tmp46_, "ro_list.contains (\"one\")"); in read_only_list_tests_test_immutable()
742 gboolean _tmp46_; in read_only_list_tests_test_accurate_view() local
841 _tmp46_ = _tmp45_; in read_only_list_tests_test_accurate_view()
842 _vala_assert (!_tmp46_, "! ro_list.is_empty"); in read_only_list_tests_test_accurate_view()
H A Dtestsortedset.c1134 gboolean _tmp46_ = FALSE; in sorted_set_tests_test_bidir_iterator_can_go_backward() local
2075 gchar* _tmp46_; in sorted_set_tests_sub_set_test_contains() local
2094 _tmp47_[5] = _tmp46_; in sorted_set_tests_sub_set_test_contains()
2356 const gchar* _tmp46_; in sorted_set_tests_sub_set_test_add() local
2366 _tmp46_ = s; in sorted_set_tests_sub_set_test_add()
2595 gchar* _tmp46_; in sorted_set_tests_sub_set_test_remove() local
2614 _tmp47_[5] = _tmp46_; in sorted_set_tests_sub_set_test_remove()
3169 gchar* _tmp46_; in sorted_set_tests_sub_set_test_clear() local
3188 _tmp47_[5] = _tmp46_; in sorted_set_tests_sub_set_test_clear()
3561 gchar* _tmp46_; in sorted_set_tests_sub_set_test_iterator_at() local
[all …]
H A Dtestreadonlycollection.c543 GeeCollection* _tmp46_; in read_only_collection_tests_test_immutable() local
546 _tmp46_ = dummy; in read_only_collection_tests_test_immutable()
547 _tmp47_ = gee_collection_remove_all (_tmp45_, _tmp46_); in read_only_collection_tests_test_immutable()
633 GeeCollection* _tmp46_; in read_only_collection_tests_test_accurate_view() local
717 _tmp46_ = self->ro_collection; in read_only_collection_tests_test_accurate_view()
718 _tmp47_ = gee_collection_contains (_tmp46_, "one"); in read_only_collection_tests_test_accurate_view()
H A Dtestmap.c301 gboolean _tmp46_ = FALSE; in map_tests_test_has_key_size_is_empty() local
856 GeeSet* _tmp46_; in map_tests_test_keys() local
936 _tmp46_ = gee_map_get_keys (_tmp45_); in map_tests_test_keys()
937 _tmp47_ = _tmp46_; in map_tests_test_keys()
994 GeeCollection* _tmp46_; in map_tests_test_values() local
1074 _tmp46_ = gee_map_get_values (_tmp45_); in map_tests_test_values()
1075 _tmp47_ = _tmp46_; in map_tests_test_values()
1130 gint _tmp46_; in map_tests_test_entries() local
1226 _tmp46_ = _tmp45_; in map_tests_test_entries()
1515 GeeMap* _tmp46_; in map_tests_test_unset_all() local
[all …]
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.c113 const gchar* _tmp46_; in vala_gerror_module_real_generate_error_domain_declaration() local
247 _tmp46_ = quark_fun_name; in vala_gerror_module_real_generate_error_domain_declaration()
552 ValaDataType* _tmp46_; in vala_gerror_module_real_return_with_exception() local
555 _tmp47_ = _tmp46_; in vala_gerror_module_real_return_with_exception()
621 ValaCCodeFunction* _tmp46_; in vala_gerror_module_uncaught_error_statement() local
711 _tmp47_ = _tmp46_; in vala_gerror_module_uncaught_error_statement()
1048 gint _tmp46_; in vala_gerror_module_real_add_simple_check() local
1565 ValaCCodeFunction* _tmp46_; in vala_gerror_module_real_visit_try_statement() local
1713 _tmp47_ = _tmp46_; in vala_gerror_module_real_visit_try_statement()
1863 ValaCCodeIdentifier* _tmp46_; in vala_gerror_module_real_visit_catch_clause() local
[all …]
H A Dvalaccodearraymodule.c401 gint _tmp46_; in vala_ccode_array_module_real_visit_array_creation_expression() local
1419 _tmp47_ = _tmp46_; in vala_ccode_array_module_real_append_struct_array_free()
1722 _tmp46_ = _tmp45_; in vala_ccode_array_module_append_vala_array_free_loop()
1724 cfreecall = _tmp46_; in vala_ccode_array_module_append_vala_array_free_loop()
1924 _tmp47_ = _tmp46_; 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()
2843 _tmp47_ = _tmp46_; in vala_ccode_array_module_real_destroy_value()
3742 _tmp47_ = _tmp46_; in vala_ccode_array_module_generate_array_copy_wrapper()
4095 gchar* _tmp46_; in vala_ccode_array_module_generate_array_add_wrapper() local
[all …]
H A Dvalagvariantmodule.c508 _tmp46_ = _tmp45_; in vala_gvariant_module_real_visit_cast_expression()
1726 gchar* _tmp46_; in vala_gvariant_module_deserialize_array() local
1817 _tmp47_ = _tmp46_; in vala_gvariant_module_deserialize_array()
2054 _tmp46_ = _tmp45_; in vala_gvariant_module_deserialize_array_dim()
2485 _tmp46_ = length; 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()
3939 gchar* _tmp46_; in vala_gvariant_module_generate_enum_to_string_function() local
3976 _tmp47_ = _tmp46_; in vala_gvariant_module_generate_enum_to_string_function()
5052 _tmp46_ = _tmp45_; in vala_gvariant_module_serialize_hash_table()
[all …]
H A Dvalaccodestructmodule.c264 ValaCCodeMacroReplacement* _tmp46_; in vala_ccode_struct_module_real_generate_struct_declaration() local
288 _tmp46_ = _tmp45_; in vala_ccode_struct_module_real_generate_struct_declaration()
290 _vala_ccode_node_unref0 (_tmp46_); in vala_ccode_struct_module_real_generate_struct_declaration()
937 ValaCCodeFunction* _tmp46_; in vala_ccode_struct_module_add_struct_dup_function() local
963 _tmp46_ = vala_ccode_base_module_get_ccode ((ValaCCodeBaseModule*) self); in vala_ccode_struct_module_add_struct_dup_function()
964 _tmp47_ = _tmp46_; in vala_ccode_struct_module_add_struct_dup_function()
1311 ValaCodeContext* _tmp46_; in vala_ccode_struct_module_add_struct_free_function() local
1316 _tmp47_ = _tmp46_; in vala_ccode_struct_module_add_struct_free_function()
1503 gint _tmp46_; in vala_ccode_struct_module_add_struct_copy_function() local
1512 _tmp46_ = _f_index; in vala_ccode_struct_module_add_struct_copy_function()
[all …]
H A Dvalagtkmodule.c660 const gchar* _tmp46_; in vala_gtk_module_ensure_gresource_to_file_map() local
666 _tmp46_ = prefix; in vala_gtk_module_ensure_gresource_to_file_map()
979 gchar* _tmp46_; in vala_gtk_module_process_current_ui_resource() local
986 _tmp46_ = _tmp45_; in vala_gtk_module_process_current_ui_resource()
987 vala_report_error (_tmp42_, _tmp46_); in vala_gtk_module_process_current_ui_resource()
988 _g_free0 (_tmp46_); in vala_gtk_module_process_current_ui_resource()
1523 ValaCCodeIdentifier* _tmp46_; in vala_gtk_module_real_visit_field() local
1549 _tmp46_ = vala_ccode_identifier_new ("G_STRUCT_OFFSET"); in vala_gtk_module_real_visit_field()
1550 _tmp47_ = _tmp46_; in vala_gtk_module_real_visit_field()
1840 ValaDelegateType* _tmp46_; in vala_gtk_module_real_visit_method() local
[all …]
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestsortedset.c1411 gchar** _tmp46_; in sorted_set_tests_sub_set_tests_test_contains() local
1597 _tmp46_ = not_contains; in sorted_set_tests_sub_set_tests_test_contains()
1604 s_collection = _tmp46_; in sorted_set_tests_sub_set_tests_test_contains()
2290 gchar* _tmp46_; in sorted_set_tests_sub_set_tests_test_iterator() local
2317 _g_free0 (_tmp46_); in sorted_set_tests_sub_set_tests_test_iterator()
2533 const gchar* _tmp46_; in sorted_set_tests_sub_set_tests_test_clear() local
2535 _tmp46_ = s; in sorted_set_tests_sub_set_tests_test_clear()
2897 GeeIterator* _tmp46_; in sorted_set_tests_sub_set_tests_test_iterator_at() local
2906 iter = _tmp46_; in sorted_set_tests_sub_set_tests_test_iterator_at()
3078 GeeSortedSet* _tmp46_; in sorted_set_tests_sub_set_tests_test_lower() local
[all …]
H A Dtestsortedmap.c747 GeeIterator* _tmp46_; in gee_sorted_map_tests_test_iterator_at() local
839 keys_iter = _tmp46_; in gee_sorted_map_tests_test_iterator_at()
909 GeeMapEntry* _tmp46_; in gee_sorted_map_tests_test_lower() local
1022 _tmp47_ = _tmp46_; in gee_sorted_map_tests_test_lower()
1118 GeeMapEntry* _tmp46_; in gee_sorted_map_tests_test_higher() local
1231 _tmp47_ = _tmp46_; in gee_sorted_map_tests_test_higher()
1440 _tmp47_ = _tmp46_; in gee_sorted_map_tests_test_floor()
1649 _tmp47_ = _tmp46_; in gee_sorted_map_tests_test_ceil()
2951 _tmp46_ = s; in gee_sorted_map_tests_sub_map_tests_test_set()
3362 _tmp46_ = e; in gee_sorted_map_tests_sub_map_tests_test_iterators()
[all …]
H A Dtestreadonlylist.c297 GeeList* _tmp46_; in read_only_list_tests_test_immutable_iterator() local
417 _tmp46_ = ro_list; in read_only_list_tests_test_immutable_iterator()
418 _tmp47_ = gee_collection_get_size ((GeeCollection*) _tmp46_); in read_only_list_tests_test_immutable_iterator()
664 gboolean _tmp46_; in read_only_list_tests_test_accurate_view() local
760 _tmp46_ = _tmp45_; in read_only_list_tests_test_accurate_view()
761 _vala_assert (_tmp46_, "ro_list.is_empty"); in read_only_list_tests_test_accurate_view()
/dports/devel/libgee06/libgee-0.6.8/benchmark/
H A Dmergesort.c429 gpointer* _tmp46_; in gee_merge_sort_merge_sort_aux() local
439 _tmp46_ = work_area; in gee_merge_sort_merge_sort_aux()
447 …((_tmp46_[_tmp47_] == NULL) || (self->priv->g_destroy_func == NULL)) ? NULL : (_tmp46_[_tmp47_] = … in gee_merge_sort_merge_sort_aux()
448 _tmp46_[_tmp47_] = _tmp51_; in gee_merge_sort_merge_sort_aux()
449 _tmp52_ = _tmp46_[_tmp47_]; in gee_merge_sort_merge_sort_aux()
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodeconstant.c302 gchar* _tmp46_; in vala_ccode_constant_construct_string() local
310 _tmp46_ = p; in vala_ccode_constant_construct_string()
311 _tmp47_ = g_utf8_next_char ((const gchar*) _tmp46_); in vala_ccode_constant_construct_string()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalathrowstatement.c353 gchar* _tmp46_; in vala_throw_statement_real_check() local
365 _tmp46_ = _tmp45_; in vala_throw_statement_real_check()
366 _tmp47_ = g_strdup_printf ("`%s' is not an error type", _tmp46_); in vala_throw_statement_real_check()
370 _g_free0 (_tmp46_); in vala_throw_statement_real_check()
H A Dvalaconstructor.c191 ValaSymbol* _tmp46_; in vala_constructor_real_check() local
323 _tmp46_ = vala_symbol_get_parent_symbol ((ValaSymbol*) self); in vala_constructor_real_check()
324 _tmp47_ = _tmp46_; in vala_constructor_real_check()
H A Dvalaunlockstatement.c269 ValaSourceReference* _tmp46_; in vala_unlock_statement_real_check() local
277 _tmp46_ = _tmp45_; in vala_unlock_statement_real_check()
278 vala_report_error (_tmp46_, "Only members of the non-compact classes are lockable"); in vala_unlock_statement_real_check()
H A Dvaladestructor.c191 ValaSymbol* _tmp46_; in vala_destructor_real_check() local
323 _tmp46_ = vala_symbol_get_parent_symbol ((ValaSymbol*) self); in vala_destructor_real_check()
324 _tmp47_ = _tmp46_; in vala_destructor_real_check()
H A Dvalacatchclause.c416 ValaErrorType* _tmp46_; in vala_catch_clause_real_check() local
420 _tmp46_ = _tmp45_; in vala_catch_clause_real_check()
421 vala_catch_clause_set_error_type (self, (ValaDataType*) _tmp46_); in vala_catch_clause_real_check()
422 _vala_code_node_unref0 (_tmp46_); in vala_catch_clause_real_check()
H A Dvalasemanticanalyzer.c501 ValaNamespace* _tmp46_; in vala_semantic_analyzer_analyze() local
662 _tmp46_ = root_symbol; in vala_semantic_analyzer_analyze()
1259 _tmp46_ = type; in vala_semantic_analyzer_get_value_type_for_symbol()
1470 gint _tmp46_; in vala_semantic_analyzer_symbol_lookup_inherited() local
1478 _tmp46_ = _tmp45_; in vala_semantic_analyzer_symbol_lookup_inherited()
1782 _tmp46_ = type; in vala_semantic_analyzer_get_data_type_for_symbol()
2366 gchar* _tmp46_; in vala_semantic_analyzer_check_arguments() local
3953 gint _tmp46_; in vala_semantic_analyzer_get_instance_base_type_for_member() local
3961 _tmp46_ = _tmp45_; in vala_semantic_analyzer_get_instance_base_type_for_member()
4265 ValaList* _tmp46_; in vala_semantic_analyzer_get_actual_type() local
[all …]
/dports/audio/xfmpc/xfmpc-0.3.0/src/
H A Dsong-dialog.c148 GtkLabel* _tmp46_; in xfmpc_song_dialog_construct() local
290 _tmp46_ = (GtkLabel*) gtk_label_new (_ ("Album")); in xfmpc_song_dialog_construct()
291 g_object_ref_sink (_tmp46_); in xfmpc_song_dialog_construct()
293 label = _tmp46_; in xfmpc_song_dialog_construct()

12345678910>>...15