Searched defs:irop_t (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/memcheck/tests/vbit-test/
H A Dvtest.h104 } irop_t; typedef in typeref:struct:__anon23627
128 irop_t *get_irop(IROp);
134 int test_unary_op(const irop_t *, test_data_t *);
135 int test_binary_op(const irop_t *, test_data_t *);
136 int test_ternary_op(const irop_t *, test_data_t *);
137 int test_qernary_op(const irop_t *, test_data_t *);
140 void valgrind_execute_test(const irop_t *, test_data_t *);
142 IRICB new_iricb(const irop_t *, test_data_t *);
145 void complain(const irop_t *, const test_data_t *, vbits_t expected);

Completed in 126 milliseconds