MCPcopy Create free account

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

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

Methodempty_line
* */
src/SimpleDeltaSequence.cpp:120
Methodempty_line
src/StringUtils.cpp:41
Methodenable
* */
src/Filter.cpp:55
Methodenable_builtin_kinds
src/CGOptions.cpp:664
Methodenable_compatible_check
src/CompatibleChecker.cpp:72
Methodenabled_builtin
src/CGOptions.cpp:682
Methodenabled_builtin_kind
src/CGOptions.cpp:674
Methodend_with
src/StringUtils.cpp:268
Methodequal
src/FactPointTo.cpp:564
Methodequal
src/FactUnion.cpp:204
Methodequals
src/ExpressionAssign.cpp:107
Methodequals
do some constant folding */
src/FunctionInvocationBinary.cpp:168
Methodequals
src/FunctionInvocation.h:166
Methodequals
src/ExpressionFuncall.h:81
Methodequals
src/ExpressionComma.h:64
Methodequals
src/Expression.h:131
Methodequals
do some constant folding */
src/FunctionInvocationUnary.cpp:159
Methodexpand_block_for_goto
* enlarge the block to contains both src and dest of jump edges, if there are * some destinations in this block. This is used to create a local varia
src/VariableSelector.cpp:756
Methodexpand_check
src/PartialExpander.cpp:159
Methodexpand_struct_union_vars
*expand each struct/union field to a single variable */
src/VariableSelector.cpp:176
Methodfield_is_read
* whether any field of a struct/union is been read */
src/Effect.cpp:432
Methodfield_is_written
* whether any field of a struct/union is been written */
src/Effect.cpp:450
Methodfilter
src/Statement.cpp:139
Methodfilter
src/VectorFilter.cpp:69
Methodfilter
src/VariableSelector.cpp:105
Methodfilter
src/MspFilters.cpp:48
Methodfilter_invalid_nums
src/DFSRndNumGenerator.cpp:267
Methodfind_addressed_var
src/Reducer.cpp:1208
Methodfind_all_non_array_visible_vars
src/VariableSelector.cpp:697
Methodfind_all_non_bitfield_visible_vars
src/VariableSelector.cpp:679
Methodfind_all_visible_vars
find all visible variables at block b */
src/VariableSelector.cpp:740
Methodfind_any_char
src/StringUtils.cpp:99
Functionfind_blk_for_var
src/Function.cpp:127
Methodfind_edges_in
* find CFG edges leading to this statement, found edges are stored in pass-in param "edges" * return the number of edges found */
src/Statement.cpp:465
Methodfind_fixed_point
* DFA analysis for a block: * * we must considers all kinds of blocks: block for for-loops; block for if-true and if-false; block for * function bo
src/Block.cpp:579
Methodfind_good_jump_block
src/StatementGoto.cpp:317
Methodfind_invoke_by_eid
src/Reducer.cpp:766
Methodfind_jump_label
* return the label if this statement is the destination of a "goto" statement */
src/Statement.cpp:486
Methodfind_jump_sources
* find all "goto" statements that jumps to this statement */
src/Statement.cpp:508
Methodfind_local_vars_to_lift
find local variables that have to be lifted to global, most likely because they are used via pointer in a callee function at the bottom of a call chai
src/Reducer.cpp:445
Methodfind_pointer_type
--------------------------------------------------------------------- find the pointer type to the given type in existing types, * return 0 if not fo
src/Type.cpp:462
Methodfind_required_labels
src/Reducer.cpp:270
Methodfind_stm_by_id
src/Reducer.cpp:202
Methodfind_type
src/Type.cpp:447
Methodfind_union_pointees
find union fields that are referred to by this expression */
src/FactPointTo.cpp:852
Methodfind_updated_facts
src/FactMgr.cpp:685
Methodfind_updated_final_facts
src/FactMgr.cpp:701
Methodfind_used_vars
src/Reducer.cpp:1224
Methodfind_var_by_name
src/VariableSelector.cpp:1523
Methodfind_variable_scope
-------------------------------------------------------------- find the scope of a variable in relative to the current context * return: -1 if is gl
src/CGContext.cpp:482
Methodfirst_nonspace_char
src/StringUtils.cpp:89
Methodfix_options_for_cpp
Add options necessary for cpp
src/CGOptions.cpp:319
Methodflags_to_type
src/SafeOpFlags.cpp:80
Methodfrom_tail_to_head
* check if there is a control flow edge from the tail to the head of the block */
src/Block.cpp:412
Methodgenrand
src/DefaultRndNumGenerator.cpp:183
Methodgenrand
src/AbsRndNumGenerator.cpp:132
Methodgenrand
src/DFSRndNumGenerator.cpp:481
MethodgetOutputMgr
src/DefaultProgramGenerator.h:43
Methodget_all_array_vars
src/VariableSelector.cpp:719
Methodget_all_local_vars
src/VariableSelector.cpp:730
Methodget_all_ok_struct_union_types
src/Type.cpp:530
Methodget_all_qualifiers
* For now, only used to generate all qualifiers for struct fields. * Also, since we don't support fields with pointer types, we only * enumerate the
src/CVQualifiers.cpp:671
Methodget_all_values
src/Probabilities.cpp:315
Methodget_array
src/ArrayVariable.h:75
Methodget_binop_string
src/FunctionInvocationBinary.cpp:299
Methodget_bitfield_length
src/Type.cpp:863
Methodget_blocks
src/StatementArrayOp.h:69
Methodget_blocks
src/StatementIf.h:59
Methodget_blocks
src/StatementFor.h:72
Methodget_call
src/StatementExpr.h:61
Methodget_called_funcs
src/ExpressionComma.h:56
Methodget_called_funcs
src/ExpressionFuncall.cpp:141
Methodget_called_funcs
src/ExpressionAssign.h:62
Methodget_called_funcs
src/FunctionInvocation.cpp:357
Methodget_collective
src/ArrayVariable.h:74
Methodget_complexity
src/ExpressionVariable.h:71
Methodget_complexity
src/Constant.h:86
Methodget_complexity
src/ExpressionComma.h:69
Methodget_complexity
src/ExpressionFuncall.cpp:147
Methodget_complexity
src/ExpressionAssign.h:75
Methodget_count_prefix
src/DefaultProgramGenerator.cpp:83
Methodget_current_pos
src/DFSRndNumGenerator.h:72
Methodget_current_sid
src/Statement.h:177
Methodget_dec1
src/AbsRndNumGenerator.cpp:168
Methodget_decision_depth
src/DFSRndNumGenerator.h:68
Methodget_depth_protect
src/Block.h:74
Methodget_dereferenced_ptrs
src/ExpressionVariable.cpp:231
Methodget_dereferenced_ptrs
src/StatementExpr.cpp:125
Methodget_dereferenced_ptrs
src/ExpressionFuncall.cpp:167
Methodget_dereferenced_ptrs
src/Statement.cpp:319
Methodget_dereferenced_ptrs
src/StatementAssign.cpp:365
Methodget_dereferenced_ptrs
src/Lhs.cpp:245
Methodget_dereferenced_ptrs
src/Block.cpp:521
Methodget_dereferenced_ptrs
src/ExpressionAssign.h:73
Methodget_dereferenced_ptrs
src/ExpressionComma.cpp:103
Methodget_dereferenced_ptrs
src/StatementReturn.cpp:75
Methodget_dereferenced_ptrs
src/Expression.cpp:140
Methodget_dimension
src/ArrayVariable.h:52
Methodget_error
src/Error.h:88
Methodget_eval_to_subexps
src/ExpressionAssign.cpp:119
← previousnext →901–1,000 of 1,599, ranked by callers