Lines Matching refs:spec
2066 const InOutSpec& spec;
2076 : spec(s),
2088 const std::string in_elfv0_path = in_base_path + spec.in_elfv0_path;
2089 const std::string in_elfv1_path = in_base_path + spec.in_elfv1_path;
2092 if (spec.in_suppr_path && strcmp(spec.in_suppr_path, ""))
2093 in_suppression_path = in_base_path + spec.in_suppr_path;
2096 in_base_path + spec.in_report_path;
2098 out_base_path + spec.out_report_path;
2101 if (spec.headers_dir1 && strcmp(spec.headers_dir1, ""))
2102 headers_dir1 = spec.headers_dir1;
2105 if (spec.headers_dir2 && strcmp(spec.headers_dir2, ""))
2106 headers_dir2 = spec.headers_dir2;
2117 + spec.abidiff_options;
2231 std::cerr << "FAIL: test with output '" << t->spec.out_report_path