Lines Matching refs:abigail
18 using abigail::tools_utils::emit_prefix;
19 using abigail::tests::get_build_dir;
20 using abigail::xml_writer::write_context_sptr;
21 using abigail::xml_writer::create_write_context;
22 using abigail::xml_writer::write_corpus;
24 namespace abigail
34 /// abigail::tests::read_common::InOutSpec.
59 /// @param corp the ABI @ref abigail::ir::corpus.
200 /// @param specs the @ref abigail::tests::read_common::InOutSpec
203 /// @param opts the test execution @ref abigail::tests::read_common::options.
215 ? std::min(abigail::workers::get_number_of_threads(),
224 abigail::workers::queue task_queue(num_workers);
228 string in_elf_base = string(abigail::tests::get_src_dir()) + "/tests/";
245 const vector<abigail::workers::task_sptr>& completed_tasks =
250 for (vector<abigail::workers::task_sptr>::const_iterator ti =
269 }//end namespace abigail