| /freebsd-12.1/contrib/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 434 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output 437 Output::~Output() = default; 439 bool Output::outputting() { in outputting() 443 void Output::beginMapping() { in beginMapping() 479 void Output::endMapping() { in endMapping() 523 void Output::endFlowMapping() { in endFlowMapping() 541 void Output::endDocuments() { in endDocuments() 551 void Output::endSequence() { in endSequence() 623 void Output::endEnumScalar() { in endEnumScalar() 748 void Output::outputNewLine() { in outputNewLine() [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/source/Utility/ |
| H A D | TildeExpressionResolver.cpp | 34 StringRef Expr, SmallVectorImpl<char> &Output) { in ResolveExact() argument 40 return !fs::real_path(Expr, Output, true); in ResolveExact() 44 StringSet<> &Output) { in ResolvePartial() argument 50 Output.clear(); in ResolvePartial() 70 Output.insert(Buffer); in ResolvePartial() 78 StringRef Expr, llvm::SmallVectorImpl<char> &Output) { in ResolveFullPath() argument 79 Output.clear(); in ResolveFullPath() 81 Output.append(Expr.begin(), Expr.end()); in ResolveFullPath() 89 if (!ResolveExact(Left, Output)) in ResolveFullPath() 92 Output.append(Expr.begin() + Left.size(), Expr.end()); in ResolveFullPath()
|
| /freebsd-12.1/contrib/llvm/lib/Option/ |
| H A D | Arg.cpp | 85 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() 87 render(Args, Output); in renderAsInput() 91 Output.append(Values.begin(), Values.end()); in renderAsInput() 94 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render() 97 Output.append(Values.begin(), Values.end()); in render() 108 Output.push_back(Args.MakeArgString(OS.str())); in render() 113 Output.push_back(Args.GetOrMakeJoinedArgString( in render() 115 Output.append(Values.begin() + 1, Values.end()); in render() 119 Output.push_back(Args.MakeArgString(getSpelling())); in render() 120 Output.append(Values.begin(), Values.end()); in render()
|
| H A D | ArgList.cpp | 102 A->render(*this, Output); in AddLastArg() 110 A->render(*this, Output); in AddLastArg() 114 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() argument 129 Arg->render(*this, Output); in AddAllArgsExcept() 138 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() argument 141 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs() 150 Arg->render(*this, Output); in AddAllArgs() 159 Output.append(Values.begin(), Values.end()); in AddAllArgValues() 170 Output.push_back(MakeArgString(StringRef(Translation) + in AddAllArgsTranslated() 173 Output.push_back(Translation); in AddAllArgsTranslated() [all …]
|
| /freebsd-12.1/contrib/netbsd-tests/bin/sh/ |
| H A D | t_redir.sh | 241 rm -f Output 2>/dev/null || : 242 test -f Output && atf_fail "Unable to remove Output file" 245 test -f Output || atf_fail "#$T: Did not make Output file" 247 rm -f Output 2>/dev/null || : 251 rm -f Output 2>/dev/null || : 256 rm -f Output 2>/dev/null || : 271 test -s Output || atf_fail "#$T: Removed Output file" 567 rm -f Output 2>/dev/null || : 572 rm -f Output 2>/dev/null || : 581 ${TEST_SH} -c 'echo A Line >\> Output' [all …]
|
| /freebsd-12.1/contrib/llvm/tools/lldb/include/lldb/Utility/ |
| H A D | TildeExpressionResolver.h | 36 llvm::SmallVectorImpl<char> &Output) = 0; 49 llvm::StringSet<> &Output) = 0; 54 llvm::SmallVectorImpl<char> &Output); 60 llvm::SmallVectorImpl<char> &Output) override; 61 bool ResolvePartial(llvm::StringRef Expr, llvm::StringSet<> &Output) override;
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/Tooling/ |
| H A D | CompilationDatabase.h | 47 std::vector<std::string> CommandLine, Twine Output) in CompileCommand() 49 CommandLine(std::move(CommandLine)), Output(Output.str()){} in CompileCommand() 61 std::string Output; member 65 LHS.CommandLine == RHS.CommandLine && LHS.Output == RHS.Output;
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Driver/ToolChains/ |
| H A D | Minix.cpp | 24 const InputInfo &Output, in ConstructJob() argument 34 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 44 const InputInfo &Output, in ConstructJob() argument 51 if (Output.isFilename()) { in ConstructJob() 53 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 55 assert(Output.isNothing() && "Invalid output."); in ConstructJob()
|
| H A D | Ananas.cpp | 27 const InputInfo &Output, in ConstructJob() argument 37 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 47 const InputInfo &Output, in ConstructJob() argument 80 if (Output.isFilename()) { in ConstructJob() 82 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 84 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 107 AddGoldPlugin(ToolChain, Args, CmdArgs, Output, Inputs[0], in ConstructJob()
|
| H A D | PS4CPU.cpp | 47 const InputInfo &Output, in ConstructJob() argument 57 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 89 const JobAction &JA, const InputInfo &Output, in ConstructPS4LinkJob() argument 117 if (Output.isFilename()) { in ConstructPS4LinkJob() 119 CmdArgs.push_back(Output.getFilename()); in ConstructPS4LinkJob() 121 assert(Output.isNothing() && "Invalid output."); in ConstructPS4LinkJob() 187 if (Output.isFilename()) { in ConstructGoldLinkJob() 189 CmdArgs.push_back(Output.getFilename()); in ConstructGoldLinkJob() 191 assert(Output.isNothing() && "Invalid output."); in ConstructGoldLinkJob() 327 const InputInfo &Output, in ConstructJob() argument [all …]
|
| H A D | XCore.cpp | 27 const InputInfo &Output, in ConstructJob() argument 35 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 60 const InputInfo &Output, in ConstructJob() argument 66 if (Output.isFilename()) { in ConstructJob() 68 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 70 assert(Output.isNothing() && "Invalid output."); in ConstructJob()
|
| H A D | CommonArgs.h | 53 const InputInfo &Output, 60 const InputInfo &Output, const InputInfoList &Inputs, 66 const InputInfo &Output); 70 const InputInfo &Output, const char *OutFile); 73 llvm::opt::ArgStringList &CmdArgs, const InputInfo &Output, 123 const InputInfo &Output,
|
| H A D | DragonFly.cpp | 28 const InputInfo &Output, in ConstructJob() argument 43 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 53 const InputInfo &Output, in ConstructJob() argument 86 if (Output.isFilename()) { in ConstructJob() 88 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 90 assert(Output.isNothing() && "Invalid output."); in ConstructJob()
|
| H A D | Myriad.cpp | 26 const InputInfo &Output, in ConstructJob() argument 40 assert(Output.getType() == types::TY_PP_Asm); // Require preprocessed asm. in ConstructJob() 77 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 86 const InputInfo &Output, in ConstructJob() argument 95 assert(Output.getType() == types::TY_Object); in ConstructJob() 112 Args.MakeArgString(std::string("-o:") + Output.getFilename())); in ConstructJob() 121 const InputInfo &Output, in ConstructJob() argument 154 CmdArgs.push_back(Output.getFilename()); in ConstructJob()
|
| H A D | CloudABI.cpp | 27 const InputInfo &Output, in ConstructJob() argument 59 if (Output.isFilename()) { in ConstructJob() 61 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 63 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 79 AddGoldPlugin(ToolChain, Args, CmdArgs, Output, Inputs[0], in ConstructJob()
|
| H A D | Clang.h | 42 const InputInfo &Output, 96 const InputInfo &Output, const InputInfo &Input, 109 const InputInfo &Output, const InputInfoList &Inputs, 128 const InputInfo &Output, const InputInfoList &Inputs, 141 const InputInfo &Output, const InputInfoList &Inputs,
|
| H A D | Solaris.cpp | 28 const InputInfo &Output, in ConstructJob() argument 38 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 48 const InputInfo &Output, in ConstructJob() argument 81 if (Output.isFilename()) { in ConstructJob() 83 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 85 assert(Output.isNothing() && "Invalid output."); in ConstructJob()
|
| H A D | OpenBSD.cpp | 26 const InputInfo &Output, in ConstructJob() argument 87 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 97 const InputInfo &Output, in ConstructJob() argument 144 if (Output.isFilename()) { in ConstructJob() 146 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 148 assert(Output.isNothing() && "Invalid output."); in ConstructJob()
|
| /freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 31 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", createHTMLDiagnosticConsum… 32 ANALYSIS_DIAGNOSTICS(HTML_SINGLE_FILE, "html-single-file", "Output analysis results using HTML (not… 33 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", createPlistDiagnosticC… 34 ANALYSIS_DIAGNOSTICS(PLIST_MULTI_FILE, "plist-multi-file", "Output analysis results using Plists (a… 35 ANALYSIS_DIAGNOSTICS(PLIST_HTML, "plist-html", "Output analysis results using HTML wrapped with Pli… 36 ANALYSIS_DIAGNOSTICS(SARIF, "sarif", "Output analysis results in a SARIF file", createSarifDiagnost…
|
| /freebsd-12.1/contrib/llvm/include/llvm/ADT/ |
| H A D | StringExtras.h | 147 std::string Output; variable 148 Output.reserve(2 * Length); 151 Output.push_back(LUT[c >> 4] | Offset); 152 Output.push_back(LUT[c & 15] | Offset); 154 return Output; 175 std::string Output; in fromHex() local 176 Output.reserve((Input.size() + 1) / 2); in fromHex() 178 Output.push_back(hexFromNibbles('0', Input.front())); in fromHex() 185 Output.push_back(Hex); in fromHex() 188 return Output; in fromHex()
|
| /freebsd-12.1/contrib/llvm/include/llvm/Support/ |
| H A D | YAMLTraits.h | 1507 class Output : public IO { 1510 ~Output() override; 1739 operator<<(Output &yout, T &docList) { 1757 Output &>::type 1758 operator<<(Output &yout, T &map) { 1773 operator<<(Output &yout, T &seq) { 1788 operator<<(Output &Out, T &Val) { 1803 operator<<(Output &Out, T &Val) { 1818 operator<<(Output &Out, T &Val) { 1835 Output &>::type [all …]
|
| /freebsd-12.1/contrib/googletest/ |
| H A D | appveyor.yml | 39 Write-Output "Compiler: $env:compiler" 40 Write-Output "Generator: $env:generator" 42 Write-Output "This is *NOT* a pull request build" 44 Write-Output "This is a pull request build" 46 Write-Output "PR builds are *NOT* explicitly enabled"
|
| /freebsd-12.1/contrib/gperf/ |
| H A D | ChangeLog | 659 * src/output.h (Output::Output): Change alpha_size type to 662 * src/output.cc (Output::Output): Change alpha_size type to 816 * src/output.cc (Output::Output): Add alpha_inc argument. 818 * src/output.h (Output::Output): Add alpha_inc argument. 894 (Output::Output): Add Positions argument. 896 * src/output.cc (Output::Output): Add Positions argument. 1013 (Output::_struct_decl): Renamed from Output::_array_type. 1019 Input::read_keys. Update Output::Output arguments. 1128 Output::output_lookup_function, Output::_array_type, 1129 Output::_additional_code, Output::_include_src, Output::_total_keys, [all …]
|
| /freebsd-12.1/contrib/llvm/include/llvm/Option/ |
| H A D | ArgList.h | 306 void AddLastArg(ArgStringList &Output, OptSpecifier Id0) const; 307 void AddLastArg(ArgStringList &Output, OptSpecifier Id0, 312 void AddAllArgsExcept(ArgStringList &Output, ArrayRef<OptSpecifier> Ids, 315 void AddAllArgs(ArgStringList &Output, ArrayRef<OptSpecifier> Ids) const; 318 void AddAllArgs(ArgStringList &Output, OptSpecifier Id0, 323 void AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, 332 void AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0,
|
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Tooling/ |
| H A D | JSONCompilationDatabase.cpp | 272 auto Output = std::get<3>(CommandRef); in getCommands() local 277 Output ? Output->getValue(OutputStorage) : ""); in getCommands() 306 llvm::yaml::ScalarNode *Output = nullptr; in parse() local 347 Output = ValueString; in parse() 378 auto Cmd = CompileCommandRef(Directory, File, *Command, Output); in parse()
|