Home
last modified time | relevance | path

Searched refs:_tmp48_ (Results 1 – 25 of 353) sorted by relevance

12345678910>>...15

/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestreadonlymap.c278 gboolean _tmp48_ = FALSE; in read_only_map_tests_test_immutable_iterator() local
363 _tmp48_ = gee_map_has_key (_tmp47_, "one"); in read_only_map_tests_test_immutable_iterator()
364 _vala_assert (_tmp48_, "ro_map.has_key (\"one\")"); in read_only_map_tests_test_immutable_iterator()
422 gboolean _tmp48_ = FALSE; in read_only_map_tests_test_immutable() local
524 _tmp48_ = gee_map_has (_tmp47_, "one", "one"); in read_only_map_tests_test_immutable()
525 _vala_assert (_tmp48_, "ro_map.has (\"one\", \"one\")"); in read_only_map_tests_test_immutable()
602 gchar* _tmp48_; in read_only_map_tests_test_accurate_view() local
720 _tmp48_ = (gchar*) _tmp47_; in read_only_map_tests_test_accurate_view()
721 _vala_assert (g_strcmp0 (_tmp48_, "two") == 0, "ro_map.get (\"two\") == \"two\""); in read_only_map_tests_test_accurate_view()
722 _g_free0 (_tmp48_); in read_only_map_tests_test_accurate_view()
H A Dtestcollection.c410 gboolean _tmp48_; in collection_tests_test_iterator_returns_all_elements_once() local
412 if (_tmp48_) { in collection_tests_test_iterator_returns_all_elements_once()
681 has_next = _tmp48_; in collection_tests_test_mutable_iterator()
1189 gint _tmp48_; in collection_tests_test_add_remove() local
1476 gint _tmp48_; in collection_tests_test_clear() local
1579 gint _tmp48_; in collection_tests_test_add_all() local
1694 _tmp48_ = _tmp47_; in collection_tests_test_add_all()
1887 gint _tmp48_; in collection_tests_test_remove_all() local
1968 _tmp48_ = _tmp47_; in collection_tests_test_remove_all()
2027 gint _tmp48_; in collection_tests_test_retain_all() local
[all …]
H A Dtestsortedset.c1936 gchar** _tmp48_; in sorted_set_tests_sub_set_test_contains() local
2106 _tmp48_ = contains; in sorted_set_tests_sub_set_test_contains()
2451 gchar** _tmp48_; in sorted_set_tests_sub_set_test_remove() local
2626 _tmp48_ = contains; in sorted_set_tests_sub_set_test_remove()
2877 gchar** _tmp48_; in sorted_set_tests_sub_set_test_iterator() local
3422 gchar** _tmp48_; in sorted_set_tests_sub_set_test_iterator_at() local
3592 _tmp48_ = contains; in sorted_set_tests_sub_set_test_iterator_at()
3798 gchar* _tmp48_; in sorted_set_tests_sub_set_test_lower() local
3984 gchar* _tmp48_; in sorted_set_tests_sub_set_test_higher() local
4170 gchar* _tmp48_; in sorted_set_tests_sub_set_test_floor() local
[all …]
H A Dtestdeque.c225 gint _tmp48_; in deque_tests_test_queue_use() local
343 _tmp48_ = _tmp47_; in deque_tests_test_queue_use()
344 _vala_assert (_tmp48_ == 4, "test_deque.size == 4"); in deque_tests_test_queue_use()
451 gint _tmp48_; in deque_tests_test_stack_use() local
569 _tmp48_ = _tmp47_; in deque_tests_test_stack_use()
570 _vala_assert (_tmp48_ == 4, "test_deque.size == 4"); in deque_tests_test_stack_use()
677 gint _tmp48_; in deque_tests_test_reversed_stack_use() local
795 _tmp48_ = _tmp47_; in deque_tests_test_reversed_stack_use()
796 _vala_assert (_tmp48_ == 4, "test_deque.size == 4"); in deque_tests_test_reversed_stack_use()
H A Dtestreadonlylist.c260 GeeListIterator* _tmp48_; in read_only_list_tests_test_immutable_iterator() local
399 _tmp48_ = iterator; in read_only_list_tests_test_immutable_iterator()
400 _tmp49_ = gee_list_iterator_index (_tmp48_); in read_only_list_tests_test_immutable_iterator()
673 GeeList* _tmp48_; in read_only_list_tests_test_immutable() local
674 _tmp48_ = ro_list; in read_only_list_tests_test_immutable()
675 gee_list_sort (_tmp48_, NULL); in read_only_list_tests_test_immutable()
744 gint _tmp48_ = 0; in read_only_list_tests_test_accurate_view() local
845 _tmp48_ = gee_list_index_of (ro_list, "one"); in read_only_list_tests_test_accurate_view()
846 _vala_assert (_tmp48_ == (-1), "ro_list.index_of (\"one\") == -1"); in read_only_list_tests_test_accurate_view()
H A Dtestreadonlycollection.c440 GeeCollection* _tmp48_; in read_only_collection_tests_test_immutable() local
552 _tmp48_ = self->ro_collection; in read_only_collection_tests_test_immutable()
553 _tmp49_ = gee_collection_get_size (_tmp48_); in read_only_collection_tests_test_immutable()
635 GeeCollection* _tmp48_; in read_only_collection_tests_test_accurate_view() local
720 _tmp48_ = self->ro_collection; in read_only_collection_tests_test_accurate_view()
721 _tmp49_ = gee_collection_contains (_tmp48_, "two"); in read_only_collection_tests_test_accurate_view()
H A Dtestmap.c303 gpointer _tmp48_ = NULL; in map_tests_test_has_key_size_is_empty() local
546 _tmp49_ = (gchar*) _tmp48_; in map_tests_test_has_key_size_is_empty()
858 GeeSet* _tmp48_; in map_tests_test_keys() local
940 _tmp48_ = keys; in map_tests_test_keys()
996 GeeCollection* _tmp48_; in map_tests_test_values() local
1078 _tmp48_ = values; in map_tests_test_values()
1132 MapTestsTestEntry* _tmp48_; in map_tests_test_entries() local
1230 _tmp49_ = _tmp48_; in map_tests_test_entries()
1517 gint _tmp48_; in map_tests_test_unset_all() local
1625 _tmp48_ = gee_map_get_size (_tmp47_); in map_tests_test_unset_all()
[all …]
H A Dtestpriorityqueue.c297 gchar* _tmp48_; in priority_queue_tests_test_poll_gives_minimum() local
426 _tmp48_ = (gchar*) _tmp47_; in priority_queue_tests_test_poll_gives_minimum()
427 _vala_assert (g_strcmp0 (_tmp48_, "seven") == 0, "test_queue.peek () == \"seven\""); in priority_queue_tests_test_poll_gives_minimum()
428 _g_free0 (_tmp48_); in priority_queue_tests_test_poll_gives_minimum()
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestsortedset.c1888 gchar** _tmp48_; in sorted_set_tests_sub_set_tests_test_remove() local
2551 gchar* _tmp48_; in sorted_set_tests_sub_set_tests_test_clear() local
2554 s = _tmp48_; in sorted_set_tests_sub_set_tests_test_clear()
2909 _tmp48_ = iter; in sorted_set_tests_sub_set_tests_test_iterator_at()
3080 gchar* _tmp48_; in sorted_set_tests_sub_set_tests_test_lower() local
3103 _g_free0 (_tmp48_); in sorted_set_tests_sub_set_tests_test_lower()
3255 gchar* _tmp48_; in sorted_set_tests_sub_set_tests_test_higher() local
3430 gchar* _tmp48_; in sorted_set_tests_sub_set_tests_test_floor() local
3605 gchar* _tmp48_; in sorted_set_tests_sub_set_tests_test_ceil() local
3794 gint _tmp48_; in sorted_set_tests_sub_set_tests_test_subsets() local
[all …]
H A Dtestsortedmap.c749 GeeMapEntry* _tmp48_; in gee_sorted_map_tests_test_iterator_at() local
843 _tmp49_ = _tmp48_; in gee_sorted_map_tests_test_iterator_at()
911 gpointer _tmp48_; in gee_sorted_map_tests_test_lower() local
1120 gpointer _tmp48_; in gee_sorted_map_tests_test_higher() local
1329 gpointer _tmp48_; in gee_sorted_map_tests_test_floor() local
1538 gpointer _tmp48_; in gee_sorted_map_tests_test_ceil() local
2954 _tmp48_ = s; in gee_sorted_map_tests_sub_map_tests_test_set()
3793 gpointer _tmp48_; in gee_sorted_map_tests_sub_map_tests_test_boundaries() local
4027 _tmp48_ = _tmp47_; in gee_sorted_map_tests_sub_map_tests_test_lower()
5560 _tmp48_ = _tmp47_; in gee_sorted_map_tests_sub_map_tests_test_iterator_at()
[all …]
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.c115 gchar* _tmp48_; in vala_gerror_module_real_generate_error_domain_declaration() local
249 _tmp48_ = _tmp47_; in vala_gerror_module_real_generate_error_domain_declaration()
252 _g_free0 (_tmp48_); in vala_gerror_module_real_generate_error_domain_declaration()
623 ValaCCodeFunctionCall* _tmp48_; in vala_gerror_module_uncaught_error_statement() local
712 _tmp48_ = cclear; in vala_gerror_module_uncaught_error_statement()
1051 ValaArrayList* _tmp48_; in vala_gerror_module_real_add_simple_check() local
1063 _tmp48_ = _node_error_type_list; in vala_gerror_module_real_add_simple_check()
1567 gchar* _tmp48_; in vala_gerror_module_real_visit_try_statement() local
1715 _tmp49_ = _tmp48_; in vala_gerror_module_real_visit_try_statement()
1865 ValaCCodeFunctionCall* _tmp48_; in vala_gerror_module_real_visit_catch_clause() local
[all …]
H A Dvalaccodearraymodule.c404 gpointer _tmp48_; in vala_ccode_array_module_real_visit_array_creation_expression() local
956 _tmp48_ = TRUE; in vala_ccode_array_module_real_visit_element_access()
963 if (!_tmp48_) { in vala_ccode_array_module_real_visit_element_access()
1422 carrfree = _tmp48_; in vala_ccode_array_module_real_append_struct_array_free()
1727 _tmp48_ = _tmp47_; in vala_ccode_array_module_append_vala_array_free_loop()
1930 _tmp49_ = _tmp48_; in vala_ccode_array_module_real_append_vala_array_free()
2263 _tmp48_ = _tmp47_; in vala_ccode_array_module_real_append_vala_array_move()
2530 _tmp48_ = _tmp47_; in vala_ccode_array_module_real_append_vala_array_length()
2846 _tmp48_ = ccall; in vala_ccode_array_module_real_destroy_value()
3744 _tmp49_ = _tmp48_; in vala_ccode_array_module_generate_array_copy_wrapper()
[all …]
H A Dvalagvariantmodule.c510 _tmp48_ = _tmp47_; in vala_gvariant_module_real_visit_cast_expression()
512 ccall = _tmp48_; in vala_gvariant_module_real_visit_cast_expression()
1458 gchar* _tmp48_; in vala_gvariant_module_generate_enum_from_string_function() local
1505 _tmp48_ = _tmp47_; in vala_gvariant_module_generate_enum_from_string_function()
1819 _tmp49_ = _tmp48_; in vala_gvariant_module_deserialize_array()
2056 _tmp48_ = _tmp47_; in vala_gvariant_module_deserialize_array_dim()
2951 _tmp49_ = _tmp48_; in vala_gvariant_module_deserialize_hash_table()
4322 _tmp48_ = _tmp47_; in vala_gvariant_module_serialize_array_dim()
4744 _tmp49_ = _tmp48_; in vala_gvariant_module_serialize_struct()
5055 _tmp49_ = _tmp48_; in vala_gvariant_module_serialize_hash_table()
[all …]
H A Dvalaccodestructmodule.c267 ValaStructRegisterFunction* _tmp48_; in vala_ccode_struct_module_real_generate_struct_declaration() local
294 _tmp48_ = type_fun; in vala_ccode_struct_module_real_generate_struct_declaration()
939 ValaCCodeIdentifier* _tmp48_; in vala_ccode_struct_module_add_struct_dup_function() local
965 _tmp48_ = vala_ccode_identifier_new ("dup"); in vala_ccode_struct_module_add_struct_dup_function()
966 _tmp49_ = _tmp48_; in vala_ccode_struct_module_add_struct_dup_function()
1313 ValaProfile _tmp48_; in vala_ccode_struct_module_add_struct_free_function() local
1317 _tmp48_ = vala_code_context_get_profile (_tmp47_); in vala_ccode_struct_module_add_struct_free_function()
1318 _tmp49_ = _tmp48_; in vala_ccode_struct_module_add_struct_free_function()
1506 ValaList* _tmp48_; in vala_ccode_struct_module_add_struct_copy_function() local
1517 _tmp48_ = _f_list; in vala_ccode_struct_module_add_struct_copy_function()
[all …]
H A Dvalagtkmodule.c662 gchar* _tmp48_; in vala_gtk_module_ensure_gresource_to_file_map() local
668 _tmp48_ = g_build_filename (_tmp46_, _tmp47_, NULL); in vala_gtk_module_ensure_gresource_to_file_map()
669 _tmp49_ = _tmp48_; in vala_gtk_module_ensure_gresource_to_file_map()
966 ValaHashMap* _tmp48_; in vala_gtk_module_process_current_ui_resource() local
994 _tmp48_ = self->priv->cclass_to_vala_map; in vala_gtk_module_process_current_ui_resource()
996 _tmp50_ = vala_map_get ((ValaMap*) _tmp48_, _tmp49_); in vala_gtk_module_process_current_ui_resource()
1525 ValaCCodeFunctionCall* _tmp48_; in vala_gtk_module_real_visit_field() local
1551 _tmp48_ = vala_ccode_function_call_new ((ValaCCodeExpression*) _tmp47_); in vala_gtk_module_real_visit_field()
1552 _tmp49_ = _tmp48_; in vala_gtk_module_real_visit_field()
1842 const gchar* _tmp48_; in vala_gtk_module_real_visit_method() local
[all …]
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodeconstant.c304 gchar* _tmp48_; in vala_ccode_constant_construct_string() local
312 _tmp48_ = 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/libvaladoc/api/
H A Ddelegate.c284 ValadocApiNodeType* _tmp48_; in valadoc_api_delegate_real_build_signature() local
435 _tmp48_ = _tmp47_; in valadoc_api_delegate_real_build_signature()
437 _tmp49_ = valadoc_api_node_get_children_by_types ((ValadocApiNode*) self, _tmp48_, (gint) 2, TRUE); in valadoc_api_delegate_real_build_signature()
439 _tmp48_ = (g_free (_tmp48_), NULL); in valadoc_api_delegate_real_build_signature()
H A Dattribute.c314 ValaAttribute* _tmp48_; in valadoc_api_attribute_real_build_signature() local
326 _tmp48_ = attr; in valadoc_api_attribute_real_build_signature()
327 _tmp49_ = vala_attribute_get_args (_tmp48_); in valadoc_api_attribute_real_build_signature()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalathrowstatement.c355 gchar* _tmp48_; in vala_throw_statement_real_check() local
367 _tmp48_ = _tmp47_; in vala_throw_statement_real_check()
368 vala_report_error (_tmp40_, _tmp48_); in vala_throw_statement_real_check()
369 _g_free0 (_tmp48_); in vala_throw_statement_real_check()
H A Dvalaconstructor.c193 gboolean _tmp48_; in vala_constructor_real_check() local
326 _tmp48_ = vala_code_node_get_error ((ValaCodeNode*) self); in vala_constructor_real_check()
327 _tmp49_ = _tmp48_; in vala_constructor_real_check()
H A Dvalaunlockstatement.c171 ValaExpression* _tmp48_; in vala_unlock_statement_real_check() local
283 _tmp48_ = _tmp47_; in vala_unlock_statement_real_check()
284 _tmp49_ = vala_expression_get_symbol_reference (_tmp48_); in vala_unlock_statement_real_check()
H A Dvaladestructor.c193 gboolean _tmp48_; in vala_destructor_real_check() local
326 _tmp48_ = vala_code_node_get_error ((ValaCodeNode*) self); in vala_destructor_real_check()
327 _tmp49_ = _tmp48_; in vala_destructor_real_check()
H A Dvalatemplate.c257 ValaExpression* _tmp48_; in vala_template_real_check() local
385 _tmp48_ = expr; in vala_template_real_check()
386 result = vala_code_node_check ((ValaCodeNode*) _tmp48_, context); in vala_template_real_check()
H A Dvalaaddressofexpression.c360 ValaPointerType* _tmp48_; in vala_addressof_expression_real_check() local
366 _tmp48_ = vala_pointer_type_new (_tmp47_, NULL); in vala_addressof_expression_real_check()
367 _tmp49_ = _tmp48_; in vala_addressof_expression_real_check()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/test/direct/
H A Devent-test.c523 guint8* _tmp48_; in from_variant_test() local
794 _tmp48_ = payload->data; in from_variant_test()
798 _tmp49_ = _tmp48_[0]; in from_variant_test()
881 const gchar* _tmp48_; in from_variant_with_new_fields_test() local
1161 _tmp48_ = _tmp47_; in from_variant_with_new_fields_test()
1163 g_assert_cmpstr (_tmp48_, ==, "file:///tmp/current.txt"); in from_variant_with_new_fields_test()
1445 const gchar* _tmp48_; in with_one_subject_to_from_variant_test() local
1628 _tmp48_ = zeitgeist_subject_get_origin (_tmp47_); in with_one_subject_to_from_variant_test()
1630 _tmp49_ = _tmp48_; in with_one_subject_to_from_variant_test()

12345678910>>...15