Ticket #1922: make.exportlist.output.txt

File make.exportlist.output.txt, 15.8 KB (added by jkeenan, 11 years ago)
Line 
1make exportlist
2
3compilers/imcc/parser_util.c
4    imcc_compile_file
5frontend/pbc_dump/packdump.c
6    PackFile_ConstTable_dump
7src/call/args.c
8    Parrot_pcc_build_call_from_c_args
9    Parrot_pcc_build_call_from_varargs
10    Parrot_pcc_build_sig_object_from_op
11    Parrot_pcc_build_sig_object_from_varargs
12    Parrot_pcc_fill_params_from_c_args
13    Parrot_pcc_fill_params_from_op
14    Parrot_pcc_fill_params_from_varargs
15src/call/context.c
16    Parrot_pcc_get_FLOATVAL_reg
17    Parrot_pcc_get_INTVAL_reg
18    Parrot_pcc_get_PMC_reg
19    Parrot_pcc_get_STRING_reg
20    Parrot_pcc_get_regs_ni
21    Parrot_pcc_get_regs_ps
22    Parrot_pcc_get_regs_used
23    Parrot_pcc_get_sub
24    Parrot_pcc_set_regs_ni
25    Parrot_pcc_set_regs_ps
26    Parrot_pcc_set_regs_used
27    Parrot_pcc_set_sub
28    Parrot_pop_context
29    Parrot_push_context
30src/call/context_accessors.c
31    Parrot_pcc_dec_recursion_depth_func
32    Parrot_pcc_errors_off_func
33    Parrot_pcc_errors_on_func
34    Parrot_pcc_errors_test_func
35    Parrot_pcc_get_HLL_func
36    Parrot_pcc_get_caller_ctx_func
37    Parrot_pcc_get_context_struct_func
38    Parrot_pcc_get_continuation_func
39    Parrot_pcc_get_handlers_func
40    Parrot_pcc_get_lex_pad_func
41    Parrot_pcc_get_namespace_func
42    Parrot_pcc_get_num_constant_func
43    Parrot_pcc_get_num_constants_func
44    Parrot_pcc_get_object_func
45    Parrot_pcc_get_outer_ctx_func
46    Parrot_pcc_get_pc_func
47    Parrot_pcc_get_pmc_constant_func
48    Parrot_pcc_get_pmc_constants_func
49    Parrot_pcc_get_recursion_depth_func
50    Parrot_pcc_get_signature_func
51    Parrot_pcc_get_str_constants_func
52    Parrot_pcc_get_string_constant_func
53    Parrot_pcc_inc_recursion_depth_func
54    Parrot_pcc_set_HLL_func
55    Parrot_pcc_set_caller_ctx_func
56    Parrot_pcc_set_constants_func
57    Parrot_pcc_set_continuation_func
58    Parrot_pcc_set_handlers_func
59    Parrot_pcc_set_lex_pad_func
60    Parrot_pcc_set_namespace_func
61    Parrot_pcc_set_object_func
62    Parrot_pcc_set_outer_ctx_func
63    Parrot_pcc_set_pc_func
64    Parrot_pcc_set_signature_func
65    Parrot_pcc_trace_flags_off_func
66    Parrot_pcc_trace_flags_on_func
67    Parrot_pcc_trace_flags_test_func
68    Parrot_pcc_warnings_off_func
69    Parrot_pcc_warnings_on_func
70    Parrot_pcc_warnings_test_func
71src/call/ops.c
72    free_runloop_jump_point
73    new_runloop_jump_point
74src/call/pcc.c
75    Parrot_pcc_do_run_ops
76    Parrot_pcc_invoke_from_sig_object
77    Parrot_pcc_invoke_method_from_c_args
78    Parrot_pcc_invoke_sub_from_c_args
79src/datatypes.c
80    Parrot_dt_divide_floatval_by_zero
81    Parrot_dt_get_datatype_enum
82    Parrot_dt_get_datatype_name
83src/debug.c
84    PDB_backtrace
85    PDB_load_source
86    PDB_print
87    PDB_script_file
88    Parrot_debugger_break
89    Parrot_debugger_destroy
90    Parrot_debugger_init
91    Parrot_debugger_load
92    Parrot_debugger_start
93src/dynext.c
94    Parrot_dyn_clone_lib_into
95    Parrot_dyn_dlsym_str
96    Parrot_dyn_init_lib
97    Parrot_dyn_load_lib
98src/embed.c
99    Parrot_clear_debug
100    Parrot_clear_flag
101    Parrot_clear_trace
102    Parrot_compile_string
103    Parrot_debug
104    Parrot_disassemble
105    Parrot_init_stacktop
106    Parrot_load_bytecode_file
107    Parrot_new
108    Parrot_pbc_fixup_loaded
109    Parrot_pbc_load
110    Parrot_pbc_read
111    Parrot_run_native
112    Parrot_runcode
113    Parrot_set_configuration_hash_legacy
114    Parrot_set_debug
115    Parrot_set_executable_name
116    Parrot_set_flag
117    Parrot_set_run_core
118    Parrot_set_trace
119    Parrot_setwarnings
120    Parrot_test_debug
121    Parrot_test_flag
122    Parrot_test_trace
123src/exceptions.c
124    Parrot_assert
125    Parrot_confess
126    Parrot_ex_add_c_handler
127    Parrot_ex_build_exception
128    Parrot_ex_mark_unhandled
129    Parrot_ex_rethrow_from_c
130    Parrot_ex_rethrow_from_op
131    Parrot_ex_throw_from_c
132    Parrot_ex_throw_from_c_args
133    Parrot_ex_throw_from_op
134    Parrot_ex_throw_from_op_args
135    do_panic
136    exit_fatal
137src/exit.c
138    Parrot_x_exit
139    Parrot_x_jump_out
140    Parrot_x_jump_out_error
141    Parrot_x_on_exit
142src/extend.c
143    Parrot_PMC_new
144    Parrot_PMC_newclass
145    Parrot_PMC_null
146    Parrot_PMC_typenum
147    Parrot_eprintf
148    Parrot_ext_call
149    Parrot_find_language
150    Parrot_fprintf
151    Parrot_free_cstring
152    Parrot_get_intreg
153    Parrot_get_numreg
154    Parrot_get_pmcreg
155    Parrot_get_root_namespace
156    Parrot_get_strreg
157    Parrot_new_string
158    Parrot_printf
159    Parrot_register_pmc
160    Parrot_register_string
161    Parrot_set_intreg
162    Parrot_set_numreg
163    Parrot_set_pmcreg
164    Parrot_set_strreg
165    Parrot_sub_new_from_c_func
166    Parrot_unregister_pmc
167    Parrot_unregister_string
168    Parrot_vfprintf
169src/gc/alloc_memory.c
170    mem_sys_allocate
171    mem_sys_allocate_zeroed
172    mem_sys_free
173    mem_sys_realloc
174    mem_sys_realloc_zeroed
175    mem_sys_strdup
176src/gc/api.c
177    Parrot_block_GC_mark
178    Parrot_block_GC_sweep
179    Parrot_gc_allocate_memory_chunk
180    Parrot_gc_allocate_memory_chunk_with_interior_pointers
181    Parrot_gc_free_memory_chunk
182    Parrot_gc_mark_PMC_alive_fun
183    Parrot_gc_mark_PObj_alive
184    Parrot_gc_mark_STRING_alive_fun
185    Parrot_gc_reallocate_memory_chunk
186    Parrot_gc_reallocate_memory_chunk_with_interior_pointers
187    Parrot_gc_set_system_type
188    Parrot_is_blocked_GC_mark
189    Parrot_is_blocked_GC_sweep
190    Parrot_unblock_GC_mark
191    Parrot_unblock_GC_sweep
192src/gc/fixed_allocator.c
193    Parrot_gc_fixed_allocator_allocate
194    Parrot_gc_fixed_allocator_destroy
195    Parrot_gc_fixed_allocator_free
196    Parrot_gc_fixed_allocator_new
197    Parrot_gc_pool_allocate
198    Parrot_gc_pool_destroy
199    Parrot_gc_pool_free
200    Parrot_gc_pool_is_owned
201src/hash.c
202    Parrot_hash_clone
203    Parrot_hash_delete
204    Parrot_hash_destroy
205    Parrot_hash_dump
206    Parrot_hash_exists
207    Parrot_hash_get
208    Parrot_hash_get_bucket
209    Parrot_hash_mark
210    Parrot_hash_new
211    Parrot_hash_new_cstring_hash
212    Parrot_hash_new_intval_hash
213    Parrot_hash_new_pointer_hash
214    Parrot_hash_put
215    Parrot_hash_size
216src/hll.c
217    Parrot_hll_get_HLL_id
218    Parrot_hll_get_HLL_name
219    Parrot_hll_get_HLL_namespace
220    Parrot_hll_get_HLL_type
221    Parrot_hll_get_ctx_HLL_namespace
222    Parrot_hll_get_ctx_HLL_type
223    Parrot_hll_regenerate_HLL_namespaces
224    Parrot_hll_register_HLL
225    Parrot_hll_register_HLL_type
226src/interp/inter_cb.c
227    Parrot_callback_C
228    Parrot_callback_D
229    Parrot_make_cb
230    Parrot_run_callback
231src/interp/inter_create.c
232    Parrot_destroy
233    allocate_interpreter
234    initialize_interpreter
235    make_interpreter
236src/interp/inter_misc.c
237    Parrot_compile_file
238    Parrot_compreg
239    Parrot_get_compiler
240    Parrot_mark_method_writes
241    Parrot_set_compiler
242    interpinfo
243    interpinfo_p
244    interpinfo_s
245    register_native_pcc_method_in_ns
246    register_nci_method
247src/io/api.c
248    Parrot_io_STDERR
249    Parrot_io_STDIN
250    Parrot_io_STDOUT
251    Parrot_io_close
252    Parrot_io_close_piohandle
253    Parrot_io_eof
254    Parrot_io_eprintf
255    Parrot_io_fdopen
256    Parrot_io_fdopen_flags
257    Parrot_io_flush
258    Parrot_io_fprintf
259    Parrot_io_getfd
260    Parrot_io_is_closed
261    Parrot_io_is_tty
262    Parrot_io_make_offset
263    Parrot_io_make_offset32
264    Parrot_io_open
265    Parrot_io_parse_open_flags
266    Parrot_io_peek
267    Parrot_io_printf
268    Parrot_io_putps
269    Parrot_io_puts
270    Parrot_io_readline
271    Parrot_io_reads
272    Parrot_io_seek
273    Parrot_io_stdhandle
274    Parrot_io_tell
275    Parrot_io_write
276src/io/core.c
277    Parrot_IOData_mark
278    Parrot_io_finish
279    Parrot_io_init
280src/io/filehandle.c
281    Parrot_io_close_filehandle
282    Parrot_io_flush_filehandle
283    Parrot_io_get_buffer_end
284    Parrot_io_get_buffer_next
285    Parrot_io_get_buffer_start
286    Parrot_io_get_file_position
287    Parrot_io_get_file_size
288    Parrot_io_get_flags
289    Parrot_io_get_os_handle
290    Parrot_io_is_closed_filehandle
291    Parrot_io_set_file_position
292    Parrot_io_set_file_size
293    Parrot_io_set_flags
294    Parrot_io_set_os_handle
295src/io/socket_api.c
296    Parrot_io_accept
297    Parrot_io_bind
298    Parrot_io_connect
299    Parrot_io_listen
300    Parrot_io_new_socket_pmc
301    Parrot_io_poll
302    Parrot_io_recv
303    Parrot_io_send
304    Parrot_io_socket
305    Parrot_io_socket_initialize_handle
306    Parrot_io_socket_is_closed
307src/key.c
308    Parrot_key_append
309    Parrot_key_integer
310    Parrot_key_mark
311    Parrot_key_new
312    Parrot_key_new_cstring
313    Parrot_key_new_integer
314    Parrot_key_new_number
315    Parrot_key_new_string
316    Parrot_key_next
317    Parrot_key_number
318    Parrot_key_pmc
319    Parrot_key_set_integer
320    Parrot_key_set_number
321    Parrot_key_set_register
322    Parrot_key_set_string
323    Parrot_key_set_to_string
324    Parrot_key_string
325    Parrot_key_type
326src/library.c
327    Parrot_get_runtime_path
328    Parrot_lib_add_path
329    Parrot_lib_add_path_from_cstring
330    Parrot_lib_update_paths_from_config_hash
331    Parrot_locate_runtime_file
332    Parrot_locate_runtime_file_str
333    parrot_split_path_ext
334src/list.c
335    Parrot_list_append
336    Parrot_list_check
337    Parrot_list_contains
338    Parrot_list_destroy
339    Parrot_list_new
340    Parrot_list_pop
341    Parrot_list_remove
342src/misc.c
343    Parrot_psprintf
344    Parrot_secret_snprintf
345    Parrot_snprintf
346    Parrot_sprintf_c
347    Parrot_sprintf_s
348    Parrot_vsnprintf
349    Parrot_vsprintf_c
350    Parrot_vsprintf_s
351src/multidispatch.c
352    Parrot_mmd_add_multi_from_c_args
353    Parrot_mmd_add_multi_from_long_sig
354    Parrot_mmd_add_multi_list_from_c_args
355    Parrot_mmd_build_type_tuple_from_sig_obj
356    Parrot_mmd_cache_create
357    Parrot_mmd_cache_destroy
358    Parrot_mmd_cache_lookup_by_types
359    Parrot_mmd_cache_lookup_by_values
360    Parrot_mmd_cache_mark
361    Parrot_mmd_cache_store_by_types
362    Parrot_mmd_cache_store_by_values
363    Parrot_mmd_find_multi_from_long_sig
364    Parrot_mmd_find_multi_from_sig_obj
365    Parrot_mmd_multi_dispatch_from_c_args
366    Parrot_mmd_sort_manhattan_by_sig_pmc
367src/namespace.c
368    Parrot_ns_find_current_namespace_global
369    Parrot_ns_find_global_from_op
370    Parrot_ns_find_named_item
371    Parrot_ns_find_namespace_global
372    Parrot_ns_get_global
373    Parrot_ns_get_name
374    Parrot_ns_get_namespace_keyed
375    Parrot_ns_get_namespace_keyed_str
376    Parrot_ns_make_namespace_autobase
377    Parrot_ns_make_namespace_keyed
378    Parrot_ns_make_namespace_keyed_str
379    Parrot_ns_set_global
380    Parrot_ns_store_global
381    Parrot_ns_store_sub
382src/oo.c
383    Parrot_ComposeRole
384    Parrot_ComputeMRO_C3
385    Parrot_find_method_direct
386    Parrot_find_method_with_cache
387    Parrot_get_vtable_index
388    Parrot_get_vtable_name
389    Parrot_invalidate_method_cache
390    Parrot_oo_find_vtable_override
391    Parrot_oo_find_vtable_override_for_class
392    Parrot_oo_get_class
393    Parrot_oo_get_class_str
394src/packfile/api.c
395    PF_create_default_segs
396    PackFile_Annotations_add_entry
397    PackFile_Annotations_add_group
398    PackFile_Annotations_new
399    PackFile_ConstTable_clear
400    PackFile_ConstTable_unpack
401    PackFile_Header_read_uuid
402    PackFile_Header_unpack
403    PackFile_Header_validate
404    PackFile_Segment_destroy
405    PackFile_Segment_dump
406    PackFile_Segment_new
407    PackFile_Segment_new_seg
408    PackFile_Segment_pack
409    PackFile_Segment_packed_size
410    PackFile_Segment_unpack
411    PackFile_add_segment
412    PackFile_destroy
413    PackFile_find_segment
414    PackFile_fixup_subs
415    PackFile_funcs_register
416    PackFile_map_segments
417    PackFile_new
418    PackFile_new_dummy
419    PackFile_unpack
420    Parrot_debug_add_mapping
421    Parrot_debug_pc_to_filename
422    Parrot_destroy_constants
423    Parrot_load_bytecode
424    Parrot_load_language
425    Parrot_new_debug_seg
426    Parrot_switch_to_cs
427    do_sub_pragmas
428src/packfile/object_serialization.c
429    Parrot_clone
430    Parrot_freeze
431    Parrot_freeze_pbc
432    Parrot_freeze_pbc_size
433    Parrot_freeze_strings
434    Parrot_thaw
435    Parrot_thaw_constants
436    Parrot_thaw_pbc
437src/packfile/output.c
438    PackFile_ConstTable_pack
439    PackFile_ConstTable_pack_size
440    PackFile_ConstTable_rlookup_num
441    PackFile_ConstTable_rlookup_str
442    PackFile_pack
443    PackFile_pack_size
444src/pmc.c
445    Parrot_pmc_create_mro
446    Parrot_pmc_destroy
447    Parrot_pmc_gc_register
448    Parrot_pmc_gc_unregister
449    Parrot_pmc_get_type
450    Parrot_pmc_get_type_str
451    Parrot_pmc_is_null
452    Parrot_pmc_new
453    Parrot_pmc_new_constant
454    Parrot_pmc_new_constant_init
455    Parrot_pmc_new_constant_init_int
456    Parrot_pmc_new_constant_noinit
457    Parrot_pmc_new_init
458    Parrot_pmc_new_init_int
459    Parrot_pmc_new_noinit
460    Parrot_pmc_register_new_type
461    Parrot_pmc_reuse
462    Parrot_pmc_reuse_by_class
463    Parrot_pmc_reuse_init
464src/pointer_array.c
465    Parrot_pa_destroy
466    Parrot_pa_insert
467    Parrot_pa_is_owned
468    Parrot_pa_new
469    Parrot_pa_remove
470src/runcore/main.c
471    Parrot_runcore_register
472    Parrot_runcore_switch
473    disable_event_checking
474    dynop_register
475    enable_event_checking
476src/scheduler.c
477    Parrot_cx_add_handler
478    Parrot_cx_add_handler_local
479    Parrot_cx_broadcast_message
480    Parrot_cx_count_handlers_local
481    Parrot_cx_count_handlers_typed
482    Parrot_cx_delete_handler_local
483    Parrot_cx_delete_handler_typed
484    Parrot_cx_delete_suspend_for_gc
485    Parrot_cx_delete_task
486    Parrot_cx_find_handler_for_task
487    Parrot_cx_find_handler_local
488    Parrot_cx_handle_tasks
489    Parrot_cx_peek_task
490    Parrot_cx_request_suspend_for_gc
491    Parrot_cx_runloop_end
492    Parrot_cx_schedule_callback
493    Parrot_cx_schedule_repeat
494    Parrot_cx_schedule_sleep
495    Parrot_cx_schedule_task
496    Parrot_cx_schedule_timer
497    Parrot_cx_send_message
498src/string/api.c
499    Parrot_str_bitwise_and
500    Parrot_str_bitwise_not
501    Parrot_str_bitwise_or
502    Parrot_str_bitwise_xor
503    Parrot_str_boolean
504    Parrot_str_byte_length
505    Parrot_str_change_encoding
506    Parrot_str_chopn
507    Parrot_str_chr
508    Parrot_str_compare
509    Parrot_str_compose
510    Parrot_str_concat
511    Parrot_str_copy
512    Parrot_str_cstring
513    Parrot_str_downcase
514    Parrot_str_equal
515    Parrot_str_escape
516    Parrot_str_escape_truncate
517    Parrot_str_find_cclass
518    Parrot_str_find_index
519    Parrot_str_find_not_cclass
520    Parrot_str_finish
521    Parrot_str_format_data
522    Parrot_str_free_cstring
523    Parrot_str_from_int
524    Parrot_str_from_num
525    Parrot_str_gc_register
526    Parrot_str_gc_unregister
527    Parrot_str_indexed
528    Parrot_str_init
529    Parrot_str_is_cclass
530    Parrot_str_is_null
531    Parrot_str_join
532    Parrot_str_length
533    Parrot_str_new
534    Parrot_str_new_constant
535    Parrot_str_new_from_buffer
536    Parrot_str_new_init
537    Parrot_str_new_noinit
538    Parrot_str_not_equal
539    Parrot_str_pin
540    Parrot_str_rep_compatible
541    Parrot_str_repeat
542    Parrot_str_replace
543    Parrot_str_reverse
544    Parrot_str_split
545    Parrot_str_substr
546    Parrot_str_titlecase
547    Parrot_str_to_cstring
548    Parrot_str_to_hashval
549    Parrot_str_to_int
550    Parrot_str_to_num
551    Parrot_str_unescape
552    Parrot_str_unescape_string
553    Parrot_str_unpin
554    Parrot_str_upcase
555src/string/encoding.c
556    Parrot_default_encoding
557    Parrot_encoding_c_name
558    Parrot_encoding_name
559    Parrot_encoding_number
560    Parrot_encoding_number_of_str
561    Parrot_encodings_init
562    Parrot_find_encoding
563    Parrot_find_encoding_by_string
564    Parrot_get_encoding
565    Parrot_load_encoding
566    Parrot_make_default_encoding
567    Parrot_new_encoding
568    Parrot_register_encoding
569src/sub.c
570    Parrot_get_sub_pmc_from_subclass
571    Parrot_sub_Context_infostr
572    Parrot_sub_capture_lex
573    Parrot_sub_context_get_info
574    Parrot_sub_full_sub_name
575    Parrot_sub_new_closure
576src/thread.c
577    Parrot_shared_gc_block
578    Parrot_shared_gc_unblock
579    pt_thread_create
580src/utils.c
581    Parrot_util_byte_index
582    Parrot_util_byte_rindex
583    Parrot_util_float_rand
584    Parrot_util_int_rand
585    Parrot_util_range_rand
586    Parrot_util_register_move
587    Parrot_util_srand
588    Parrot_util_tm_to_array
589    Parrot_util_uint_rand
590src/vtables.c
591    Parrot_vtbl_clone_vtable
592    Parrot_vtbl_destroy_vtable
593    Parrot_vtbl_initialize_core_vtables
594    Parrot_vtbl_new_vtable
595src/warnings.c
596    Parrot_warn
597    Parrot_warn_deprecated
598    Parrot_warn_experimental
599    print_pbc_location
600550 PARROT_EXPORT functions
601src/nci/libffi.c
602    build_ffi_thunk: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
603    clone_ffi_thunk: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
604    init_thunk_pmc: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
605    nci_to_ffi_type: Returns a pointer, but no PARROT_CAN(NOT)_RETURN_NULL macro found.
6064 warnings in 4 funcs in 1 C files