/freebsd/contrib/llvm-project/llvm/lib/Support/ |
H A D | Compression.cpp | 47 SmallVectorImpl<uint8_t> &Output) { in compress() 59 uint8_t *Output, size_t UncompressedSize) { in decompress() 70 SmallVectorImpl<uint8_t> &Output, in decompress() 82 SmallVectorImpl<uint8_t> &Output, in decompress() 123 Error zlib::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() 136 SmallVectorImpl<uint8_t> &Output, in decompress() 204 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() 218 SmallVectorImpl<uint8_t> &Output, in decompress() 234 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() 239 SmallVectorImpl<uint8_t> &Output, in decompress()
|
H A D | Base64.cpp | 38 std::vector<char> &Output) { in decodeBase64()
|
/freebsd/contrib/llvm-project/lldb/source/Utility/ |
H A D | TildeExpressionResolver.cpp | 33 StringRef Expr, SmallVectorImpl<char> &Output) { in ResolveExact() argument 43 StringSet<> &Output) { in ResolvePartial() argument 77 StringRef Expr, llvm::SmallVectorImpl<char> &Output) { in ResolveFullPath() argument [all...] |
/freebsd/contrib/llvm-project/clang/lib/Driver/ToolChains/ |
H A D | SPIRV.cpp | 23 const InputInfo &Output, in constructTranslateCommand() 50 const InputInfo &Output, in ConstructJob() 86 const InputInfo &Output, in ConstructJob()
|
H A D | HIPAMD.cpp | 79 const InputInfo &Output, in constructLlvmLinkCommand() 106 const InputInfo &Output, in constructLldCommand() 205 const InputInfo &Output, const llvm::opt::ArgList &Args) const { in constructLinkAndEmitSpirvCommand() argument 228 const InputInfo &Output, in ConstructJob()
|
H A D | DragonFly.cpp | 24 const InputInfo &Output, in ConstructJob() 53 const InputInfo &Output, in ConstructJob()
|
H A D | CrossWindows.cpp | 25 Compilation &C, const JobAction &JA, const InputInfo &Output, in ConstructJob() 65 Compilation &C, const JobAction &JA, const InputInfo &Output, in ConstructJob()
|
H A D | InterfaceStubs.cpp | 19 const InputInfo &Output, const InputInfoList &Inputs, in ConstructJob()
|
H A D | PS4CPU.cpp | 59 const InputInfo &Output, in ConstructJob() 122 const InputInfo &Output, in ConstructJob() 233 const InputInfo &Output, in ConstructJob()
|
H A D | Solaris.cpp | 32 const InputInfo &Output, in ConstructJob() 83 const InputInfo &Output, in ConstructJob()
|
H A D | ZOS.cpp | 48 const InputInfo &Output, in ConstructJob() 109 const InputInfo &Output, in ConstructJob()
|
H A D | OpenBSD.cpp | 29 const InputInfo &Output, in ConstructJob() 108 const InputInfo &Output, in ConstructJob()
|
H A D | NetBSD.cpp | 29 const InputInfo &Output, in ConstructJob() 115 const InputInfo &Output, in ConstructJob()
|
H A D | FreeBSD.cpp | 29 const InputInfo &Output, in ConstructJob() 130 const InputInfo &Output, in ConstructJob()
|
/freebsd/contrib/llvm-project/llvm/lib/Option/ |
H A D | ArgList.cpp | 104 void ArgList::addOptInFlag(ArgStringList &Output, OptSpecifier Pos, in addOptInFlag() argument 111 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() argument 135 void ArgList::addAllArgs(ArgStringList &Output, in AddAllArgs() argument 143 AddAllArgs(ArgStringList & Output,OptSpecifier Id0,OptSpecifier Id1,OptSpecifier Id2) const AddAllArgs() argument 151 AddAllArgValues(ArgStringList & Output,OptSpecifier Id0,OptSpecifier Id1,OptSpecifier Id2) const AddAllArgValues() argument 160 AddAllArgsTranslated(ArgStringList & Output,OptSpecifier Id0,const char * Translation,bool Joined) const AddAllArgsTranslated() argument [all...] |
/freebsd/contrib/googletest/docs/ |
H A D | advanced.md | 2034 #### Colored Terminal Output 2065 #### Suppressing test passes 2071 #### Suppressing the Elapsed Time 2077 #### Suppressing UTF-8 Text Output 2086 #### Generating an XML Report 2171 #### Generating a JSON Report
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | MacroBuilder.h | 26 MacroBuilder(raw_ostream &Output) : Out(Output) {} in MacroBuilder()
|
/freebsd/crypto/openssl/doc/man1/ |
H A D | openssl-asn1parse.pod.in | 115 =head2 Output section in OPTIONS
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/Transformer/ |
H A D | MatchConsumer.h | 96 T Output; in eval() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Tooling/ |
H A D | CompilationDatabase.h | 61 std::string Output; member
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Option/ |
H A D | ArgList.h | 316 void addOptOutFlag(ArgStringList &Output, OptSpecifier Pos, in addOptOutFlag() 323 void addLastArg(ArgStringList &Output, OptSpecifiers... Ids) const { in addLastArg() 328 void AddLastArg(ArgStringList &Output, OptSpecifiers... Ids) const { in AddLastArg()
|
/freebsd/contrib/llvm-project/llvm/lib/Object/ |
H A D | Decompressor.cpp | 66 Error Decompressor::decompress(MutableArrayRef<uint8_t> Output) { in decompress()
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp |
|
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | SarifDiagnostics.cpp | 38 SarifDiagnostics(const std::string &Output, const LangOptions &LO, in SarifDiagnostics() 55 const std::string &Output, const Preprocessor &PP, in createSarifDiagnosticConsumer()
|
/freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
H A D | RustDemangle.cpp | 92 OutputBuffer Output; member in __anon406d1ba70111::Demangler 1061 static void removeNullBytes(OutputBuffer &Output, size_t StartIdx) { in removeNullBytes() 1070 static inline bool encodeUTF8(size_t CodePoint, char *Output) { in encodeUTF8() 1105 static bool decodePunycode(std::string_view Input, OutputBuffer &Output) { in decodePunycode()
|