File tree
3 files changed
+40
-1
lines changed- integration-tests/c-example/lib/linked-list
- submodules
3 files changed
+40
-1
lines changedLines changed: 24 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + |
Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + |
- include/klee/Core/Interpreter.h-3
- include/klee/Expr/Assignment.h+1-1
- include/klee/Expr/Constraints.h+8-5
- include/klee/Expr/Expr.h+1-1
- include/klee/Module/KType.h+5-1
- include/klee/Solver/ConcretizationManager.h+37-4
- lib/Core/ExecutionState.cpp+31-7
- lib/Core/ExecutionState.h+20-3
- lib/Core/Executor.cpp+73-42
- lib/Core/Executor.h+1-1
- lib/Core/Memory.cpp+1-1
- lib/Core/MergeHandler.cpp+4
- lib/Core/TypeManager.cpp+3-3
- lib/Expr/Assignment.cpp+2
- lib/Expr/Constraints.cpp+30-1
- lib/Expr/Expr.cpp+18-18
- lib/Expr/IndependentSet.cpp-13
- lib/Module/KType.cpp+6-1
- lib/Runner/run_klee.cpp-1
- lib/Solver/ConcretizationManager.cpp+18-52
- lib/Solver/ConcretizingSolver.cpp+73-8
- lib/Solver/ConstructSolverChain.cpp+3-3
- test/Feature/LazyInitialization/LazyInitialization.c+1-1
- test/Feature/LazyInitialization/PointerOffset.c+23
- test/regression/2023-02-01-replay-test-with-lazy-initialized-objects.c+48
0 commit comments