Home
last modified time | relevance | path

Searched refs:_tmp50_ (Results 1 – 25 of 342) sorted by relevance

12345678910>>...14

/dports/devel/libgee06/libgee-0.6.8/tests/
H A Dtestreadonlymap.c280 gboolean _tmp50_ = FALSE; in read_only_map_tests_test_immutable_iterator() local
366 _tmp50_ = gee_map_has (_tmp49_, "one", "one"); in read_only_map_tests_test_immutable_iterator()
367 _vala_assert (_tmp50_, "ro_map.has (\"one\", \"one\")"); in read_only_map_tests_test_immutable_iterator()
528 GeeMap* _tmp50_; in read_only_map_tests_test_immutable() local
531 _tmp50_ = self->ro_map; in read_only_map_tests_test_immutable()
533 _tmp52_ = gee_map_unset_all (_tmp50_, _tmp51_); in read_only_map_tests_test_immutable()
604 gboolean _tmp50_ = FALSE; in read_only_map_tests_test_accurate_view() local
724 _tmp50_ = gee_map_has_all (_tmp49_, dummy); in read_only_map_tests_test_accurate_view()
725 _vala_assert (_tmp50_, "ro_map.has_all (dummy)"); in read_only_map_tests_test_accurate_view()
H A Dtestcollection.c420 gboolean _tmp50_; in collection_tests_test_iterator_returns_all_elements_once() local
421 _tmp50_ = two_found; in collection_tests_test_iterator_returns_all_elements_once()
422 if (_tmp50_) { in collection_tests_test_iterator_returns_all_elements_once()
647 GeeIterator* _tmp50_; in collection_tests_test_mutable_iterator() local
683 _tmp50_ = iterator; in collection_tests_test_mutable_iterator()
767 gint _tmp50_; in collection_tests_test_contains_size_and_is_empty() local
915 _tmp51_ = _tmp50_; in collection_tests_test_contains_size_and_is_empty()
1191 GeeCollection* _tmp50_; in collection_tests_test_add_remove() local
1478 GeeCollection* _tmp50_; in collection_tests_test_clear() local
1581 gboolean _tmp50_ = FALSE; in collection_tests_test_add_all() local
[all …]
H A Dtestdeque.c227 gint _tmp50_; in deque_tests_test_queue_use() local
347 _tmp50_ = gee_collection_get_size ((GeeCollection*) test_deque); in deque_tests_test_queue_use()
348 _tmp51_ = _tmp50_; in deque_tests_test_queue_use()
453 gint _tmp50_; in deque_tests_test_stack_use() local
573 _tmp50_ = gee_collection_get_size ((GeeCollection*) test_deque); in deque_tests_test_stack_use()
574 _tmp51_ = _tmp50_; in deque_tests_test_stack_use()
679 gint _tmp50_; in deque_tests_test_reversed_stack_use() local
799 _tmp50_ = gee_collection_get_size ((GeeCollection*) test_deque); in deque_tests_test_reversed_stack_use()
800 _tmp51_ = _tmp50_; in deque_tests_test_reversed_stack_use()
H A Dtestreadonlylist.c262 GeeListIterator* _tmp50_; in read_only_list_tests_test_immutable_iterator() local
402 _tmp50_ = iterator; in read_only_list_tests_test_immutable_iterator()
403 _tmp51_ = gee_bidir_iterator_last ((GeeBidirIterator*) _tmp50_); in read_only_list_tests_test_immutable_iterator()
576 gint _tmp50_; in read_only_list_tests_test_immutable() local
680 _tmp50_ = gee_collection_get_size ((GeeCollection*) _tmp49_); in read_only_list_tests_test_immutable()
681 _tmp51_ = _tmp50_; in read_only_list_tests_test_immutable()
746 gpointer _tmp50_ = NULL; in read_only_list_tests_test_accurate_view() local
849 _tmp50_ = gee_list_get (ro_list, 0); in read_only_list_tests_test_accurate_view()
850 _tmp51_ = (gchar*) _tmp50_; in read_only_list_tests_test_accurate_view()
H A Dtestsortedset.c1138 gpointer _tmp50_ = NULL; in sorted_set_tests_test_bidir_iterator_can_go_backward() local
1426 GeeBidirIterator* _tmp50_; in sorted_set_tests_test_mutable_bidir_iterator() local
1527 _tmp50_ = iterator; in sorted_set_tests_test_mutable_bidir_iterator()
2121 GeeSortedSet* _tmp50_; in sorted_set_tests_sub_set_test_contains() local
2641 GeeSortedSet* _tmp50_; in sorted_set_tests_sub_set_test_remove() local
2881 const gchar* _tmp50_; in sorted_set_tests_sub_set_test_iterator() local
3212 gchar* _tmp50_; in sorted_set_tests_sub_set_test_clear() local
3215 s = _tmp50_; in sorted_set_tests_sub_set_test_clear()
3607 GeeSortedSet* _tmp50_; in sorted_set_tests_sub_set_test_iterator_at() local
4529 gint _tmp50_; in sorted_set_tests_sub_set_test_subsets() local
[all …]
H A Dtestreadonlycollection.c442 gint _tmp50_; in read_only_collection_tests_test_immutable() local
554 _tmp50_ = _tmp49_; in read_only_collection_tests_test_immutable()
555 _vala_assert (_tmp50_ == 1, "ro_collection.size == 1"); in read_only_collection_tests_test_immutable()
637 GeeCollection* _tmp50_; in read_only_collection_tests_test_accurate_view() local
723 _tmp50_ = self->ro_collection; in read_only_collection_tests_test_accurate_view()
724 _tmp51_ = gee_collection_contains_all (_tmp50_, dummy); in read_only_collection_tests_test_accurate_view()
H A Dtestmap.c305 GeeMap* _tmp50_; in map_tests_test_has_key_size_is_empty() local
549 _tmp50_ = self->test_map; in map_tests_test_has_key_size_is_empty()
550 _tmp51_ = gee_map_has_key (_tmp50_, "two"); in map_tests_test_has_key_size_is_empty()
860 gint _tmp50_; in map_tests_test_keys() local
942 _tmp50_ = _tmp49_; in map_tests_test_keys()
943 _vala_assert (_tmp50_ == 0, "keys.size == 0"); in map_tests_test_keys()
998 gint _tmp50_; in map_tests_test_values() local
1080 _tmp50_ = _tmp49_; in map_tests_test_values()
1134 gboolean _tmp50_ = FALSE; in map_tests_test_entries() local
1519 gint _tmp50_; in map_tests_test_unset_all() local
[all …]
H A Dtestpriorityqueue.c299 gchar* _tmp50_; in priority_queue_tests_test_poll_gives_minimum() local
430 _tmp50_ = (gchar*) _tmp49_; in priority_queue_tests_test_poll_gives_minimum()
431 _vala_assert (g_strcmp0 (_tmp50_, "seven") == 0, "test_queue.poll () == \"seven\""); in priority_queue_tests_test_poll_gives_minimum()
432 _g_free0 (_tmp50_); in priority_queue_tests_test_poll_gives_minimum()
/dports/lang/vala/vala-0.48.18/libvaladoc/importer/
H A Dvaladocdocumentationimporter.c337 GObject** _tmp50_; in valadoc_importer_valadoc_documentation_importer_construct() local
472 _tmp50_ = g_new0 (GObject*, 5 + 1); in valadoc_importer_valadoc_documentation_importer_construct()
473 _tmp50_[0] = (GObject*) _tmp41_; in valadoc_importer_valadoc_documentation_importer_construct()
474 _tmp50_[1] = (GObject*) _tmp43_; in valadoc_importer_valadoc_documentation_importer_construct()
475 _tmp50_[2] = (GObject*) _tmp45_; in valadoc_importer_valadoc_documentation_importer_construct()
476 _tmp50_[3] = (GObject*) _tmp47_; in valadoc_importer_valadoc_documentation_importer_construct()
477 _tmp50_[4] = (GObject*) _tmp49_; in valadoc_importer_valadoc_documentation_importer_construct()
478 _tmp51_ = _tmp50_; in valadoc_importer_valadoc_documentation_importer_construct()
795 ValaList* _tmp50_; in valadoc_importer_valadoc_documentation_importer_add_documentation() local
807 _tmp50_ = valadoc_content_block_content_get_content ((ValadocContentBlockContent*) _tmp49_); in valadoc_importer_valadoc_documentation_importer_add_documentation()
[all …]
/dports/lang/vala/vala-0.48.18/codegen/
H A Dvalaccodearraymodule.c1429 _tmp50_ = _tmp49_; in vala_ccode_array_module_real_append_struct_array_free()
1730 _tmp50_ = _tmp49_; in vala_ccode_array_module_append_vala_array_free_loop()
2267 _tmp50_ = _tmp49_; in vala_ccode_array_module_real_append_vala_array_move()
2532 _tmp50_ = _tmp49_; in vala_ccode_array_module_real_append_vala_array_length()
2849 _tmp51_ = _tmp50_; in vala_ccode_array_module_real_destroy_value()
3746 _tmp51_ = _tmp50_; in vala_ccode_array_module_generate_array_copy_wrapper()
4075 gboolean _tmp50_; in vala_ccode_array_module_generate_array_add_wrapper() local
4104 _tmp50_ = _tmp49_; in vala_ccode_array_module_generate_array_add_wrapper()
4105 if (!_tmp50_) { in vala_ccode_array_module_generate_array_add_wrapper()
4603 _tmp50_ = _tmp49_; in vala_ccode_array_module_real_visit_assignment()
[all …]
H A Dvalagerrormodule.c117 ValaCCodeMacroReplacement* _tmp50_; in vala_gerror_module_real_generate_error_domain_declaration() local
251 _tmp50_ = _tmp49_; in vala_gerror_module_real_generate_error_domain_declaration()
254 error_domain_define = _tmp50_; in vala_gerror_module_real_generate_error_domain_declaration()
721 ValaMethod* _tmp50_; in vala_gerror_module_uncaught_error_statement() local
724 _tmp51_ = _tmp50_; in vala_gerror_module_uncaught_error_statement()
1053 gboolean _tmp50_ = FALSE; in vala_gerror_module_real_add_simple_check() local
1070 _tmp50_ = TRUE; in vala_gerror_module_real_add_simple_check()
1082 if (_tmp50_) { in vala_gerror_module_real_add_simple_check()
1569 ValaBlock* _tmp50_; in vala_gerror_module_real_visit_try_statement() local
1719 _tmp51_ = _tmp50_; in vala_gerror_module_real_visit_try_statement()
[all …]
H A Dvalagvariantmodule.c514 _tmp50_ = variant; in vala_gvariant_module_real_visit_cast_expression()
1507 _tmp50_ = _tmp49_; in vala_gvariant_module_generate_enum_from_string_function()
1821 _tmp51_ = _tmp50_; in vala_gvariant_module_deserialize_array()
2062 _tmp51_ = _tmp50_; in vala_gvariant_module_deserialize_array_dim()
2955 _tmp51_ = _tmp50_; in vala_gvariant_module_deserialize_hash_table()
3507 gchar* _tmp50_; in vala_gvariant_module_real_deserialize_expression() local
3984 _tmp51_ = _tmp50_; in vala_gvariant_module_generate_enum_to_string_function()
4746 _tmp51_ = _tmp50_; in vala_gvariant_module_serialize_struct()
5059 _tmp51_ = _tmp50_; in vala_gvariant_module_serialize_hash_table()
5464 gchar* _tmp50_; in vala_gvariant_module_real_serialize_expression() local
[all …]
H A Dvalagtkmodule.c664 const gchar* _tmp50_; in vala_gtk_module_ensure_gresource_to_file_map() local
670 _tmp50_ = filename; in vala_gtk_module_ensure_gresource_to_file_map()
671 vala_map_set ((ValaMap*) _tmp45_, _tmp49_, _tmp50_); in vala_gtk_module_ensure_gresource_to_file_map()
968 gpointer _tmp50_; in vala_gtk_module_process_current_ui_resource() local
996 _tmp50_ = vala_map_get ((ValaMap*) _tmp48_, _tmp49_); in vala_gtk_module_process_current_ui_resource()
998 current_class = (ValaClass*) _tmp50_; in vala_gtk_module_process_current_ui_resource()
1527 ValaCCodeFunctionCall* _tmp50_; in vala_gtk_module_real_visit_field() local
1555 _tmp50_ = private_field_offset; in vala_gtk_module_real_visit_field()
1844 gchar* _tmp50_; in vala_gtk_module_real_visit_method() local
1859 _tmp50_ = _tmp49_; in vala_gtk_module_real_visit_method()
[all …]
H A Dvalaccodestructmodule.c269 ValaCodeContext* _tmp50_; in vala_ccode_struct_module_real_generate_struct_declaration() local
296 _tmp50_ = _tmp49_; in vala_ccode_struct_module_real_generate_struct_declaration()
297 …vala_typeregister_function_init_from_type ((ValaTypeRegisterFunction*) _tmp48_, _tmp50_, FALSE, TR… in vala_ccode_struct_module_real_generate_struct_declaration()
941 ValaCCodeFunctionCall* _tmp50_; in vala_ccode_struct_module_add_struct_dup_function() local
967 _tmp50_ = creation_call; in vala_ccode_struct_module_add_struct_dup_function()
1320 ValaCCodeFile* _tmp50_; in vala_ccode_struct_module_add_struct_free_function() local
1332 _tmp50_ = ((ValaCCodeBaseModule*) self)->cfile; in vala_ccode_struct_module_add_struct_free_function()
1333 vala_ccode_file_add_include (_tmp50_, "stdlib.h", FALSE); in vala_ccode_struct_module_add_struct_free_function()
1508 ValaField* _tmp50_; in vala_ccode_struct_module_add_struct_copy_function() local
1520 _tmp50_ = f; in vala_ccode_struct_module_add_struct_copy_function()
[all …]
/dports/lang/vala/vala-0.48.18/ccode/
H A Dvalaccodeconstant.c135 GString* _tmp50_; in vala_ccode_constant_construct_string() local
318 _tmp50_ = builder; in vala_ccode_constant_construct_string()
319 g_string_append_c (_tmp50_, '"'); in vala_ccode_constant_construct_string()
/dports/devel/libgee/libgee-0.20.3/tests/
H A Dtestsortedset.c1648 GeeSortedSet* _tmp50_; in sorted_set_tests_sub_set_tests_test_add() local
2099 GeeSortedSet* _tmp50_; in sorted_set_tests_sub_set_tests_test_remove() local
2557 const gchar* _tmp50_; in sorted_set_tests_sub_set_tests_test_clear() local
2559 _tmp50_ = s; in sorted_set_tests_sub_set_tests_test_clear()
2901 gchar* _tmp50_; in sorted_set_tests_sub_set_tests_test_iterator_at() local
2914 _g_free0 (_tmp50_); in sorted_set_tests_sub_set_tests_test_iterator_at()
3082 gpointer _tmp50_; in sorted_set_tests_sub_set_tests_test_lower() local
3257 gpointer _tmp50_; in sorted_set_tests_sub_set_tests_test_higher() local
3432 gpointer _tmp50_; in sorted_set_tests_sub_set_tests_test_floor() local
3607 gpointer _tmp50_; in sorted_set_tests_sub_set_tests_test_ceil() local
[all …]
H A Dtestsortedmap.c751 GeeIterator* _tmp50_; in gee_sorted_map_tests_test_iterator_at() local
913 gpointer _tmp50_; in gee_sorted_map_tests_test_lower() local
1122 gpointer _tmp50_; in gee_sorted_map_tests_test_higher() local
1331 gpointer _tmp50_; in gee_sorted_map_tests_test_floor() local
1540 gpointer _tmp50_; in gee_sorted_map_tests_test_ceil() local
2751 gint _tmp50_; in gee_sorted_map_tests_sub_map_tests_test_set() local
2962 _tmp51_ = _tmp50_; in gee_sorted_map_tests_sub_map_tests_test_set()
3806 _tmp50_ = keys; in gee_sorted_map_tests_sub_map_tests_test_boundaries()
5413 GeeMapEntry* _tmp50_; in gee_sorted_map_tests_sub_map_tests_test_iterator_at() local
5565 _tmp51_ = _tmp50_; in gee_sorted_map_tests_sub_map_tests_test_iterator_at()
[all …]
H A Dtestdeque.c409 GeeDeque* _tmp50_; in deque_tests_test_queue_use() local
428 _tmp50_ = test_deque; in deque_tests_test_queue_use()
429 _tmp51_ = gee_collection_get_size ((GeeCollection*) _tmp50_); in deque_tests_test_queue_use()
866 GeeDeque* _tmp50_; in deque_tests_test_stack_use() local
885 _tmp50_ = test_deque; in deque_tests_test_stack_use()
886 _tmp51_ = gee_collection_get_size ((GeeCollection*) _tmp50_); in deque_tests_test_stack_use()
1325 GeeDeque* _tmp50_; in deque_tests_test_reversed_stack_use() local
1344 _tmp50_ = test_deque; in deque_tests_test_reversed_stack_use()
1345 _tmp51_ = gee_collection_get_size ((GeeCollection*) _tmp50_); in deque_tests_test_reversed_stack_use()
/dports/lang/vala/vala-0.48.18/vala/
H A Dvalaunlockstatement.c173 ValaSymbol* _tmp50_; in vala_unlock_statement_real_check() local
285 _tmp50_ = _tmp49_; in vala_unlock_statement_real_check()
286 …vala_lockable_set_lock_used (G_TYPE_CHECK_INSTANCE_CAST (_tmp50_, VALA_TYPE_LOCKABLE, ValaLockable… in vala_unlock_statement_real_check()
H A Dvalaaddressofexpression.c239 gboolean _tmp50_; in vala_addressof_expression_real_check() local
371 _tmp50_ = vala_code_node_get_error ((ValaCodeNode*) self); in vala_addressof_expression_real_check()
372 _tmp51_ = _tmp50_; in vala_addressof_expression_real_check()
H A Dvalasemanticanalyzer.c505 ValaStruct* _tmp50_; in vala_semantic_analyzer_analyze() local
1277 type = _tmp50_; in vala_semantic_analyzer_get_value_type_for_symbol()
1486 gpointer _tmp50_; in vala_semantic_analyzer_symbol_lookup_inherited() local
2387 gchar* _tmp50_; in vala_semantic_analyzer_check_arguments() local
2395 _tmp50_ = _tmp49_; in vala_semantic_analyzer_check_arguments()
2402 _g_free0 (_tmp50_); in vala_semantic_analyzer_check_arguments()
3523 _tmp50_ = TRUE; in vala_semantic_analyzer_check_print_format()
3527 if (_tmp50_) { in vala_semantic_analyzer_check_print_format()
3969 gpointer _tmp50_; in vala_semantic_analyzer_get_instance_base_type_for_member() local
4384 ValaList* _tmp50_; in vala_semantic_analyzer_get_actual_type() local
[all …]
/dports/x11-wm/lxsession/lxsession-0.5.4/lxsession/
H A Dautostart.c420 gchar** _tmp50_ = NULL; in lxsession_lxsession_autostart_config_load_autostart_file() local
439 _tmp50_ = command; in lxsession_lxsession_autostart_config_load_autostart_file()
441 … _tmp51_ = (_tmp50_ != NULL) ? _vala_array_dup5 (_tmp50_, _tmp50__length1) : ((gpointer) _tmp50_); in lxsession_lxsession_autostart_config_load_autostart_file()
/dports/lang/vala/vala-0.48.18/libvaladoc/api/
H A Dattribute.c316 ValaMap* _tmp50_; in valadoc_api_attribute_real_build_signature() local
328 _tmp50_ = _tmp49_; in valadoc_api_attribute_real_build_signature()
330 _tmp52_ = vala_map_get (_tmp50_, _tmp51_); in valadoc_api_attribute_real_build_signature()
/dports/sysutils/zeitgeist/zeitgeist-1.0.3/test/direct/
H A Devent-test.c526 guint8* _tmp50_; in from_variant_test() local
802 _tmp50_ = payload->data; in from_variant_test()
806 _tmp51_ = _tmp50_[1]; in from_variant_test()
883 const gchar* _tmp50_; in from_variant_with_new_fields_test() local
1167 _tmp50_ = _tmp49_; in from_variant_with_new_fields_test()
1169 g_assert_cmpstr (_tmp50_, ==, "file:///tmp1"); in from_variant_with_new_fields_test()
1447 ZeitgeistSubject* _tmp50_; in with_one_subject_to_from_variant_test() local
1634 _tmp50_ = su; in with_one_subject_to_from_variant_test()
1636 _tmp51_ = zeitgeist_subject_get_text (_tmp50_); in with_one_subject_to_from_variant_test()
/dports/devel/libgee06/libgee-0.6.8/benchmark/
H A Dmergesort.c435 gconstpointer _tmp50_; in gee_merge_sort_merge_sort_aux() local
445 _tmp50_ = _tmp48_[_tmp49_]; in gee_merge_sort_merge_sort_aux()
446 …_tmp51_ = ((_tmp50_ != NULL) && (self->priv->g_dup_func != NULL)) ? self->priv->g_dup_func ((gpoin… in gee_merge_sort_merge_sort_aux()

12345678910>>...14