HomeSort by relevance Sort by last modified time
    Searched refs:irop_t (Results 1 - 9 of 9) sorted by null

  /external/valgrind/memcheck/tests/vbit-test/
vtest.h 186 } irop_t; typedef in typeref:struct:__anon42969
210 irop_t *get_irop(IROp);
216 int test_unary_op(const irop_t *, test_data_t *);
217 int test_binary_op(const irop_t *, test_data_t *);
218 int test_ternary_op(const irop_t *, test_data_t *);
219 int test_qernary_op(const irop_t *, test_data_t *);
222 void valgrind_execute_test(const irop_t *, test_data_t *);
224 IRICB new_iricb(const irop_t *, test_data_t *);
227 void complain(const irop_t *, const test_data_t *, vbits_t expected);
qernary.c 33 check_result_for_qernary(const irop_t *op, const test_data_t *data)
64 test_qernary_op(const irop_t *op, test_data_t *data)
ternary.c 33 check_result_for_ternary(const irop_t *op, const test_data_t *data)
82 test_ternary_op(const irop_t *op, test_data_t *data)
unary.c 33 check_result_for_unary(const irop_t *op, const test_data_t *data)
106 test_unary_op(const irop_t *op, test_data_t *data)
main.c 36 new_test_data(const irop_t *op)
83 irop_t* tmp;
171 const irop_t *op = get_irop(opkind);
valgrind.c 34 new_iricb(const irop_t *op, test_data_t *data)
117 valgrind_execute_test(const irop_t *op, test_data_t *data)
binary.c 73 check_result_for_binary(const irop_t *op, const test_data_t *data)
359 test_shift(const irop_t *op, test_data_t *data)
440 test_and(const irop_t *op, test_data_t *data)
514 test_or(const irop_t *op, test_data_t *data)
596 test_binary_op(const irop_t *op, test_data_t *data)
util.c 61 complain(const irop_t *op, const test_data_t *data, vbits_t expected)
irops.c 38 static irop_t irops[] = {
    [all...]

Completed in 108 milliseconds