mirror of
https://codeberg.org/ziglang/zig.git
synced 2025-12-07 14:24:43 +00:00
remove superseded eval code
This commit is contained in:
parent
8d1c6138f9
commit
a55555c99e
2 changed files with 0 additions and 1010 deletions
1007
src/eval.cpp
1007
src/eval.cpp
File diff suppressed because it is too large
Load diff
|
|
@ -10,9 +10,6 @@
|
|||
|
||||
#include "all_types.hpp"
|
||||
|
||||
bool eval_fn(CodeGen *g, AstNode *node, FnTableEntry *fn, ConstExprValue *out_val, size_t branch_quota,
|
||||
AstNode *struct_node);
|
||||
|
||||
bool const_values_equal(ConstExprValue *a, ConstExprValue *b, TypeTableEntry *type_entry);
|
||||
int eval_const_expr_bin_op(ConstExprValue *op1_val, TypeTableEntry *op1_type,
|
||||
BinOpType bin_op, ConstExprValue *op2_val, TypeTableEntry *op2_type, ConstExprValue *out_val);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue