Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/csmith-project/csmith
/ functions
Functions
1,599 in github.com/csmith-project/csmith
⨍
Functions
1,599
◇
Types & classes
385
Method
get_eval_to_subexps
src/ExpressionVariable.h:62
Method
get_eval_to_subexps
src/Constant.h:67
Method
get_eval_to_subexps
src/ExpressionFuncall.h:61
Method
get_eval_to_subexps
src/ExpressionComma.cpp:112
Method
get_exprs
src/StatementGoto.h:62
Method
get_exprs
src/StatementArrayOp.h:68
Method
get_exprs
src/StatementAssign.h:116
Method
get_exprs
src/StatementBreak.h:55
Method
get_exprs
src/StatementExpr.h:70
Method
get_exprs
src/StatementFor.h:74
Method
get_exprs
src/StatementReturn.h:67
Method
get_exprs
src/StatementContinue.h:55
Method
get_hex1
src/AbsRndNumGenerator.cpp:162
Method
get_incr
src/StatementFor.h:68
Method
get_index_vars
src/Variable.h:119
Method
get_invoke
src/ExpressionFuncall.h:63
Method
get_invoke
src/StatementExpr.h:60
Method
get_lhs
src/StatementAssign.h:102
Method
get_lvars
src/Lhs.cpp:193
Method
get_number
src/SimpleDeltaSequence.cpp:169
Method
get_number_by_pos
src/SimpleDeltaSequence.cpp:162
Method
get_one_function
src/Function.cpp:251
Method
get_pname
src/Probabilities.cpp:910
Method
get_prefixed_name
src/DefaultRndNumGenerator.cpp:98
Method
get_prefixed_name
src/SimpleDeltaRndNumGenerator.cpp:127
Method
get_prefixed_name
src/DFSRndNumGenerator.cpp:434
Method
get_prob_filter
src/Probabilities.cpp:825
Method
get_qualifiers
src/ExpressionAssign.cpp:89
Method
get_qualifiers
src/Constant.h:65
Method
get_qualifiers
* */
src/ExpressionVariable.cpp:195
Method
get_qualifiers
src/ExpressionComma.h:50
Method
get_qualifiers
* return the const/volatile qualifiers for function calls */
src/ExpressionFuncall.cpp:207
Method
get_qualifiers
src/FunctionInvocation.cpp:487
Method
get_random_single_prob
src/Probabilities.cpp:202
Method
get_reducer
src/CGOptions.h:386
Method
get_referenced_ptrs
src/ExpressionVariable.cpp:242
Method
get_referenced_ptrs
src/ExpressionComma.h:68
Method
get_referenced_ptrs
find pointers used in the expression, recursively go into callee if this is a call
src/ExpressionFuncall.cpp:182
Method
get_referenced_ptrs
src/Statement.cpp:327
Method
get_referenced_ptrs
src/ExpressionAssign.h:74
Method
get_replaced_invocation
src/Reducer.cpp:516
Method
get_rhs
src/StatementAssign.h:103
Method
get_rhs
src/ExpressionAssign.h:77
Method
get_sep_char
src/SimpleDeltaSequence.h:60
Method
get_seq_num
src/Variable.cpp:254
Method
get_sequence
src/LinearSequence.cpp:92
Method
get_sequence
* Return the sequence of random choices */
src/DefaultRndNumGenerator.cpp:90
Method
get_sequence
src/SimpleDeltaSequence.cpp:203
Method
get_sequence
* */
src/SimpleDeltaRndNumGenerator.cpp:119
Method
get_substring
src/StringUtils.cpp:65
Method
get_substring_before
src/StringUtils.cpp:80
Method
get_test
src/StatementFor.h:67
Method
get_top_container
src/Variable.cpp:317
Method
get_type
src/ExtensionValue.h:45
Method
get_type
src/Statement.h:100
Method
get_type_from_string
src/Type.cpp:394
Method
get_value
src/ProbabilityTable.h:51
Method
get_value
src/ExtensionValue.h:47
Method
get_var
src/ExpressionVariable.h:66
Method
get_var
src/FactPointTo.h:64
Method
get_var
src/FactUnion.h:59
Method
get_var
src/StatementReturn.h:71
Method
goGenerator
src/DefaultProgramGenerator.cpp:90
Method
has_aggregate_field
src/Type.cpp:1091
Method
has_conflict
src/CGOptions.cpp:511
Method
has_delta_conflict
src/CGOptions.cpp:462
Method
has_dereferenceable_var
return true if a variable in the list is a pointer to type "type" */
src/VariableSelector.cpp:218
Method
has_edge_in
* return true if there is CFG edge(s) leading to this statement matching given attributes */
src/Statement.cpp:444
Method
has_eligible_volatile_var
return true if a variable in the list is volatile */
src/VariableSelector.cpp:302
Method
has_extension_conflict
src/CGOptions.cpp:475
Method
has_extension_support
src/CGOptions.cpp:496
Method
has_field_var
////////////////////////////////////////////////////////////////////////// check if field variables exists in this struct **************************
src/Variable.cpp:292
Method
has_global_effect
* Return true if read_vars or write_vars has global variables. */
src/Effect.cpp:612
Method
has_init_skipped_vars
* find all the local variables whose initialization has been skipped due to this jump */
src/StatementGoto.cpp:288
Method
has_invisible
src/FactPointTo.cpp:93
Method
has_longlong_field
src/Type.cpp:1102
Method
has_pointer_type
src/Type.cpp:592
Method
has_race_with
* */
src/Effect.cpp:537
Method
has_random_based_conflict
src/CGOptions.cpp:401
Method
has_simple_params
src/FunctionInvocation.cpp:403
Method
has_uncertain_call
src/FunctionInvocation.cpp:371
Method
has_uncertain_call_recursive
src/ExpressionComma.h:60
Method
has_uncertain_call_recursive
src/ExpressionFuncall.cpp:198
Method
has_uncertain_call_recursive
src/StatementAssign.cpp:371
Method
has_uncertain_call_recursive
src/Statement.h:158
Method
has_uncertain_call_recursive
src/Expression.h:126
Method
has_uncertain_call_recursive
src/ExpressionAssign.h:66
Method
has_uncertain_call_recursive
src/FunctionInvocation.cpp:387
Method
hash
------------------------------------------------------------- * hash all array items **************************************************************
src/ArrayVariable.cpp:777
Method
if_struct_will_have_assign_ops
src/Type.cpp:547
Method
if_union_will_have_assign_ops
To have volatile unions in C++. I am not sure if we need those (If not, will be enough to return false here)
src/Type.cpp:558
Method
ignore_spaces
src/StringUtils.cpp:58
Method
imply
* return false if point-to already contains point-to-set in f, true otherwise */
src/FactPointTo.cpp:628
Method
inc_value
src/DFSRndNumGenerator.cpp:64
Method
indented_output
src/ExpressionAssign.cpp:146
Method
indented_output
* */
src/FunctionInvocationBinary.cpp:397
Method
indented_output
src/ExpressionFuncall.cpp:256
Method
indented_output
* */
src/FunctionInvocationUser.cpp:452
Method
indented_output
* */
src/FunctionInvocationUnary.cpp:263
Method
indented_output
src/ExpressionComma.cpp:135
← previous
next →
1,001–1,100 of 1,599, ranked by callers