Lines Matching refs:Output
189 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output, in diffAttribute() argument
191 Output.push_back(getSingleAttrDiff(Attr, Name)); in diffAttribute()
195 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output, in diffAttribute() argument
197 Output.push_back(getSingleAttrDiff(Val, Name, Order)); in diffAttribute()
202 std::vector<DiffOutput> Output; in getSingleIF() local
203 diffAttribute("Install Name", Output, in getSingleIF()
206 diffAttribute("Current Version", Output, in getSingleIF()
209 diffAttribute("Compatibility Version", Output, in getSingleIF()
212 diffAttribute("Swift ABI Version", Output, in getSingleIF()
215 diffAttribute("Two Level Namespace", Output, in getSingleIF()
218 diffAttribute("Application Extension Safe", Output, in getSingleIF()
221 diffAttribute("Reexported Libraries", Output, in getSingleIF()
223 diffAttribute("Allowable Clients", Output, Interface->allowableClients(), in getSingleIF()
225 diffAttribute("Parent Umbrellas", Output, Interface->umbrellas(), Order); in getSingleIF()
226 diffAttribute("Symbols", Output, Interface->symbols(), Order); in getSingleIF()
232 Output.push_back(std::move(Documents)); in getSingleIF()
234 return Output; in getSingleIF()
319 std::vector<DiffOutput> Output; in findDifferences() local
321 Output.push_back(recordDifferences( in findDifferences()
329 Output.push_back(recordDifferences( in findDifferences()
336 Output.push_back(recordDifferences( in findDifferences()
343 Output.push_back( in findDifferences()
351 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
359 Output.push_back( in findDifferences()
367 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
374 Output.push_back( in findDifferences()
382 Output.push_back(recordDifferences(IFLHS->reexportedLibraries(), in findDifferences()
387 Output.push_back(recordDifferences(IFLHS->rpaths(), IFRHS->rpaths(), in findDifferences()
391 Output.push_back(recordDifferences(IFLHS->allowableClients(), in findDifferences()
396 Output.push_back(recordDifferences(IFLHS->umbrellas(), IFRHS->umbrellas(), in findDifferences()
400 Output.push_back( in findDifferences()
438 Output.push_back(std::move(Docs)); in findDifferences()
440 return Output; in findDifferences()