Lines Matching refs:Output
182 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output, in diffAttribute() argument
184 Output.push_back(getSingleAttrDiff(Attr, Name)); in diffAttribute()
188 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output, in diffAttribute() argument
190 Output.push_back(getSingleAttrDiff(Val, Name, Order)); in diffAttribute()
195 std::vector<DiffOutput> Output; in getSingleIF() local
196 diffAttribute("Install Name", Output, in getSingleIF()
199 diffAttribute("Current Version", Output, in getSingleIF()
202 diffAttribute("Compatibility Version", Output, in getSingleIF()
205 diffAttribute("Swift ABI Version", Output, in getSingleIF()
208 diffAttribute("InstallAPI", Output, in getSingleIF()
211 diffAttribute("Two Level Namespace", Output, in getSingleIF()
214 diffAttribute("Application Extension Safe", Output, in getSingleIF()
217 diffAttribute("Reexported Libraries", Output, in getSingleIF()
219 diffAttribute("Allowable Clients", Output, Interface->allowableClients(), in getSingleIF()
221 diffAttribute("Parent Umbrellas", Output, Interface->umbrellas(), Order); in getSingleIF()
222 diffAttribute("Symbols", Output, Interface->symbols(), Order); in getSingleIF()
228 Output.push_back(std::move(Documents)); in getSingleIF()
230 return Output; in getSingleIF()
317 std::vector<DiffOutput> Output; in findDifferences() local
319 Output.push_back(recordDifferences( in findDifferences()
327 Output.push_back(recordDifferences( in findDifferences()
334 Output.push_back(recordDifferences( in findDifferences()
341 Output.push_back( in findDifferences()
348 Output.push_back(recordDifferences( in findDifferences()
354 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
362 Output.push_back( 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()
384 Output.push_back( in findDifferences()
422 Output.push_back(std::move(Docs)); in findDifferences()
424 return Output; in findDifferences()