/openbsd-src/gnu/llvm/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() 182 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() 196 SmallVectorImpl<uint8_t> &Output, in decompress() 211 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() 216 SmallVectorImpl<uint8_t> &Output, in decompress()
|
/openbsd-src/gnu/llvm/lldb/source/Utility/ |
H A D | TildeExpressionResolver.cpp | 33 StringRef Expr, SmallVectorImpl<char> &Output) { in ResolveExact() 43 StringSet<> &Output) { in ResolvePartial() 77 StringRef Expr, llvm::SmallVectorImpl<char> &Output) { in ResolveFullPath()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-libtool-darwin/ |
H A D | DependencyInfo.h | 31 std::string Output) { in write() 71 Output = 0x40, enumerator 84 std::string Output) override {} in write()
|
/openbsd-src/gnu/llvm/llvm/lib/Option/ |
H A D | ArgList.cpp | 97 void ArgList::addOptInFlag(ArgStringList &Output, OptSpecifier Pos, in addOptInFlag() 104 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() 128 void ArgList::AddAllArgs(ArgStringList &Output, in AddAllArgs() 136 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0, in AddAllArgs() 144 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() 153 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
|
/openbsd-src/gnu/llvm/clang/lib/Driver/ToolChains/ |
H A D | SPIRV.cpp | 22 const InputInfo &Output, in constructTranslateCommand() 42 const InputInfo &Output, in ConstructJob() 78 const InputInfo &Output, in ConstructJob()
|
H A D | Myriad.cpp | 25 const InputInfo &Output, in ConstructJob() 86 const InputInfo &Output, in ConstructJob() 122 const InputInfo &Output, in ConstructJob()
|
H A D | DragonFly.cpp | 27 const InputInfo &Output, in ConstructJob() 54 const InputInfo &Output, in ConstructJob()
|
H A D | Minix.cpp | 23 const InputInfo &Output, in ConstructJob() 45 const InputInfo &Output, in ConstructJob()
|
H A D | Ananas.cpp | 26 const InputInfo &Output, in ConstructJob() 48 const InputInfo &Output, in ConstructJob()
|
H A D | HIPUtility.cpp | 82 std::string Output = std::string(OutputFileName); in constructHIPFatbinCommand() local 99 Compilation &C, const InputInfo &Output, const InputInfoList &Inputs, in constructGenerateObjFileFromHIPFatBinary()
|
H A D | XCore.cpp | 26 const InputInfo &Output, in ConstructJob() 60 const InputInfo &Output, in ConstructJob()
|
H A D | HIPAMD.cpp | 78 const InputInfo &Output, in constructLlvmLinkCommand() 107 const InputInfo &Output, in constructLldCommand() 179 const InputInfo &Output, in ConstructJob()
|
H A D | Solaris.cpp | 30 const InputInfo &Output, in ConstructJob() 51 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 | NaCl.cpp | 30 const InputInfo &Output, in ConstructJob() 50 const InputInfo &Output, in ConstructJob()
|
H A D | AIX.cpp | 28 const InputInfo &Output, in ConstructJob() 102 const InputInfo &Output, in ConstructJob()
|
H A D | OpenBSD.cpp | 29 const InputInfo &Output, in ConstructJob() 110 const InputInfo &Output, in ConstructJob()
|
/openbsd-src/gnu/llvm/clang/tools/clang-offload-packager/ |
H A D | ClangOffloadPackager.cpp | 118 std::unique_ptr<FileOutputBuffer> Output = std::move(*OutputOrErr); in bundleImages() local 176 std::unique_ptr<FileOutputBuffer> Output = std::move(*OutputOrErr); in unbundleImages() local
|
/openbsd-src/gnu/llvm/llvm/tools/obj2yaml/ |
H A D | minidump2yaml.cpp | 20 yaml::Output Output(Out); in minidump2yaml() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
H A D | MacroBuilder.h | 26 MacroBuilder(raw_ostream &Output) : Out(Output) {} in MacroBuilder()
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | RegisterValue.cpp | 38 auto Output = getFloatValue(FltSemantics, PredefinedValues::ONE); in getFloatValue() local
|
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/abi/ |
H A D | vbase1.C | 50 struct Output : struct
|
/openbsd-src/gnu/llvm/llvm/tools/llvm-tapi-diff/ |
H A D | DiffEngine.cpp | 181 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output, in diffAttribute() 187 void diffAttribute(std::string Name, std::vector<DiffOutput> &Output, in diffAttribute() 194 std::vector<DiffOutput> Output; in getSingleIF() local 314 std::vector<DiffOutput> Output; in findDifferences() local
|
/openbsd-src/gnu/llvm/libcxx/include/__support/ibm/ |
H A D | gettod_zos.h | 16 gettimeofdayMonotonic(struct timespec64* Output) { in gettimeofdayMonotonic()
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Transformer/ |
H A D | MatchConsumer.h | 96 T Output; in eval() local
|