| /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() 219 SmallVectorImpl<uint8_t> &Output, in decompress() 235 Error zstd::decompress(ArrayRef<uint8_t> Input, uint8_t *Output, in decompress() 240 SmallVectorImpl<uint8_t> &Output, in decompress()
|
| H A D | TextEncoding.cpp | 58 HandleOverflow(size_t &Capacity, char *&Output, size_t &OutputLength, in HandleOverflow() 151 char *Output; in convertString() local 241 char *Output = static_cast<char *>(Result.data()); in convertString() local
|
| 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 | 22 const InputInfo &Output, in constructTranslateCommand() 50 const InputInfo &Output, in constructAssembleCommand() 74 const InputInfo &Output, in ConstructJob() 85 const InputInfo &Output, in ConstructJob() 120 const InputInfo &Output, in ConstructJob()
|
| H A D | HIPAMD.cpp | 39 const InputInfo &Output, in constructLlvmLinkCommand() 66 const InputInfo &Output, in constructLldCommand() 168 const InputInfo &Output, const llvm::opt::ArgList &Args) const { in constructLinkAndEmitSpirvCommand() argument 190 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 | XCore.cpp | 26 const InputInfo &Output, in ConstructJob() 60 const InputInfo &Output, in ConstructJob()
|
| H A D | NaCl.cpp | 29 const InputInfo &Output, in ConstructJob() 48 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 | ZOS.cpp | 51 const InputInfo &Output, in ConstructJob() 112 const InputInfo &Output, in ConstructJob()
|
| /freebsd/contrib/llvm-project/llvm/lib/Option/ |
| H A D | ArgList.cpp | 103 void ArgList::addOptInFlag(ArgStringList &Output, OptSpecifier Pos, in addOptInFlag() 110 void ArgList::AddAllArgsExcept(ArgStringList &Output, in AddAllArgsExcept() 134 void ArgList::addAllArgs(ArgStringList &Output, in addAllArgs() 140 void ArgList::AddAllArgs(ArgStringList &Output, OptSpecifier Id0) const { in AddAllArgs() 147 void ArgList::AddAllArgValues(ArgStringList &Output, OptSpecifier Id0, in AddAllArgValues() 156 void ArgList::AddAllArgsTranslated(ArgStringList &Output, OptSpecifier Id0, in AddAllArgsTranslated()
|
| /freebsd/contrib/googletest/docs/ |
| H A D | advanced.md | 2054 #### Colored Terminal Output 2085 #### Suppressing test passes 2091 #### Suppressing the Elapsed Time 2097 #### Suppressing UTF-8 Text Output 2106 #### Generating an XML Report 2191 #### Generating a JSON Report
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVStructurizer.cpp | 139 SmallPtrSet<BasicBlock *, 2> Output; in getHeaderBlocks() local 152 SmallPtrSet<BasicBlock *, 2> Output; in getMergeBlocks() local 167 std::vector<Instruction *> Output; in getMergeInstructions() local 177 SmallPtrSet<BasicBlock *, 2> Output; in getContinueBlocks() local 327 std::vector<BasicBlock *> Output; in getLoopConstructBlocks() local 353 std::vector<BasicBlock *> Output; in getSelectionConstructBlocks() local 370 std::vector<BasicBlock *> Output; in getSwitchConstructBlocks() local 390 std::vector<BasicBlock *> Output; in getCaseConstructBlocks() local 431 std::vector<Edge> Output; in createAliasBlocksForComplexEdges() local 769 std::vector<Edge> Output; in getExitsFrom() local [all …]
|
| /freebsd/contrib/llvm-project/lldb/source/Host/common/ |
| H A D | JSONTransport.cpp | 139 std::string Output; in WriteImpl() local 168 std::string Output; in WriteImpl() local
|
| /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/libcxx/include/__cxx03/__support/ibm/ |
| H A D | gettod_zos.h | 15 inline _LIBCPP_HIDE_FROM_ABI int gettimeofdayMonotonic(struct timespec64* Output) { in gettimeofdayMonotonic()
|
| /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 | 319 void addOptOutFlag(ArgStringList &Output, OptSpecifier Pos, in addOptOutFlag() 326 void addLastArg(ArgStringList &Output, OptSpecifiers... Ids) const { in addLastArg() 331 void AddLastArg(ArgStringList &Output, OptSpecifiers... Ids) const { in AddLastArg()
|
| /freebsd/contrib/llvm-project/lld/MachO/ |
| H A D | Driver.h | 106 Output = 0x40, enumerator
|
| /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 | |