Lines Matching refs:check_assertions
58 bool check_assertions; member
87 bool check_assertions) in eval() argument
89 return this->eval_maybe_dot(symtab, layout, check_assertions, false, 0, in eval()
97 bool check_assertions, uint64_t dot_value, in eval_with_dot() argument
103 return this->eval_maybe_dot(symtab, layout, check_assertions, true, in eval_with_dot()
114 bool check_assertions, bool is_dot_available, in eval_maybe_dot() argument
127 eei.check_assertions = check_assertions; in eval_maybe_dot()
312 eei->check_assertions, in arg_value()
400 eei->check_assertions, in left_value()
419 eei->check_assertions, in right_value()
581 eei->check_assertions, in arg1_value()
600 eei->check_assertions, in arg2_value()
619 eei->check_assertions, in arg3_value()
956 if (!value && eei->check_assertions) in value()