Lines Matching +defs:val +defs:line
74 int line = 1; in __tt_compare_files_text() local
151 int line = 1; in __tt_compare_files() local
317 void tt_output_val(FILE *stream, const tt_val_t *val) in tt_output_val()
378 void tt_expect(const char *file, int line, const char *aexpr, in tt_expect()
582 void tt_expect_bool(const char *file, int line, const char *expr, tt_op_t op, in tt_expect_bool()
583 int val, tt_bool_t fatal) in tt_expect_bool()
616 void tt_fail(const char *file, int line, const char *message, ...) in tt_fail()
642 void tt_test_int(const char *file, int line, const char *aexpr, tt_op_t op, in tt_test_int()
654 void tt_test_uint(const char *file, int line, const char *aexpr, tt_op_t op, in tt_test_uint()
667 void tt_test_int64(const char *file, int line, const char *aexpr, tt_op_t op, in tt_test_int64()
680 void tt_test_uint64(const char *file, int line, const char *aexpr, in tt_test_uint64()
693 void tt_test_double(const char *file, int line, const char *aexpr, tt_op_t op, in tt_test_double()
705 void tt_test_str(const char *file, int line, const char *aexpr, tt_op_t op, in tt_test_str()
718 void tt_test_ptr(const char *file, int line, const char *aexpr, tt_op_t op, in tt_test_ptr()