Searched defs:exec_data (Results 1 – 2 of 2) sorted by relevance
175 struct exec_data : utils::noncopyable { struct177 const model::test_program_ptr test_program;180 const std::string test_case_name;186 exec_data(const model::test_program_ptr test_program_, in exec_data() function193 virtual ~exec_data(void) in ~exec_data()
150 struct exec_data { struct160 struct exec_data *ea = v; in exec_child() argument