Lines Matching refs:recordDifferences
284 DiffOutput recordDifferences(T LHS, T RHS, std::string Attr) { in recordDifferences() function
295 DiffOutput recordDifferences(const std::vector<T> &LHS, in recordDifferences() function
304 DiffOutput recordDifferences(llvm::MachO::InterfaceFile::const_symbol_range LHS, in recordDifferences() function
319 Output.push_back(recordDifferences( in findDifferences()
327 Output.push_back(recordDifferences( in findDifferences()
334 Output.push_back(recordDifferences( in findDifferences()
342 recordDifferences(DiffScalarVal<uint8_t, AD_Diff_Scalar_Unsigned>( in findDifferences()
348 Output.push_back(recordDifferences( in findDifferences()
354 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
363 recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
370 Output.push_back(recordDifferences(IFLHS->reexportedLibraries(), in findDifferences()
375 Output.push_back(recordDifferences(IFLHS->allowableClients(), in findDifferences()
380 Output.push_back(recordDifferences(IFLHS->umbrellas(), IFRHS->umbrellas(), in findDifferences()
385 recordDifferences(IFLHS->symbols(), IFRHS->symbols(), "Symbols")); in findDifferences()