MCPcopy Create free account

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

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

MethodRWDirective
src/CGContext.h:66
MethodRandomDigits
src/DefaultRndNumGenerator.cpp:206
MethodRandomDigits
src/AbsRndNumGenerator.cpp:150
MethodRandomDigits
src/SimpleDeltaRndNumGenerator.cpp:176
MethodRandomDigits
src/DFSRndNumGenerator.cpp:493
MethodRandomHexDigits
src/DefaultRndNumGenerator.cpp:189
MethodRandomHexDigits
src/AbsRndNumGenerator.cpp:138
MethodRandomHexDigits
src/SimpleDeltaRndNumGenerator.cpp:164
MethodRandomHexDigits
src/DFSRndNumGenerator.cpp:487
MethodRandomNumber
src/RandomNumber.cpp:43
MethodRandomOutputDefs
src/DefaultOutputMgr.cpp:187
MethodRandomOutputFuncDefs
src/DefaultOutputMgr.cpp:173
MethodRandomOutputVarDefs
src/DefaultOutputMgr.cpp:160
MethodReducer
src/Reducer.cpp:68
MethodReducerOutputMgr
src/ReducerOutputMgr.cpp:87
MethodSafeOpFlags
src/SafeOpFlags.cpp:51
MethodSearchState
* */
src/DFSRndNumGenerator.cpp:85
MethodSelectGlobal
-------------------------------------------------------------- Select a random global variable.
src/VariableSelector.cpp:654
MethodSelectLType
-------------------------------------------------------------- Select a left hand type for assignments *********************************************
src/Type.cpp:1636
MethodSelectLoopCtrlVar
-------------------------------------------------------------- select a loop control variable, which is restricted to integers * only * * JYTODO
src/VariableSelector.cpp:1133
MethodSelectParentLocal
--------------------------------------------------------------
src/VariableSelector.cpp:965
MethodSelectParentParam
--------------------------------------------------------------
src/VariableSelector.cpp:1058
MethodSequence
src/Sequence.cpp:36
MethodSequenceLineParser
src/SequenceLineParser.h:53
MethodSimpleDeltaRndNumGenerator
src/SimpleDeltaRndNumGenerator.cpp:54
MethodSimpleDeltaSequence
src/SimpleDeltaSequence.cpp:90
MethodSingleProbElem
src/Probabilities.cpp:106
MethodSplatExtension
src/SplatExtension.cpp:42
MethodStatement
* */
src/Statement.cpp:367
MethodStatementArrayOp
* */
src/StatementArrayOp.cpp:166
MethodStatementAssign
* */
src/StatementAssign.cpp:380
MethodStatementBreak
* */
src/StatementBreak.cpp:87
MethodStatementContinue
* */
src/StatementContinue.cpp:87
MethodStatementExpr
* */
src/StatementExpr.cpp:77
MethodStatementFilter
src/Statement.cpp:104
MethodStatementFor
* */
src/StatementFor.cpp:355
MethodStatementGoto
* */
src/StatementGoto.cpp:215
MethodStatementIf
* */
src/StatementIf.cpp:111
MethodStatementReturn
* */
src/StatementReturn.cpp:106
MethodStringUtils
/////////////////////////////////////////////////////////////////////////
src/StringUtils.cpp:278
MethodSwitchRndNumGenerator
* Currently we can't switch to SeqRandom mode from other mode, * because we need a way to specify sequence numbers anyway. */
src/RandomNumber.cpp:108
MethodTableEntry
src/ProbabilityTable.h:81
MethodType
-------------------------------------------------------------- constructor for simple types ********************************************************/
src/Type.cpp:284
MethodUnaryOpWorksForFloat
src/FunctionInvocation.cpp:654
MethodValuePair
src/SimpleDeltaSequence.cpp:73
MethodVariable
* */
src/Variable.cpp:428
MethodVariableSelectFilter
src/VariableSelector.cpp:94
MethodVariableSelector
src/VariableSelector.h:63
MethodVectorFilter
src/VectorFilter.cpp:42
Methodabstract_fact_for_assign
src/FactPointTo.cpp:276
Methodadd_artificial_globals
src/Reducer.cpp:1195
Methodadd_effect
* */
src/CGContext.cpp:426
Methodadd_elem
src/ProbabilityTable.h:156
Methodadd_fact_out
* add a fact to facts_out of a statement, discard the fact * if it becomes irrelevant at the end of this statement. * such as local facts after retu
src/FactMgr.cpp:294
Methodadd_interested_facts
src/FactMgr.cpp:494
Methodadd_new_var_fact
src/FactMgr.cpp:120
Methodadd_number
src/SimpleDeltaSequence.cpp:155
Methodadd_param_facts
src/FactMgr.cpp:109
Methodaggregate_all_pointto_sets
src/FactPointTo.cpp:834
Methodallow_const
src/CGContext.cpp:584
Methodallow_int64
src/CGOptions.cpp:503
Methodallow_volatile
src/CGContext.cpp:578
Methodappend_return_stmt
src/Block.cpp:426
Methodbacktracking
src/DepthSpec.cpp:365
Methodbound
src/DFSRndNumGenerator.cpp:66
Methodbreakup_assigns
* parse the assignment string into variable-value pairs */
src/StringUtils.cpp:249
Methodbuild_init_recursive
print the initializer recursively for multi-dimension arrays this is based on John's idea
src/ArrayVariable.cpp:458
Methodbuild_initializer_str
build the string initializer in form of "{...}"
src/ArrayVariable.cpp:480
Methodbuild_invocation_and_function
build parameters first, then the function body. this way the generation order is in sync with execution order, and the dataflow analyzer doesn't ne
src/FunctionInvocationUser.cpp:185
Functioncalls_to_funcs
* find the functions from a list of function calls. */
src/FunctionInvocationUser.cpp:110
Functioncalls_to_funcs_recursive
* find the functions from a list of function calls. If this is a new function, find the invocations * inside it recursively */
src/FunctionInvocationUser.cpp:126
Methodchoose_func
* Choose a function from `funcs' to invoke. * Return null if no suitable function can be found. */
src/Function.cpp:270
Methodchoose_ok_var
src/VariableSelector.cpp:322
Methodchoose_random
---------------------------------------------------------------------
src/Type.cpp:1246
Methodchoose_random_nonvoid
src/Type.cpp:1260
Methodchoose_random_nonvoid_nonvolatile
src/Type.cpp:1273
Methodchoose_random_nonvoid_simple
---------------------------------------------------------------------
src/Type.cpp:649
Methodchoose_random_pointer_type
src/Type.cpp:584
Methodchoose_random_simple
---------------------------------------------------------------------
src/Type.cpp:1287
Methodchoose_random_struct_from_type
for exhaustive mode only */
src/Type.cpp:599
Methodchoose_random_struct_union_type
src/Type.cpp:567
Methodchoose_var
-------------------------------------------------------------- * Choose a variable from `vars' to read or write. * Return null if no suitable variabl
src/VariableSelector.cpp:405
Methodchoose_visible_read_var
src/VariableSelector.cpp:370
Methodchop
src/StringUtils.cpp:231
Methodclear
src/LinearSequence.cpp:86
Methodclear
src/SimpleDeltaSequence.cpp:182
Methodclear_filter
src/Probabilities.cpp:1102
Methodclone
src/ExpressionAssign.cpp:83
Methodclone
src/SafeOpFlags.cpp:242
Methodclone
* */
src/FunctionInvocationBinary.cpp:143
Methodclone
src/Constant.cpp:93
Methodclone
src/ExpressionVariable.cpp:158
Methodclone
* */
src/ExpressionFuncall.cpp:106
Methodclone
src/FactPointTo.cpp:304
Methodclone
src/FunctionInvocationUser.cpp:174
Methodclone
* */
src/FunctionInvocationUnary.cpp:114
Methodclone
src/ExpressionComma.cpp:88
Methodcompatible
src/FunctionInvocation.h:162
Methodcompatible
src/Constant.cpp:471
Methodcompatible
* */
src/ExpressionVariable.cpp:279
← previousnext →701–800 of 1,599, ranked by callers