MCPcopy Create free account

hub / github.com/csmith-project/csmith / functions

Functions1,599 in github.com/csmith-project/csmith

Methodoutput_counters
src/Bookkeeper.cpp:533
Methodoutput_crc_lines
src/ReducerOutputMgr.cpp:248
Methodoutput_decls
src/CoverageTestExtension.cpp:94
Methodoutput_expr_statistics
src/Bookkeeper.cpp:253
Methodoutput_func
src/ReducerOutputMgr.cpp:322
Methodoutput_func_header
src/ReducerOutputMgr.cpp:224
Methodoutput_global_state_for_func
* dumping global states at the function entry point for path shortcutting purpose */
src/ReducerOutputMgr.cpp:831
Methodoutput_global_values
src/ReducerOutputMgr.cpp:926
Methodoutput_hash
src/Statement.cpp:974
Methodoutput_header
src/StatementArrayOp.cpp:210
Methodoutput_if_stm
src/ReducerOutputMgr.cpp:576
Methodoutput_jump_statistics
src/Bookkeeper.cpp:518
Methodoutput_main_func
src/ReducerOutputMgr.cpp:268
Methodoutput_memory_addrs
src/ReducerOutputMgr.cpp:907
Methodoutput_one
src/SimpleDeltaSequence.cpp:193
Methodoutput_pointer_statistics
src/Bookkeeper.cpp:267
Methodoutput_post_stm_values
src/ReducerOutputMgr.cpp:376
Methodoutput_pre_stm_assigns
src/ReducerOutputMgr.cpp:331
Methodoutput_pre_stm_values
src/ReducerOutputMgr.cpp:363
Methodoutput_qualified_type
src/CVQualifiers.cpp:579
Methodoutput_reduced_stm
src/ReducerOutputMgr.cpp:622
Methodoutput_skipped_var_inits
* */
src/StatementGoto.cpp:270
Methodoutput_statistics
src/Bookkeeper.cpp:186
Methodoutput_stm
src/ReducerOutputMgr.cpp:727
Methodoutput_stmts_statistics
src/Bookkeeper.cpp:171
Methodoutput_struct_union_statistics
src/Bookkeeper.cpp:212
Methodoutput_symbolics
src/CrestExtension.cpp:78
Methodoutput_symbolics
src/SplatExtension.cpp:67
Methodoutput_symbolics
src/KleeExtension.cpp:59
Methodoutput_tab
src/DefaultOutputMgr.cpp:260
Methodoutput_tab
src/DFSOutputMgr.cpp:128
Methodoutput_tab_
src/OutputMgr.cpp:370
Methodoutput_tail
src/ReducerOutputMgr.cpp:970
Methodoutput_var
src/ReducerOutputMgr.cpp:119
Methodoutput_var_freshness
src/Bookkeeper.cpp:525
Methodoutput_vars
src/ReducerOutputMgr.cpp:133
Methodoutput_volatile_access_statistics
src/Bookkeeper.cpp:439
Methodoutput_volatile_fprintf
src/Variable.cpp:1083
Methodoutput_write_var_values
src/ReducerOutputMgr.cpp:879
Methodoutputln
src/OutputMgr.h:70
Methodoutputln
src/DefaultOutputMgr.cpp:248
Methodparse_group_probabilities
src/Probabilities.cpp:986
Methodparse_line
src/Probabilities.cpp:1043
Methodparse_options
src/PartialExpander.cpp:77
Methodparse_sequence
src/SequenceLineParser.h:64
Methodparse_single_elem
src/Probabilities.cpp:1008
Methodparse_single_probability
src/Probabilities.cpp:1025
Methodparse_string_options
src/CGOptions.cpp:607
Methodpermute_param_oders
src/FunctionInvocation.cpp:416
Functionplatform_main_begin
runtime/platform_avr.h:39
Functionplatform_main_begin
runtime/csmith_minimal.h:65
Functionplatform_main_begin
runtime/platform_generic.h:42
Functionplatform_main_begin
runtime/platform_msp430.h:39
Functionplatform_main_end
runtime/platform_avr.h:45
Functionplatform_main_end
runtime/csmith_minimal.h:143
Functionplatform_main_end
runtime/platform_generic.h:48
Functionplatform_main_end
runtime/platform_msp430.h:45
Methodpname_to_type
src/Probabilities.cpp:516
Methodpoint_to_str
src/FactPointTo.cpp:547
Methodpointer_size
src/CGOptions.h:454
Methodpointer_size
src/CGOptions.cpp:381
Functionprint_facts
src/Fact.cpp:297
Functionprint_map
src/PartialExpander.cpp:44
Functionprint_var_fact
src/Fact.cpp:306
Methodptr_modified_in_rhs
src/Lhs.cpp:264
Methodpure_rnd_flipcoin
src/SimpleDeltaRndNumGenerator.cpp:197
Methodpure_rnd_upto
src/SimpleDeltaRndNumGenerator.cpp:190
Methodrandom_choice
src/SimpleDeltaRndNumGenerator.cpp:91
Methodrandom_choice
src/DFSRndNumGenerator.cpp:277
Methodrandom_looser_consts
src/CVQualifiers.cpp:449
Methodrandom_looser_volatiles
src/CVQualifiers.cpp:471
Methodrandom_stricter_consts
src/CVQualifiers.cpp:394
Methodrandom_stricter_volatiles
src/CVQualifiers.cpp:422
Methodrandom_type_from_type
src/Type.cpp:618
Methodreach_max_functions_cnt
src/Function.cpp:198
Methodread_var
* */
src/CGContext.cpp:212
Methodreally_outputln
src/OutputMgr.cpp:384
Methodrecord_address_taken
src/Bookkeeper.cpp:334
Methodrecord_bitfields_reads
src/Bookkeeper.cpp:352
Methodrecord_bitfields_writes
src/Bookkeeper.cpp:365
Methodrecord_pointer_comparisons
* record the LHS/RHS types of comparisons between pointers */
src/Bookkeeper.cpp:381
Methodrecord_type_with_bitfields
src/Bookkeeper.cpp:492
Methodrecord_vars_with_bitfields
src/Bookkeeper.cpp:477
Methodrecord_volatile_access
* count volatile/non-volatile reads/writes, specifically access thru pointers */
src/Bookkeeper.cpp:406
Methodreduce_call_with_assigns
* replace a call in a statement with it's value + optional assignments to compensate for the function call effect * for example: a = func_1() + c can
src/Reducer.cpp:1268
Methodreduce_const_binary_op
src/Reducer.cpp:659
Methodreduce_const_binary_ops
src/Reducer.cpp:705
Methodreduce_stms_with_assigns
src/Reducer.cpp:1319
Methodregister_extra_filter
src/Probabilities.cpp:844
Functionremove_field_vars
replace all the field vars with their parent vars */
src/Variable.cpp:196
Methodremove_function_local_facts
* remove facts concerning variables local to a function * hint: relevant facts are those concerns variable visible at the end of this function */
src/FactMgr.cpp:185
Methodremove_loop_local_facts
src/FactMgr.cpp:635
Methodremove_stmt
* remove a statement from this block. this may trigger other events: deleting it from * break_stms, deleting CFG edges linked to it, etc */
src/Block.cpp:654
Methodreplace_stm
src/Reducer.cpp:392
Methodreset_accum_types
src/Type.cpp:1027
Methodreset_after_backward_pos
src/Enumerator.h:244
Methodreset_all_changed
src/Enumerator.h:302
Methodreset_pos
src/Enumerator.h:158
Methodresolve_exhaustive_options
src/CGOptions.cpp:428
Methodrestore_init_values
src/PartialExpander.cpp:146
← previousnext →1,301–1,400 of 1,599, ranked by callers