Home
last modified time | relevance | path

Searched refs:_tmp40_ (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestcollection.c255 gboolean _tmp40_; in collection_tests_test_iterator_returns_all_elements_once() local
650 _tmp40_ = iterator; in collection_tests_test_mutable_iterator()
757 gboolean _tmp40_; in collection_tests_test_contains_size_and_is_empty() local
899 _tmp40_ = _tmp39_; in collection_tests_test_contains_size_and_is_empty()
1126 _tmp40_[0] = _tmp1_; in collection_tests_test_add_remove()
1127 _tmp40_[1] = _tmp2_; in collection_tests_test_add_remove()
1128 _tmp40_[2] = _tmp3_; in collection_tests_test_add_remove()
1129 _tmp40_[3] = _tmp4_; in collection_tests_test_add_remove()
1130 _tmp40_[4] = _tmp5_; in collection_tests_test_add_remove()
1165 to_add = _tmp40_; in collection_tests_test_add_remove()
[all …]
H A Dtestdeque.c217 gchar* _tmp40_; in deque_tests_test_queue_use() local
326 _tmp40_ = (gchar*) _tmp39_; in deque_tests_test_queue_use()
327 _vala_assert (_tmp40_ == NULL, "test_deque.peek_head () == null"); in deque_tests_test_queue_use()
328 _g_free0 (_tmp40_); in deque_tests_test_queue_use()
443 gchar* _tmp40_; in deque_tests_test_stack_use() local
552 _tmp40_ = (gchar*) _tmp39_; in deque_tests_test_stack_use()
553 _vala_assert (_tmp40_ == NULL, "test_deque.peek_head () == null"); in deque_tests_test_stack_use()
554 _g_free0 (_tmp40_); in deque_tests_test_stack_use()
669 gchar* _tmp40_; in deque_tests_test_reversed_stack_use() local
778 _tmp40_ = (gchar*) _tmp39_; in deque_tests_test_reversed_stack_use()
[all …]
H A Dtestqueue.c268 gint _tmp40_; in queue_tests_test_capacity_bound() local
287 _tmp40_ = capacity; in queue_tests_test_capacity_bound()
288 if (!(_tmp39_ <= _tmp40_)) { in queue_tests_test_capacity_bound()
360 gint _tmp40_; in queue_tests_test_one_element_operation() local
440 _tmp40_ = _tmp39_; in queue_tests_test_one_element_operation()
441 _vala_assert (_tmp40_ == 0, "test_queue.size == 0"); in queue_tests_test_one_element_operation()
H A Dtestmap.c295 gboolean _tmp40_ = FALSE; in map_tests_test_has_key_size_is_empty() local
850 gboolean _tmp40_ = FALSE; in map_tests_test_keys() local
988 gboolean _tmp40_ = FALSE; in map_tests_test_values() local
1124 gboolean _tmp40_ = FALSE; in map_tests_test_entries() local
1393 gchar* _tmp40_; in map_tests_test_set_all() local
1460 _tmp40_ = (gchar*) _tmp39_; in map_tests_test_set_all()
1462 _g_free0 (_tmp40_); in map_tests_test_set_all()
1509 gint _tmp40_; in map_tests_test_unset_all() local
1610 _tmp41_ = _tmp40_; in map_tests_test_unset_all()
1720 GeeMap* _tmp40_; in map_tests_test_has_all() local
[all …]
H A Dtestreadonlymap.c271 gpointer _tmp40_ = NULL; in read_only_map_tests_test_immutable_iterator() local
346 _tmp40_ = gee_iterator_get (_tmp39_); in read_only_map_tests_test_immutable_iterator()
347 _tmp41_ = (gchar*) _tmp40_; in read_only_map_tests_test_immutable_iterator()
508 GeeMap* _tmp40_; in read_only_map_tests_test_immutable() local
510 _tmp40_ = self->ro_map; in read_only_map_tests_test_immutable()
512 gee_map_set_all (_tmp40_, _tmp41_); in read_only_map_tests_test_immutable()
594 gpointer _tmp40_ = NULL; in read_only_map_tests_test_accurate_view() local
708 _tmp40_ = gee_map_get (_tmp39_, "one"); in read_only_map_tests_test_accurate_view()
709 _tmp41_ = (gchar*) _tmp40_; in read_only_map_tests_test_accurate_view()
H A Dtestsortedset.c1242 _tmp40_ = iterator; in sorted_set_tests_test_bidir_iterator_can_go_backward()
1511 _tmp40_ = iterator; in sorted_set_tests_test_mutable_bidir_iterator()
2079 contains = _tmp40_; in sorted_set_tests_sub_set_test_contains()
2186 gchar** _tmp40_; in sorted_set_tests_sub_set_test_add() local
2337 _tmp40_ = success; in sorted_set_tests_sub_set_test_add()
2599 contains = _tmp40_; in sorted_set_tests_sub_set_test_remove()
2727 GeeSortedSet* _tmp40_; in sorted_set_tests_sub_set_test_iterator() local
3173 contains = _tmp40_; in sorted_set_tests_sub_set_test_clear()
3565 contains = _tmp40_; in sorted_set_tests_sub_set_test_iterator_at()
4519 gint _tmp40_; in sorted_set_tests_sub_set_test_subsets() local
[all …]
H A Dtestreadonlylist.c252 gboolean _tmp40_ = FALSE; in read_only_list_tests_test_immutable_iterator() local
386 _tmp40_ = gee_iterator_next ((GeeIterator*) _tmp39_); in read_only_list_tests_test_immutable_iterator()
387 _vala_assert (!_tmp40_, "! iterator.next ()"); in read_only_list_tests_test_immutable_iterator()
656 GeeList* _tmp40_; in read_only_list_tests_test_immutable() local
658 _tmp40_ = ro_list; in read_only_list_tests_test_immutable()
660 gee_list_insert_all (_tmp40_, 1, _tmp41_); in read_only_list_tests_test_immutable()
736 gpointer _tmp40_ = NULL; in read_only_list_tests_test_accurate_view() local
831 _tmp40_ = gee_list_last (ro_list); in read_only_list_tests_test_accurate_view()
832 _tmp41_ = (gchar*) _tmp40_; in read_only_list_tests_test_accurate_view()
H A Dtestlist.c369 gint _tmp40_; in list_tests_test_list_iterator() local
517 _tmp41_ = _tmp40_; in list_tests_test_list_iterator()
984 gchar* _tmp40_; in list_tests_test_insert() local
1067 _tmp40_ = (gchar*) _tmp39_; in list_tests_test_insert()
1069 _g_free0 (_tmp40_); in list_tests_test_insert()
1128 gpointer _tmp40_ = NULL; in list_tests_test_remove_at() local
1566 gpointer _tmp40_ = NULL; in list_tests_test_last() local
1622 GeeList* _tmp40_; in list_tests_test_insert_all() local
1843 _tmp40_ = test_list; in list_tests_test_insert_all()
2213 GeeList* _tmp40_ = NULL; in list_tests_test_slice() local
[all …]
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestqueue.c279 gint _tmp40_; in queue_tests_test_capacity_bound() local
300 _tmp40_ = _tmp39_; in queue_tests_test_capacity_bound()
301 _vala_assert (_tmp40_ == i, "test_queue.remaining_capacity == i"); in queue_tests_test_capacity_bound()
358 gchar* _tmp40_; in queue_tests_test_one_element_operation() local
435 _tmp40_ = (gchar*) _tmp39_; in queue_tests_test_one_element_operation()
436 _vala_assert (g_strcmp0 (_tmp40_, "one") == 0, "recipient.get (0) == \"one\""); in queue_tests_test_one_element_operation()
437 _g_free0 (_tmp40_); in queue_tests_test_one_element_operation()
H A Dtestreadonlymap.c290 gint _tmp40_; in read_only_map_tests_test_immutable_iterator() local
368 _tmp40_ = _tmp39_; in read_only_map_tests_test_immutable_iterator()
369 _vala_assert (_tmp40_ == 2, "ro_map.size == 2"); in read_only_map_tests_test_immutable_iterator()
418 GeeMap* _tmp40_; in read_only_map_tests_test_immutable() local
513 _tmp40_ = self->ro_map; in read_only_map_tests_test_immutable()
514 _vala_assert (gee_map_has (_tmp40_, "one", "one"), "ro_map.has (\"one\", \"one\")"); in read_only_map_tests_test_immutable()
562 gchar* _tmp40_; in read_only_map_tests_test_accurate_view() local
663 _tmp40_ = (gchar*) _tmp39_; in read_only_map_tests_test_accurate_view()
664 _vala_assert (g_strcmp0 (_tmp40_, "two") == 0, "ro_map.get (\"two\") == \"two\""); in read_only_map_tests_test_accurate_view()
665 _g_free0 (_tmp40_); in read_only_map_tests_test_accurate_view()
H A Dtestsortedset.c1542 gchar* _tmp40_; in sorted_set_tests_sub_set_tests_test_contains() local
1561 _tmp41_[5] = _tmp40_; in sorted_set_tests_sub_set_tests_test_contains()
2024 gchar* _tmp40_; in sorted_set_tests_sub_set_tests_test_remove() local
2043 _tmp41_[5] = _tmp40_; in sorted_set_tests_sub_set_tests_test_remove()
2283 gchar** _tmp40_; in sorted_set_tests_sub_set_tests_test_iterator() local
2301 _tmp40_ = contains; in sorted_set_tests_sub_set_tests_test_iterator()
2303 _tmp41_ = _tmp40_[0]; in sorted_set_tests_sub_set_tests_test_iterator()
2484 gchar* _tmp40_; in sorted_set_tests_sub_set_tests_test_clear() local
2503 _tmp41_[5] = _tmp40_; in sorted_set_tests_sub_set_tests_test_clear()
2848 gchar* _tmp40_; in sorted_set_tests_sub_set_tests_test_iterator_at() local
[all …]
H A Dtestreadonlylist.c292 gchar* _tmp40_; in read_only_list_tests_test_immutable_iterator() local
400 _tmp40_ = (gchar*) _tmp39_; in read_only_list_tests_test_immutable_iterator()
401 _vala_assert (g_strcmp0 (_tmp40_, "one") == 0, "ro_list.get (0) == \"one\""); in read_only_list_tests_test_immutable_iterator()
402 _g_free0 (_tmp40_); in read_only_list_tests_test_immutable_iterator()
658 gchar* _tmp40_; in read_only_list_tests_test_accurate_view() local
748 _tmp40_ = (gchar*) _tmp39_; in read_only_list_tests_test_accurate_view()
749 _vala_assert (g_strcmp0 (_tmp40_, "two") == 0, "ro_list.first () == \"two\""); in read_only_list_tests_test_accurate_view()
750 _g_free0 (_tmp40_); in read_only_list_tests_test_accurate_view()
H A Dtestsortedmap.c741 GeeMapEntry* _tmp40_; in gee_sorted_map_tests_test_iterator_at() local
825 _tmp40_ = _tmp39_; in gee_sorted_map_tests_test_iterator_at()
1011 _tmp41_ = _tmp40_; in gee_sorted_map_tests_test_lower()
1220 _tmp41_ = _tmp40_; in gee_sorted_map_tests_test_higher()
1429 _tmp41_ = _tmp40_; in gee_sorted_map_tests_test_floor()
1638 _tmp41_ = _tmp40_; in gee_sorted_map_tests_test_ceil()
2748 gchar** _tmp40_; in gee_sorted_map_tests_sub_map_tests_test_set() local
2924 _tmp40_ = fail; in gee_sorted_map_tests_sub_map_tests_test_set()
3331 GeeSet* _tmp40_; in gee_sorted_map_tests_sub_map_tests_test_iterators() local
3337 _tmp40_ = _tmp39_; in gee_sorted_map_tests_sub_map_tests_test_iterators()
[all …]
H A Dtestreadonlycollection.c454 gint _tmp40_; in read_only_collection_tests_test_immutable() local
553 _tmp40_ = _tmp39_; in read_only_collection_tests_test_immutable()
554 _vala_assert (_tmp40_ == 1, "ro_collection.size == 1"); in read_only_collection_tests_test_immutable()
604 GeeCollection* _tmp40_; in read_only_collection_tests_test_accurate_view() local
677 _tmp40_ = self->ro_collection; in read_only_collection_tests_test_accurate_view()
678 _tmp41_ = gee_collection_get_size (_tmp40_); in read_only_collection_tests_test_accurate_view()
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodefunctiondeclarator.c291 gchar* _tmp40_; in vala_ccode_function_declarator_real_write_declaration() local
299 _tmp40_ = _tmp39_; in vala_ccode_function_declarator_real_write_declaration()
300 vala_ccode_writer_write_string (writer, _tmp40_); in vala_ccode_function_declarator_real_write_declaration()
301 _g_free0 (_tmp40_); in vala_ccode_function_declarator_real_write_declaration()
H A Dvalaccodeconstant.c250 gchar* _tmp40_; in vala_ccode_constant_construct_string() local
282 _tmp40_ = p; in vala_ccode_constant_construct_string()
283 p = _tmp40_ + 1; in vala_ccode_constant_construct_string()
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.c106 gchar* _tmp40_; in vala_gerror_module_real_generate_error_domain_declaration() local
240 _tmp41_ = _tmp40_; in vala_gerror_module_real_generate_error_domain_declaration()
508 ValaCCodeConstant* _tmp40_; in vala_gerror_module_real_return_with_exception() local
535 _tmp41_ = _tmp40_; in vala_gerror_module_real_return_with_exception()
615 ValaCCodeFunctionCall* _tmp40_; in vala_gerror_module_uncaught_error_statement() local
701 _tmp40_ = cclear; in vala_gerror_module_uncaught_error_statement()
1015 gpointer _tmp40_; in vala_gerror_module_real_add_simple_check() local
1679 ValaCCodeFunction* _tmp40_; in vala_gerror_module_real_visit_try_statement() local
1695 _tmp40_ = _tmp39_; in vala_gerror_module_real_visit_try_statement()
1831 ValaCCodeConstant* _tmp40_; in vala_gerror_module_real_visit_catch_clause() local
[all …]
H A Dvalaccodearraymodule.c384 ValaList* _tmp40_; in vala_ccode_array_module_real_visit_array_creation_expression() local
927 _tmp41_ = _tmp40_; in vala_ccode_array_module_real_visit_element_access()
1264 _tmp40_ = _tmp39_; in vala_ccode_array_module_append_struct_array_free_loop()
1405 _tmp40_ = _tmp39_; in vala_ccode_array_module_real_append_struct_array_free()
1578 _tmp40_ = _tmp39_; in vala_ccode_array_module_real_append_struct_array_destroy()
1713 _tmp40_ = _tmp39_; in vala_ccode_array_module_append_vala_array_free_loop()
1915 _tmp40_ = _tmp39_; in vala_ccode_array_module_real_append_vala_array_free()
2251 _tmp40_ = _tmp39_; in vala_ccode_array_module_real_append_vala_array_move()
2517 _tmp40_ = _tmp39_; in vala_ccode_array_module_real_append_vala_array_length()
2835 _tmp40_ = ccall; in vala_ccode_array_module_real_destroy_value()
[all …]
H A Dvalaccodeassignmentmodule.c230 ValaCCodeFunctionCall* _tmp40_; in vala_ccode_assignment_module_emit_simple_assignment() local
243 _tmp40_ = vala_ccode_function_call_new ((ValaCCodeExpression*) _tmp39_); in vala_ccode_assignment_module_emit_simple_assignment()
244 _tmp41_ = _tmp40_; in vala_ccode_assignment_module_emit_simple_assignment()
499 ValaExpression* _tmp40_; in vala_ccode_assignment_module_real_visit_assignment() local
505 _tmp40_ = vala_assignment_get_right (assignment); in vala_ccode_assignment_module_real_visit_assignment()
506 _tmp41_ = _tmp40_; in vala_ccode_assignment_module_real_visit_assignment()
613 ValaCCodeFunction* _tmp40_; in vala_ccode_assignment_module_real_store_value() local
660 _tmp40_ = _tmp39_; 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()
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()
2618 gpointer _tmp40_; in vala_gvariant_module_deserialize_struct() local
2941 _tmp41_ = _tmp40_; in vala_gvariant_module_deserialize_hash_table()
3736 _tmp41_ = _tmp40_; in vala_gvariant_module_read_expression()
3966 _tmp40_ = _tmp39_; in vala_gvariant_module_generate_enum_to_string_function()
4722 _tmp41_ = _tmp40_; in vala_gvariant_module_serialize_struct()
[all …]
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaenumvaluetype.c149 const gchar* _tmp40_; in vala_enum_value_type_get_to_string_method() local
212 _tmp40_ = _tmp39_; in vala_enum_value_type_get_to_string_method()
216 vala_scope_add (_tmp35_, _tmp40_, (ValaSymbol*) _tmp43_); in vala_enum_value_type_get_to_string_method()
H A Dvalasemanticanalyzer.c495 ValaNamespace* _tmp40_; in vala_semantic_analyzer_analyze() local
653 _tmp40_ = root_symbol; in vala_semantic_analyzer_analyze()
1237 _tmp40_ = _tmp39_; in vala_semantic_analyzer_get_value_type_for_symbol()
1443 ValaSymbol* _tmp40_; in vala_semantic_analyzer_symbol_lookup_inherited() local
1452 _tmp40_ = _result_; in vala_semantic_analyzer_symbol_lookup_inherited()
1758 gint _tmp40_; in vala_semantic_analyzer_get_data_type_for_symbol() local
2037 _tmp40_ = type_sym; in vala_semantic_analyzer_is_gobject_property()
2360 gint _tmp40_; in vala_semantic_analyzer_check_arguments() local
2374 _tmp41_ = _tmp40_; in vala_semantic_analyzer_check_arguments()
2783 gchar* _tmp40_; in vala_semantic_analyzer_check_argument() local
[all …]
H A Dvalaconstructor.c299 gchar* _tmp40_; in vala_constructor_real_check() local
307 _tmp40_ = vala_code_node_to_string ((ValaCodeNode*) _tmp39_); in vala_constructor_real_check()
308 _tmp41_ = _tmp40_; in vala_constructor_real_check()
H A Dvalaunlockstatement.c169 gboolean _tmp40_; in vala_unlock_statement_real_check() local
262 _tmp40_ = _tmp39_; in vala_unlock_statement_real_check()
263 if (_tmp40_) { in vala_unlock_statement_real_check()
H A Dvaladestructor.c299 gchar* _tmp40_; in vala_destructor_real_check() local
307 _tmp40_ = vala_code_node_to_string ((ValaCodeNode*) _tmp39_); in vala_destructor_real_check()
308 _tmp41_ = _tmp40_; in vala_destructor_real_check()

12345678910>>...16