Home
last modified time | relevance | path

Searched defs:Out (Results 1 – 25 of 429) sorted by relevance

12345678910>>...18

/llvm-project/clang/unittests/Lex/
H A DDependencyDirectivesScannerTest.cpp18 StringRef Input, SmallVectorImpl<char> &Out, in minimizeSourceToDependencyDirectives() argument
38 SmallVectorImpl<char> &Out) { in minimizeSourceToDependencyDirectives() argument
47 SmallVector<char, 128> Out; TEST() local
68 SmallVector<char, 128> Out; TEST() local
122 SmallVector<char, 128> Out; TEST() local
130 SmallVector<char, 128> Out; TEST() local
145 SmallVector<char, 128> Out; TEST() local
158 SmallVector<char, 128> Out; TEST() local
178 SmallVector<char, 128> Out; TEST() local
201 SmallVector<char, 128> Out; TEST() local
215 SmallVector<char, 128> Out; TEST() local
235 SmallVector<char, 128> Out; TEST() local
254 SmallVector<char, 128> Out; TEST() local
266 SmallVector<char, 128> Out; TEST() local
277 SmallVector<char, 128> Out; TEST() local
290 SmallVector<char, 128> Out; TEST() local
302 SmallVector<char, 128> Out; TEST() local
308 SmallVector<char, 128> Out; TEST() local
314 SmallVector<char, 128> Out; TEST() local
328 SmallVector<char, 128> Out; TEST() local
344 SmallVector<char, 128> Out; TEST() local
355 SmallVector<char, 128> Out; TEST() local
363 SmallVector<char, 128> Out; TEST() local
397 SmallVector<char, 128> Out; TEST() local
435 SmallVector<char, 128> Out; TEST() local
452 SmallVector<char, 128> Out; TEST() local
469 SmallVector<char, 128> Out; TEST() local
507 SmallVector<char, 128> Out; TEST() local
593 SmallVector<char, 128> Out; TEST() local
632 SmallVector<char, 128> Out; TEST() local
652 SmallVector<char, 128> Out; TEST() local
661 SmallVector<char, 128> Out; TEST() local
701 SmallVector<char, 128> Out; TEST() local
736 SmallVector<char, 128> Out; TEST() local
749 SmallVector<char, 128> Out; TEST() local
787 SmallVector<char, 128> Out; TEST() local
801 SmallVector<char, 128> Out; TEST() local
814 SmallVector<char, 128> Out; TEST() local
825 SmallVector<char, 128> Out; TEST() local
838 SmallVector<char, 128> Out; TEST() local
870 SmallVector<char, 128> Out; TEST() local
899 SmallVector<char, 128> Out; TEST() local
910 SmallVector<char, 128> Out; TEST() local
926 SmallVector<char, 128> Out; TEST() local
972 SmallString<128> Out; TEST() local
[all...]
/llvm-project/libc/benchmarks/
H A DJSON.cpp32 static Error intFromJsonTemplate(const json::Value &V, T &Out) { in intFromJsonTemplate()
44 static Error fromJson(const json::Value &V, bool &Out) { in fromJson()
52 static Error fromJson(const json::Value &V, double &Out) { in fromJson()
60 static Error fromJson(const json::Value &V, std::string &Out) { in fromJson()
68 static Error fromJson(const json::Value &V, uint32_t &Out) { in fromJson()
72 static Error fromJson(const json::Value &V, int &Out) { in fromJson()
83 static Error fromJson(const json::Value &V, MaybeAlign &Out) { in fromJson()
102 libc_benchmarks::BenchmarkLog &Out) { in fromJson()
123 Error vectorFromJsonTemplate(const json::Value &V, C &Out) { in vectorFromJsonTemplate()
136 static Error fromJson(const json::Value &V, std::vector<T> &Out) { in fromJson()
[all …]
/llvm-project/libcxx/test/std/re/re.alg/re.alg.replace/
H A Dtest2.pass.cpp32 typedef cpp17_output_iterator<char*> Out; in main() typedef
44 typedef cpp17_output_iterator<char*> Out; in main() typedef
57 typedef cpp17_output_iterator<char*> Out; in main() typedef
70 typedef cpp17_output_iterator<char*> Out; in main() typedef
83 typedef cpp17_output_iterator<char*> Out; in main() typedef
96 typedef cpp17_output_iterator<char*> Out; in main() typedef
H A Dtest1.pass.cpp32 typedef cpp17_output_iterator<char*> Out; in main() typedef
44 typedef cpp17_output_iterator<char*> Out; in main() typedef
57 typedef cpp17_output_iterator<char*> Out; in main() typedef
70 typedef cpp17_output_iterator<char*> Out; in main() typedef
83 typedef cpp17_output_iterator<char*> Out; in main() typedef
96 typedef cpp17_output_iterator<char*> Out; in main() typedef
/llvm-project/lld/ELF/
H A DOutputSections.h150 struct Out { global() struct
153 elfHeaderOut global() argument
154 programHeadersOut global() argument
155 preinitArrayOut global() argument
156 initArrayOut global() argument
157 finiArrayOut global() argument
/llvm-project/llvm/lib/CodeGen/
H A DMachineSSAContext.cpp97 return Printable([](raw_ostream &Out) { Out << "<nullptr>"; }); in printAsOperand() argument
72 __anon3e8849e80102(raw_ostream &Out) print() argument
73 __anon3e8849e80202(raw_ostream &Out) print() argument
77 __anon3e8849e80302(raw_ostream &Out) print() argument
82 __anon3e8849e80402(raw_ostream &Out) print() argument
[all...]
/llvm-project/llvm/lib/IR/
H A DSSAContext.cpp79 __anona8aef9990102(raw_ostream &Out) print() argument
88 __anona8aef9990202(raw_ostream &Out) print() argument
90 __anona8aef9990302(raw_ostream &Out) print() argument
92 __anona8aef9990402(raw_ostream &Out) print() argument
100 __anona8aef9990502(raw_ostream &Out) printAsOperand() argument
[all...]
/llvm-project/clang-tools-extra/clangd/
H A DLSPBinder.h54 LSPBinder(RawHandlers &Raw, RawOutgoing &Out) : Raw(Raw), Out(Out) {} in LSPBinder()
106 RawOutgoing &Out; variable
172 RawOutgoing *Out; variable
173 UntypedOutgoingNotification(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingNotification()
192 RawOutgoing *Out; variable
193 UntypedOutgoingMethod(llvm::StringLiteral Method, RawOutgoing *Out) in UntypedOutgoingMethod()
/llvm-project/llvm/lib/ObjCopy/wasm/
H A DWasmWriter.h22 Writer(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in Writer()
28 raw_ostream &Out; variable
/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp192 static raw_ostream &printJson(const MemRegion *Region, raw_ostream &Out, in printJson()
197 static raw_ostream &printJson(const SymExpr *Symbol, raw_ostream &Out, in printJson()
202 static raw_ostream &printJson(const DynamicTypeInfo &DTI, raw_ostream &Out, in printJson()
218 static raw_ostream &printJson(const DynamicCastInfo &DCI, raw_ostream &Out, in printJson()
226 static raw_ostream &printJson(const std::pair<T, U> &Pair, raw_ostream &Out, in printJson()
234 raw_ostream &Out, const char *NL, in printJsonContainer()
257 static raw_ostream &printJson(const CastSet &Set, raw_ostream &Out, in printJson()
264 static void printJsonImpl(raw_ostream &Out, ProgramStateRef State, in printJsonImpl()
275 static void printDynamicTypesJson(raw_ostream &Out, ProgramStateRef State, in printDynamicTypesJson()
281 static void printDynamicCastsJson(raw_ostream &Out, ProgramStateRef State, in printDynamicCastsJson()
[all …]
/llvm-project/llvm/lib/ObjCopy/MachO/
H A DMachOWriter.cpp215 writeSectionInLoadCommand(const Section & Sec,uint8_t * & Out) writeSectionInLoadCommand() argument
272 writeNListEntry(const SymbolEntry & SE,bool IsLittleEndian,char * & Out,uint32_t Nstrx) writeNListEntry() argument
323 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.rebase_off; writeRebaseInfo() local
335 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.bind_off; writeBindInfo() local
347 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.weak_bind_off; writeWeakBindInfo() local
359 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.lazy_bind_off; writeLazyBindInfo() local
371 char *Out = (char *)Buf->getBufferStart() + DyLdInfoCommand.export_off; writeExportInfo() local
385 uint32_t *Out = writeIndirectSymbolTable() local
401 char *Out = (char *)Buf->getBufferStart() + LinkEditDataCommand.dataoff; writeLinkData() local
578 char *Out = (char *)Buf->getBufferStart() + ExportsTrieCmd.dataoff; writeExportsTrieData() local
[all...]
H A DMachOWriter.h30 raw_ostream &Out; variable
63 StringRef OutputFileName, uint64_t PageSize, raw_ostream &Out) in MachOWriter()
/llvm-project/llvm/lib/ObjCopy/XCOFF/
H A DXCOFFWriter.h24 XCOFFWriter(Object &Obj, raw_ostream &Out) : Obj(Obj), Out(Out) {} in XCOFFWriter()
29 raw_ostream &Out; variable
/llvm-project/clang/lib/Frontend/
H A DASTConsumers.cpp37 ASTPrinter(std::unique_ptr<raw_ostream> Out, Kind K, in ASTPrinter() argument
115 raw_ostream &Out; global() member in __anon48507f630111::ASTPrinter
139 ASTDeclNodeLister(raw_ostream * Out=nullptr) ASTDeclNodeLister() argument
155 raw_ostream &Out; global() member in __anon48507f630111::ASTDeclNodeLister
160 CreateASTPrinter(std::unique_ptr<raw_ostream> Out,StringRef FilterString) CreateASTPrinter() argument
167 CreateASTDumper(std::unique_ptr<raw_ostream> Out,StringRef FilterString,bool DumpDecls,bool Deserialize,bool DumpLookups,bool DumpDeclTypes,ASTDumpOutputFormat Format) CreateASTDumper() argument
[all...]
/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.h27 raw_ostream &Out; variable
55 COFFWriter(Object &Obj, raw_ostream &Out) in COFFWriter()
/llvm-project/compiler-rt/lib/fuzzer/dataflow/
H A DDataFlow.cpp107 static void PrintBinary(FILE *Out, dfsan_label L, size_t Len) { in PrintBinary()
116 static void PrintDataFlow(FILE *Out) { in PrintDataFlow()
135 static void PrintCoverage(FILE *Out) { in PrintCoverage()
201 FILE *Out = OutIsStdout ? stdout : fopen(argv[2], "w"); in main() local
/llvm-project/llvm/lib/Support/
H A DVersionTuple.cpp24 llvm::raw_string_ostream Out(Result); in getAsString() local
30 raw_ostream &llvm::operator<<(raw_ostream &Out, const VersionTuple &V) { in operator <<()
H A DStringExtras.cpp62 void llvm::printEscapedString(StringRef Name, raw_ostream &Out) { in printEscapedString()
73 void llvm::printHTMLEscaped(StringRef String, raw_ostream &Out) { in printHTMLEscaped()
90 void llvm::printLowerCase(StringRef String, raw_ostream &Out) { in printLowerCase()
H A DYAMLTraits.cpp909 output(const bool & Val,void *,raw_ostream & Out) output() argument
922 output(const StringRef & Val,void *,raw_ostream & Out) output() argument
933 output(const std::string & Val,void *,raw_ostream & Out) output() argument
944 output(const uint8_t & Val,void *,raw_ostream & Out) output() argument
961 output(const uint16_t & Val,void *,raw_ostream & Out) output() argument
977 output(const uint32_t & Val,void *,raw_ostream & Out) output() argument
993 output(const uint64_t & Val,void *,raw_ostream & Out) output() argument
1006 output(const int8_t & Val,void *,raw_ostream & Out) output() argument
1023 output(const int16_t & Val,void *,raw_ostream & Out) output() argument
1038 output(const int32_t & Val,void *,raw_ostream & Out) output() argument
1053 output(const int64_t & Val,void *,raw_ostream & Out) output() argument
1065 output(const double & Val,void *,raw_ostream & Out) output() argument
1075 output(const float & Val,void *,raw_ostream & Out) output() argument
1085 output(const Hex8 & Val,void *,raw_ostream & Out) output() argument
1099 output(const Hex16 & Val,void *,raw_ostream & Out) output() argument
1113 output(const Hex32 & Val,void *,raw_ostream & Out) output() argument
1127 output(const Hex64 & Val,void *,raw_ostream & Out) output() argument
1140 output(const VersionTuple & Val,void *,llvm::raw_ostream & Out) output() argument
[all...]
/llvm-project/llvm/lib/LineEditor/
H A DLineEditor.cpp105 FILE *Out; global() member
126 FILE *Out = Data->Out; ElCompletionFn() local
194 LineEditor(StringRef ProgName,StringRef HistoryPath,FILE * In,FILE * Out,FILE * Err) LineEditor() argument
278 FILE *Out; global() member
282 LineEditor(StringRef ProgName,StringRef HistoryPath,FILE * In,FILE * Out,FILE * Err) LineEditor() argument
[all...]
/llvm-project/clang/test/AST/
H A Dast-dump-ctad-alias.cpp6 struct Out { struct
20 using AInner = Out<int>::Inner<Y>; argument
/llvm-project/llvm/include/llvm/DWP/
H A DDWPStringPool.h33 MCStreamer &Out; variable
39 DWPStringPool(MCStreamer &Out, MCSection *Sec) : Out(Out), Sec(Sec) {} in DWPStringPool()
/llvm-project/clang-tools-extra/clangd/support/
H A DMemoryTree.cpp20 const trace::Metric &Out) { in traverseTree()
54 const trace::Metric &Out) { in record()
/llvm-project/llvm/unittests/ProfileData/
H A DPGOCtxProfReaderWriterTest.cpp210 PGOCtxProfileWriter Writer(Out, PGOCtxProfileWriter::CurrentVersion + 1); in TEST_F() local
96 raw_fd_stream Out(ProfileFile.path(), EC); TEST_F() local
126 raw_fd_stream Out(ProfileFile.path(), EC); TEST_F() local
165 raw_fd_stream Out(ProfileFile.path(), EC); TEST_F() local
188 raw_fd_stream Out(ProfileFile.path(), EC); TEST_F() local
234 raw_fd_stream Out(ProfileFile.path(), EC); TEST_F() local
[all...]
/llvm-project/libclc/utils/
H A Dprepare-builtins.cpp102 std::unique_ptr<ToolOutputFile> Out( in main() local
105 std::unique_ptr<tool_output_file> Out( in main() local

12345678910>>...18