Home
last modified time | relevance | path

Searched refs:recordDifferences (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/
H A DDiffEngine.cpp284 DiffOutput recordDifferences(T LHS, T RHS, std::string Attr) { in recordDifferences() function
295 DiffOutput recordDifferences(const std::vector<T> &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()
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()
[all …]