Lines Matching refs:recordDifferences
283 DiffOutput recordDifferences(T LHS, T RHS, std::string Attr) { in recordDifferences() function
294 DiffOutput recordDifferences(const std::vector<T> &LHS, in recordDifferences() function
303 DiffOutput recordDifferences(llvm::MachO::InterfaceFile::const_symbol_range LHS, in recordDifferences() function
318 Output.push_back(recordDifferences( in findDifferences()
326 Output.push_back(recordDifferences( in findDifferences()
333 Output.push_back(recordDifferences( in findDifferences()
341 recordDifferences(DiffScalarVal<uint8_t, AD_Diff_Scalar_Unsigned>( in findDifferences()
347 Output.push_back(recordDifferences( in findDifferences()
353 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
362 recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
369 Output.push_back(recordDifferences(IFLHS->reexportedLibraries(), in findDifferences()
374 Output.push_back(recordDifferences(IFLHS->allowableClients(), in findDifferences()
379 Output.push_back(recordDifferences(IFLHS->umbrellas(), IFRHS->umbrellas(), in findDifferences()
384 recordDifferences(IFLHS->symbols(), IFRHS->symbols(), "Symbols")); in findDifferences()