Lines Matching refs:Output

181 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output,  in diffAttribute()  argument
183 Output.push_back(getSingleAttrDiff(Attr, Name)); in diffAttribute()
187 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output, in diffAttribute() argument
189 Output.push_back(getSingleAttrDiff(Val, Name, Order)); in diffAttribute()
194 std::vector<DiffOutput> Output; in getSingleIF() local
195 diffAttribute("Install Name", Output, in getSingleIF()
198 diffAttribute("Current Version", Output, in getSingleIF()
201 diffAttribute("Compatibility Version", Output, in getSingleIF()
204 diffAttribute("Swift ABI Version", Output, in getSingleIF()
207 diffAttribute("InstallAPI", Output, in getSingleIF()
210 diffAttribute("Two Level Namespace", Output, in getSingleIF()
213 diffAttribute("Application Extension Safe", Output, in getSingleIF()
216 diffAttribute("Reexported Libraries", Output, in getSingleIF()
218 diffAttribute("Allowable Clients", Output, Interface->allowableClients(), in getSingleIF()
220 diffAttribute("Parent Umbrellas", Output, Interface->umbrellas(), Order); in getSingleIF()
221 diffAttribute("Symbols", Output, Interface->symbols(), Order); in getSingleIF()
227 Output.push_back(std::move(Documents)); in getSingleIF()
229 return Output; in getSingleIF()
316 std::vector<DiffOutput> Output; in findDifferences() local
318 Output.push_back(recordDifferences( in findDifferences()
326 Output.push_back(recordDifferences( in findDifferences()
333 Output.push_back(recordDifferences( in findDifferences()
340 Output.push_back( in findDifferences()
347 Output.push_back(recordDifferences( in findDifferences()
353 Output.push_back(recordDifferences(DiffScalarVal<bool, AD_Diff_Scalar_Bool>( in findDifferences()
361 Output.push_back( 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()
383 Output.push_back( in findDifferences()
421 Output.push_back(std::move(Docs)); in findDifferences()
423 return Output; in findDifferences()