| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | TildeExpressionResolver.cpp | 33 StringRef Expr, SmallVectorImpl<char> &Output) { in ResolveExact() argument 39 return !fs::real_path(Expr, Output, true); in ResolveExact() 43 StringSet<> &Output) { in ResolvePartial() argument 49 Output.clear(); in ResolvePartial() 69 Output.insert(Buffer); in ResolvePartial() 77 StringRef Expr, llvm::SmallVectorImpl<char> &Output) { in ResolveFullPath() argument 79 Output.assign(Expr.begin(), Expr.end()); in ResolveFullPath() 87 if (!ResolveExact(Left, Output)) { in ResolveFullPath() 88 Output.assign(Expr.begin(), Expr.end()); in ResolveFullPath() 92 Output.append(Expr.begin() + Left.size(), Expr.end()); in ResolveFullPath()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | YAMLTraits.cpp | 468 Output::Output(raw_ostream &yout, void *context, int WrapColumn) in Output() function in Output 471 Output::~Output() = default; 477 void Output::beginMapping() { in beginMapping() 514 void Output::endMapping() { in endMapping() 562 void Output::endFlowMapping() { in endFlowMapping() 567 void Output::beginDocuments() { in beginDocuments() 580 void Output::endDocuments() { in endDocuments() 591 void Output::endSequence() { in endSequence() 625 void Output::endFlowSequence() { in endFlowSequence() 667 void Output::endEnumScalar() { in endEnumScalar() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Option/ |
| H A D | Arg.cpp | 87 void Arg::renderAsInput(const ArgList &Args, ArgStringList &Output) const { in renderAsInput() 89 render(Args, Output); in renderAsInput() 93 Output.append(Values.begin(), Values.end()); in renderAsInput() 96 void Arg::render(const ArgList &Args, ArgStringList &Output) const { in render() 99 Output.append(Values.begin(), Values.end()); in render() 110 Output.push_back(Args.MakeArgString(OS.str())); in render() 115 Output.push_back(Args.GetOrMakeJoinedArgString( in render() 117 Output.append(Values.begin() + 1, Values.end()); in render() 121 Output.push_back(Args.MakeArgString(getSpelling())); in render() 122 Output.append(Values.begin(), Values.end()); in render()
|
| H A D | ArgList.cpp | 98 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() argument 113 Arg->render(*this, Output); in AddAllArgsExcept() 122 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() argument 125 AddAllArgsExcept(Output, Ids, Exclude); in AddAllArgs() 130 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() argument 134 Arg->render(*this, Output); in AddAllArgs() 138 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() argument 143 Output.append(Values.begin(), Values.end()); in AddAllArgValues() 154 Output.push_back(MakeArgString(StringRef(Translation) + in AddAllArgsTranslated() 157 Output.push_back(Translation); in AddAllArgsTranslated() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
| H A D | DiffEngine.cpp | 195 std::vector<DiffOutput> Output; in getSingleIF() local 196 diffAttribute("Install Name", Output, in getSingleIF() 208 diffAttribute("InstallAPI", Output, 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() 341 Output.push_back( in findDifferences() 362 Output.push_back( in findDifferences() 384 Output.push_back( in findDifferences() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | FloatingPointMode.h | 85 DenormalModeKind Output = DenormalModeKind::Invalid; member 94 Output(Out), Input(In) {} in DenormalMode() 116 return Output == Other.Output && Input == Other.Input; 124 return Input == Output; in isSimple() 128 return Output != DenormalModeKind::Invalid && in isValid() 179 Mode.Output = parseDenormalFPAttributeComponent(OutputStr); in parseDenormalFPAttribute() 183 Mode.Input = InputStr.empty() ? Mode.Output : in parseDenormalFPAttribute() 190 OS << denormalModeKindName(Output) << ',' << denormalModeKindName(Input); in print()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
| H A D | AIX.cpp | 27 const InputInfo &Output, in ConstructJob() argument 56 assert((Output.isFilename() || Output.isNothing()) && "Invalid output."); in ConstructJob() 57 if (Output.isFilename()) { in ConstructJob() 59 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 74 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 78 const InputInfo &Output, in ConstructJob() argument 102 assert((Output.isFilename() || Output.isNothing()) && "Invalid output."); in ConstructJob() 103 if (Output.isFilename()) { in ConstructJob() 105 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 173 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | Minix.cpp | 23 const InputInfo &Output, in ConstructJob() argument 33 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 41 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 45 const InputInfo &Output, in ConstructJob() argument 52 if (Output.isFilename()) { in ConstructJob() 54 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 56 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 95 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | Ananas.cpp | 26 const InputInfo &Output, in ConstructJob() argument 36 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 44 Exec, CmdArgs, Inputs, Output)); 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() 108 addLTOOptions(ToolChain, Args, CmdArgs, Output, Inputs[0], in ConstructJob() 130 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | XCore.cpp | 26 const InputInfo &Output, in ConstructJob() argument 34 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 56 Exec, CmdArgs, Inputs, Output)); 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() 85 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | HIP.cpp | 42 const InputInfo &Output, in constructLldCommand() argument 53 addLTOOptions(TC, Args, LldArgs, Output, Inputs[0], IsThinLTO); in constructLldCommand() 85 LldArgs.append({"-o", Output.getFilename()}); in constructLldCommand() 133 std::string Output = std::string(OutputFileName); in constructHIPFatbinCommand() local 135 Args.MakeArgString(std::string("-outputs=").append(Output)); in constructHIPFatbinCommand() 142 InputInfo(&JA, Args.MakeArgString(Output)))); in constructHIPFatbinCommand() 150 Compilation &C, const InputInfo &Output, in constructGenerateObjFileFromHIPFatBinary() argument 155 std::string(llvm::sys::path::stem(Output.getFilename())); in constructGenerateObjFileFromHIPFatBinary() 209 ArgStringList McArgs{"-o", Output.getFilename(), in constructGenerateObjFileFromHIPFatBinary() 219 const InputInfo &Output, in ConstructJob() argument [all …]
|
| H A D | Myriad.cpp | 25 const InputInfo &Output, in ConstructJob() argument 39 assert(Output.getType() == types::TY_PP_Asm); // Require preprocessed asm. in ConstructJob() 76 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 82 Inputs, Output)); 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() 118 Inputs, Output)); in ConstructJob() 122 const InputInfo &Output, in ConstructJob() argument 155 CmdArgs.push_back(Output.getFilename()); in ConstructJob() [all …]
|
| H A D | DragonFly.cpp | 27 const InputInfo &Output, in ConstructJob() argument 42 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 50 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 54 const InputInfo &Output, in ConstructJob() argument 87 if (Output.isFilename()) { in ConstructJob() 89 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 91 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 176 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | CloudABI.cpp | 26 const InputInfo &Output, in ConstructJob() argument 58 if (Output.isFilename()) { in ConstructJob() 60 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 62 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 78 addLTOOptions(ToolChain, Args, CmdArgs, Output, Inputs[0], in ConstructJob() 97 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | Clang.h | 41 const InputInfo &Output, 94 const InputInfo &Output, const InputInfo &Input, 98 StringRef Dir, Compilation &C, StringRef Target, const InputInfo &Output, 111 const InputInfo &Output, const InputInfoList &Inputs, 132 const InputInfo &Output, const InputInfoList &Inputs, 145 const InputInfo &Output, const InputInfoList &Inputs, 163 const InputInfo &Output, const InputInfoList &Inputs,
|
| H A D | Flang.cpp | 52 const InputInfo &Output, const InputInfoList &Inputs, in ConstructJob() argument 111 if (Output.isFilename()) { in ConstructJob() 113 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 115 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 127 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | Solaris.cpp | 28 const InputInfo &Output, in ConstructJob() argument 38 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 45 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 49 const InputInfo &Output, in ConstructJob() argument 78 if (Output.isFilename()) { in ConstructJob() 80 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 82 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 155 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | PS4CPU.cpp | 50 const InputInfo &Output, in ConstructJob() argument 60 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 71 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 94 const InputInfo &Output, in ConstructJob() argument 122 if (Output.isFilename()) { in ConstructJob() 124 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 126 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 158 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| H A D | OpenBSD.cpp | 27 const InputInfo &Output, in ConstructJob() argument 79 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 87 Exec, CmdArgs, Inputs, Output)); in ConstructJob() 91 const InputInfo &Output, in ConstructJob() argument 138 if (Output.isFilename()) { in ConstructJob() 140 CmdArgs.push_back(Output.getFilename()); in ConstructJob() 142 assert(Output.isNothing() && "Invalid output."); in ConstructJob() 234 Exec, CmdArgs, Inputs, Output)); in ConstructJob()
|
| /freebsd-13.1/contrib/llvm-project/lldb/include/lldb/Utility/ |
| H A D | TildeExpressionResolver.h | 35 llvm::SmallVectorImpl<char> &Output) = 0; 48 llvm::StringSet<> &Output) = 0; 53 llvm::SmallVectorImpl<char> &Output); 59 llvm::SmallVectorImpl<char> &Output) override; 60 bool ResolvePartial(llvm::StringRef Expr, llvm::StringSet<> &Output) override;
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/gpio/ |
| H A D | gpio-74xx-mmio.txt | 6 "ti,741g174": for 741G74 (1-bit Output), 8 "ti,7474" : for 7474 (2-bit Output), 10 "ti,74175" : for 74175 (4-bit Output), 12 "ti,74174" : for 74174 (6-bit Output), 14 "ti,74273" : for 74273 (8-bit Output), 16 "ti,7416374": for 7416374 (16-bit Output).
|
| /freebsd-13.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-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/ |
| H A D | Analyses.def | 35 ANALYSIS_DIAGNOSTICS(HTML, "html", "Output analysis results using HTML", 40 "Output analysis results using HTML (not allowing for multi-file bugs)", 43 ANALYSIS_DIAGNOSTICS(PLIST, "plist", "Output analysis results using Plists", 48 "Output analysis results using Plists (allowing for multi-file bugs)", 52 "Output analysis results using HTML wrapped with Plists", 55 ANALYSIS_DIAGNOSTICS(SARIF, "sarif", "Output analysis results using SARIF", 59 "Output analysis results using both SARIF and HTML "
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/Tooling/ |
| H A D | CompilationDatabase.h | 47 std::vector<std::string> CommandLine, const Twine &Output) in CompileCommand() 49 CommandLine(std::move(CommandLine)), Output(Output.str()) {} in CompileCommand() 61 std::string Output; member 70 LHS.CommandLine == RHS.CommandLine && LHS.Output == RHS.Output &&
|
| /freebsd-13.1/sys/contrib/device-tree/Bindings/sound/ |
| H A D | wm8731.txt | 21 * LOUT: Left Channel Line Output 22 * ROUT: Right Channel Line Output 23 * LHPOUT: Left Channel Headphone Output 24 * RHPOUT: Right Channel Headphone Output
|