Home
last modified time | relevance | path

Searched refs:_tmp44_ (Results 1 – 25 of 376) sorted by relevance

12345678910>>...16

/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestqueue.c272 GeeQueue* _tmp44_; in queue_tests_test_capacity_bound() local
296 _tmp44_ = test_queue; in queue_tests_test_capacity_bound()
297 _tmp45_ = gee_queue_get_is_full (_tmp44_); in queue_tests_test_capacity_bound()
364 gint _tmp44_; in queue_tests_test_one_element_operation() local
446 _tmp44_ = _tmp43_; in queue_tests_test_one_element_operation()
447 _vala_assert (_tmp44_ == 1, "recipient.size == 1"); in queue_tests_test_one_element_operation()
H A Dtestcollection.c259 gboolean _tmp44_ = FALSE; in collection_tests_test_iterator_returns_all_elements_once() local
662 const gchar* _tmp44_; in collection_tests_test_mutable_iterator() local
663 _tmp44_ = element; in collection_tests_test_mutable_iterator()
761 gboolean _tmp44_ = FALSE; in collection_tests_test_contains_size_and_is_empty() local
1185 const gchar* _tmp44_; in collection_tests_test_add_remove() local
1198 _tmp44_ = a; in collection_tests_test_add_remove()
1472 const gchar* _tmp44_; in collection_tests_test_clear() local
1485 _tmp44_ = a; in collection_tests_test_clear()
1575 GeeCollection* _tmp44_; in collection_tests_test_add_all() local
1883 GeeCollection* _tmp44_; in collection_tests_test_remove_all() local
[all …]
H A Dtestreadonlymap.c274 GeeMap* _tmp44_; in read_only_map_tests_test_immutable_iterator() local
358 _tmp44_ = self->ro_map; in read_only_map_tests_test_immutable_iterator()
359 _tmp45_ = gee_map_get_size (_tmp44_); in read_only_map_tests_test_immutable_iterator()
418 gint _tmp44_; in read_only_map_tests_test_immutable() local
518 _tmp44_ = _tmp43_; in read_only_map_tests_test_immutable()
519 _vala_assert (_tmp44_ == 1, "ro_map.size == 1"); in read_only_map_tests_test_immutable()
598 GeeMap* _tmp44_; in read_only_map_tests_test_accurate_view() local
715 _tmp44_ = self->ro_map; in read_only_map_tests_test_accurate_view()
716 _tmp45_ = gee_map_has (_tmp44_, "two", "two"); in read_only_map_tests_test_accurate_view()
H A Dtestsortedset.c1132 gchar* _tmp44_; in sorted_set_tests_test_bidir_iterator_can_go_backward() local
1249 _g_free0 (_tmp44_); in sorted_set_tests_test_bidir_iterator_can_go_backward()
1420 gchar* _tmp44_; in sorted_set_tests_test_mutable_bidir_iterator() local
1518 _g_free0 (_tmp44_); in sorted_set_tests_test_mutable_bidir_iterator()
1893 gint _tmp44_; in sorted_set_tests_sub_set_test_size() local
1901 _tmp45_ = _tmp44_; in sorted_set_tests_sub_set_test_size()
2073 gchar* _tmp44_; in sorted_set_tests_sub_set_test_contains() local
2593 gchar* _tmp44_; in sorted_set_tests_sub_set_test_remove() local
3167 gchar* _tmp44_; in sorted_set_tests_sub_set_test_clear() local
3559 gchar* _tmp44_; in sorted_set_tests_sub_set_test_iterator_at() local
[all …]
H A Dtestdeque.c221 gboolean _tmp44_ = FALSE; in deque_tests_test_queue_use() local
336 _tmp44_ = gee_deque_offer_tail (test_deque, "two"); in deque_tests_test_queue_use()
337 _vala_assert (_tmp44_, "test_deque.offer_tail (\"two\")"); in deque_tests_test_queue_use()
447 gboolean _tmp44_ = FALSE; in deque_tests_test_stack_use() local
562 _tmp44_ = gee_deque_offer_head (test_deque, "two"); in deque_tests_test_stack_use()
563 _vala_assert (_tmp44_, "test_deque.offer_head (\"two\")"); in deque_tests_test_stack_use()
673 gboolean _tmp44_ = FALSE; in deque_tests_test_reversed_stack_use() local
788 _tmp44_ = gee_deque_offer_tail (test_deque, "two"); in deque_tests_test_reversed_stack_use()
789 _vala_assert (_tmp44_, "test_deque.offer_tail (\"two\")"); in deque_tests_test_reversed_stack_use()
H A Dtestreadonlylist.c256 gboolean _tmp44_ = FALSE; in read_only_list_tests_test_immutable_iterator() local
392 _tmp44_ = gee_bidir_iterator_previous ((GeeBidirIterator*) _tmp43_); in read_only_list_tests_test_immutable_iterator()
393 _vala_assert (_tmp44_, "iterator.previous ()"); in read_only_list_tests_test_immutable_iterator()
571 gint _tmp44_; in read_only_list_tests_test_immutable() local
666 _tmp44_ = _tmp43_; in read_only_list_tests_test_immutable()
667 _vala_assert (_tmp44_ == 1, "ro_list.size == 1"); in read_only_list_tests_test_immutable()
740 gint _tmp44_; in read_only_list_tests_test_accurate_view() local
838 _tmp44_ = _tmp43_; in read_only_list_tests_test_accurate_view()
839 _vala_assert (_tmp44_ == 1, "ro_list.size == 1"); in read_only_list_tests_test_accurate_view()
H A Dtestreadonlycollection.c439 gboolean _tmp44_ = FALSE; in read_only_collection_tests_test_immutable() local
540 _tmp44_ = g_test_trap_fork ((guint64) 0, G_TEST_TRAP_SILENCE_STDOUT | G_TEST_TRAP_SILENCE_STDERR); in read_only_collection_tests_test_immutable()
541 if (_tmp44_) { in read_only_collection_tests_test_immutable()
631 gboolean _tmp44_; in read_only_collection_tests_test_accurate_view() local
714 _tmp44_ = gee_collection_get_is_empty (_tmp43_); in read_only_collection_tests_test_accurate_view()
715 _tmp45_ = _tmp44_; in read_only_collection_tests_test_accurate_view()
H A Dtestmap.c299 gboolean _tmp44_ = FALSE; in map_tests_test_has_key_size_is_empty() local
854 gint _tmp44_; in map_tests_test_keys() local
933 _tmp44_ = _tmp43_; in map_tests_test_keys()
934 _vala_assert (_tmp44_ == 0, "keys.size == 0"); in map_tests_test_keys()
992 gint _tmp44_; in map_tests_test_values() local
1071 _tmp44_ = _tmp43_; in map_tests_test_values()
1128 GeeSet* _tmp44_; in map_tests_test_entries() local
1224 _tmp44_ = entries; in map_tests_test_entries()
1513 GeeMap* _tmp44_; in map_tests_test_unset_all() local
1615 _tmp44_ = self->test_map; in map_tests_test_unset_all()
[all …]
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalagerrormodule.c111 gchar* _tmp44_; in vala_gerror_module_real_generate_error_domain_declaration() local
246 _tmp45_ = _tmp44_; in vala_gerror_module_real_generate_error_domain_declaration()
543 ValaCCodeConstant* _tmp44_; in vala_gerror_module_real_return_with_exception() local
548 _tmp45_ = _tmp44_; in vala_gerror_module_real_return_with_exception()
619 ValaCCodeFunction* _tmp44_; in vala_gerror_module_uncaught_error_statement() local
707 _tmp44_ = _tmp43_; in vala_gerror_module_uncaught_error_statement()
1036 gint _tmp44_; in vala_gerror_module_real_add_simple_check() local
1044 _tmp45_ = _tmp44_; in vala_gerror_module_real_add_simple_check()
1563 ValaTryStatement* _tmp44_; in vala_gerror_module_real_visit_try_statement() local
1706 _tmp44_ = old_try; in vala_gerror_module_real_visit_try_statement()
[all …]
H A Dvalaccodearraymodule.c389 gint _tmp44_; in vala_ccode_array_module_real_visit_array_creation_expression() local
396 _tmp44_ = _tmp43_; in vala_ccode_array_module_real_visit_array_creation_expression()
1410 _tmp44_ = _tmp43_; in vala_ccode_array_module_real_append_struct_array_free()
1585 _tmp44_ = fun; in vala_ccode_array_module_real_append_struct_array_destroy()
1720 _tmp44_ = _tmp43_; in vala_ccode_array_module_append_vala_array_free_loop()
1792 gchar* _tmp44_; in vala_ccode_array_module_real_append_vala_array_free() local
1922 _tmp45_ = _tmp44_; in vala_ccode_array_module_real_append_vala_array_free()
2257 _tmp44_ = _tmp43_; in vala_ccode_array_module_real_append_vala_array_move()
2524 _tmp44_ = _tmp43_; in vala_ccode_array_module_real_append_vala_array_length()
4783 gint _tmp44_; in vala_ccode_array_module_real_generate_parameter() local
[all …]
H A Dvalagvariantmodule.c361 const gchar* _tmp44_; in vala_gvariant_module_real_visit_cast_expression() local
1499 _tmp44_ = _tmp43_; in vala_gvariant_module_generate_enum_from_string_function()
1724 const gchar* _tmp44_; in vala_gvariant_module_deserialize_array() local
2484 _tmp45_ = _tmp44_; in vala_gvariant_module_deserialize_buffer_array()
2654 _tmp44_ = f; in vala_gvariant_module_deserialize_struct()
2944 _tmp44_ = _tmp43_; in vala_gvariant_module_deserialize_hash_table()
3973 _tmp44_ = _tmp43_; in vala_gvariant_module_generate_enum_to_string_function()
4314 _tmp44_ = _tmp43_; in vala_gvariant_module_serialize_array_dim()
4696 gchar* _tmp44_; in vala_gvariant_module_serialize_struct() local
5048 _tmp44_ = _tmp43_; in vala_gvariant_module_serialize_hash_table()
[all …]
H A Dvalaccodestructmodule.c262 const gchar* _tmp44_; in vala_ccode_struct_module_real_generate_struct_declaration() local
286 _tmp44_ = macro; in vala_ccode_struct_module_real_generate_struct_declaration()
287 _tmp45_ = vala_ccode_macro_replacement_new (_tmp43_, _tmp44_); in vala_ccode_struct_module_real_generate_struct_declaration()
935 ValaCCodeConstant* _tmp44_; in vala_ccode_struct_module_add_struct_dup_function() local
959 _tmp44_ = vala_ccode_constant_new ("1"); in vala_ccode_struct_module_add_struct_dup_function()
960 _tmp45_ = _tmp44_; in vala_ccode_struct_module_add_struct_dup_function()
1290 ValaCCodeFunction* _tmp44_; in vala_ccode_struct_module_add_struct_free_function() local
1306 _tmp44_ = _tmp43_; in vala_ccode_struct_module_add_struct_free_function()
1490 gint _tmp44_; in vala_ccode_struct_module_add_struct_copy_function() local
1498 _tmp44_ = vala_collection_get_size ((ValaCollection*) _tmp43_); in vala_ccode_struct_module_add_struct_copy_function()
[all …]
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestsortedset.c1588 GeeSortedSet* _tmp44_; in sorted_set_tests_sub_set_tests_test_contains() local
2288 GeeIterator* _tmp44_; in sorted_set_tests_sub_set_tests_test_iterator() local
2310 _tmp44_ = iter; in sorted_set_tests_sub_set_tests_test_iterator()
2527 gchar* _tmp44_; in sorted_set_tests_sub_set_tests_test_clear() local
2530 s = _tmp44_; in sorted_set_tests_sub_set_tests_test_clear()
3076 gpointer _tmp44_; in sorted_set_tests_sub_set_tests_test_lower() local
3251 gpointer _tmp44_; in sorted_set_tests_sub_set_tests_test_higher() local
3426 gpointer _tmp44_; in sorted_set_tests_sub_set_tests_test_floor() local
3601 gpointer _tmp44_; in sorted_set_tests_sub_set_tests_test_ceil() local
3761 gint _tmp44_; in sorted_set_tests_sub_set_tests_test_subsets() local
[all …]
H A Dtestdeque.c400 gboolean _tmp44_ = FALSE; in deque_tests_test_queue_use() local
401 _tmp44_ = TRUE; in deque_tests_test_queue_use()
412 if (!_tmp44_) { in deque_tests_test_queue_use()
417 _tmp44_ = FALSE; in deque_tests_test_queue_use()
857 gboolean _tmp44_ = FALSE; in deque_tests_test_stack_use() local
858 _tmp44_ = TRUE; in deque_tests_test_stack_use()
869 if (!_tmp44_) { in deque_tests_test_stack_use()
874 _tmp44_ = FALSE; in deque_tests_test_stack_use()
1317 _tmp44_ = TRUE; in deque_tests_test_reversed_stack_use()
1328 if (!_tmp44_) { in deque_tests_test_reversed_stack_use()
[all …]
H A Dtestbidirlist.c222 gchar* _tmp44_; in bidir_list_tests_test_bidir_list_iterator() local
342 _tmp44_ = (gchar*) _tmp43_; in bidir_list_tests_test_bidir_list_iterator()
343 _vala_assert (g_strcmp0 (_tmp44_, "new one") == 0, "iterator.get () == \"new one\""); in bidir_list_tests_test_bidir_list_iterator()
344 _g_free0 (_tmp44_); in bidir_list_tests_test_bidir_list_iterator()
H A Dtestreadonlymap.c294 GeeMap* _tmp44_; in read_only_map_tests_test_immutable_iterator() local
376 _tmp44_ = self->ro_map; in read_only_map_tests_test_immutable_iterator()
377 _vala_assert (gee_map_has (_tmp44_, "two", "two"), "ro_map.has (\"two\", \"two\")"); in read_only_map_tests_test_immutable_iterator()
566 gint _tmp44_; in read_only_map_tests_test_accurate_view() local
671 _tmp44_ = gee_map_get_size (_tmp43_); in read_only_map_tests_test_accurate_view()
672 _tmp45_ = _tmp44_; in read_only_map_tests_test_accurate_view()
H A Dtestreadonlylist.c296 GeeListIterator* _tmp44_; in read_only_list_tests_test_immutable_iterator() local
408 _tmp44_ = iterator; in read_only_list_tests_test_immutable_iterator()
409 _vala_assert (gee_list_iterator_index (_tmp44_) == 0, "iterator.index () == 0"); in read_only_list_tests_test_immutable_iterator()
662 gint _tmp44_; in read_only_list_tests_test_accurate_view() local
757 _tmp44_ = _tmp43_; in read_only_list_tests_test_accurate_view()
758 _vala_assert (_tmp44_ == 0, "ro_list.size == 0"); in read_only_list_tests_test_accurate_view()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaintegerliteral.c263 ValaIntegerType* _tmp44_; in vala_integer_literal_real_check() local
423 _tmp44_ = _tmp43_; in vala_integer_literal_real_check()
424 vala_expression_set_value_type ((ValaExpression*) self, (ValaDataType*) _tmp44_); in vala_integer_literal_real_check()
425 _vala_code_node_unref0 (_tmp44_); in vala_integer_literal_real_check()
H A Dvalaenumvaluetype.c106 ValaMethod* _tmp44_; in vala_enum_value_type_get_to_string_method() local
219 _tmp44_ = self->priv->to_string_method; in vala_enum_value_type_get_to_string_method()
220 result = _tmp44_; in vala_enum_value_type_get_to_string_method()
H A Dvalasemanticanalyzer.c499 ValaStruct* _tmp44_; in vala_semantic_analyzer_analyze() local
1254 _tmp44_ = _tmp43_; in vala_semantic_analyzer_get_value_type_for_symbol()
1468 ValaList* _tmp44_; in vala_semantic_analyzer_symbol_lookup_inherited() local
1779 type_arg = _tmp44_; in vala_semantic_analyzer_get_data_type_for_symbol()
2364 gchar* _tmp44_; in vala_semantic_analyzer_check_arguments() local
2377 _tmp44_ = _tmp43_; in vala_semantic_analyzer_check_arguments()
2803 gchar* _tmp44_; in vala_semantic_analyzer_check_argument() local
3233 gchar* _tmp44_; in vala_semantic_analyzer_check_variadic_arguments() local
3951 ValaList* _tmp44_; in vala_semantic_analyzer_get_instance_base_type_for_member() local
4829 ValaSymbol* _tmp44_; in vala_semantic_analyzer_visit_member_initializer() local
[all …]
H A Dvalaconstructor.c189 ValaSemanticAnalyzer* _tmp44_; in vala_constructor_real_check() local
321 _tmp44_ = vala_code_context_get_analyzer (context); in vala_constructor_real_check()
322 _tmp45_ = _tmp44_; in vala_constructor_real_check()
H A Dvalaunlockstatement.c267 ValaExpression* _tmp44_; in vala_unlock_statement_real_check() local
275 _tmp44_ = _tmp43_; in vala_unlock_statement_real_check()
276 _tmp45_ = vala_code_node_get_source_reference ((ValaCodeNode*) _tmp44_); in vala_unlock_statement_real_check()
H A Dvaladestructor.c189 ValaSemanticAnalyzer* _tmp44_; in vala_destructor_real_check() local
321 _tmp44_ = vala_code_context_get_analyzer (context); in vala_destructor_real_check()
322 _tmp45_ = _tmp44_; in vala_destructor_real_check()
H A Dvalaswitchlabel.c327 gchar* _tmp44_; in vala_switch_label_real_check() local
344 _tmp44_ = _tmp43_; in vala_switch_label_real_check()
348 _tmp48_ = g_strcmp0 (_tmp44_, _tmp47_) == 0; in vala_switch_label_real_check()
349 _g_free0 (_tmp44_); in vala_switch_label_real_check()
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodeconstant.c300 gchar* _tmp44_; in vala_ccode_constant_construct_string() local
307 _tmp44_ = p; in vala_ccode_constant_construct_string()
308 g_string_append_unichar (_tmp43_, string_get_char ((const gchar*) _tmp44_, (glong) 0)); in vala_ccode_constant_construct_string()

12345678910>>...16