Home
last modified time | relevance | path

Searched refs:Comments (Results 1 – 25 of 92) sorted by relevance

1234

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h93 std::vector<std::string> &Comments; variable
102 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer() argument
103 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer()
108 Comments.push_back(Comment.str()); in emitInt8()
114 Comments.push_back(Comment.str()); in emitSLEB128()
118 Comments.push_back(""); in emitSLEB128()
127 Comments.push_back(Comment.str()); in emitULEB128()
131 Comments.push_back(""); in emitULEB128()
H A DDebugLocStream.cpp32 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry()
33 Comments.end()); in finalizeEntry()
H A DDebugLocStream.h51 std::vector<std::string> Comments; variable
99 Entries.push_back({BeginSym, EndSym, DWARFBytes.size(), Comments.size()}); in startEntry()
107 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer()
122 return ArrayRef(Comments).slice(Entries[EI].CommentOffset, in getComments()
149 return Comments.size() - Entries[EI].CommentOffset; in getNumComments()
H A DDwarfExpression.h371 std::vector<std::string> Comments; member
374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
H A DDwarfDebug.cpp220 const char *Comment = (Byte.index() < TmpBuf->Comments.size()) in commitTemporaryBuffer()
221 ? TmpBuf->Comments[Byte.index()].c_str() in commitTemporaryBuffer()
226 TmpBuf->Comments.clear(); in commitTemporaryBuffer()
2549 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry()
2550 auto Comment = Comments.begin(); in emitDebugLocEntry()
2551 auto End = Comments.end(); in emitDebugLocEntry()
/openbsd-src/gnu/llvm/llvm/lib/MC/MCDisassembler/
H A DDisassembler.cpp142 StringRef Comments = DC->CommentsToEmit.str(); in emitComments() local
148 while (!Comments.empty()) { in emitComments()
153 size_t Position = Comments.find('\n'); in emitComments()
154 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments()
156 Comments = Comments.substr(Position+1); in emitComments()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModuleSummaryIndex.cpp380 std::string Comments; member
403 if (Comments.empty()) in addComment()
404 Comments = " // "; in addComment()
406 Comments += ", "; in addComment()
407 Comments += Comment.str(); in addComment()
420 Ret += Comments; in getAsString()
/openbsd-src/lib/libkeynote/testsuite/
H A Dauth41 # Comments are allowed
H A Dtest-env1 # Comments are allowed
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/
H A Ddirective.c22 # error Comments in directive is a separator /* { dg-bogus "error" } */
/openbsd-src/gnu/llvm/llvm/lib/MC/
H A DMCAsmStreamer.cpp434 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local
436 assert(Comments.back() == '\n' && in EmitCommentsAndEOL()
441 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL()
442 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
444 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL()
445 } while (!Comments.empty()); in EmitCommentsAndEOL()
500 StringRef Comments = ExplicitCommentToEmit; in emitExplicitComments() local
501 if (!Comments.empty()) in emitExplicitComments()
502 OS << Comments; in emitExplicitComments()
2332 StringRef Comments = CommentToEmit; in emitInstruction() local
[all …]
/openbsd-src/gnu/usr.bin/perl/cpan/CPAN-Meta-YAML/t/
H A D86_fail.t29 "Comments in literal scalars";
/openbsd-src/gnu/llvm/llvm/resources/
H A Dwindows_version_resource.rc73 VALUE "Comments", RC_COMMENTS
/openbsd-src/gnu/llvm/clang/lib/Format/
H A DUnwrappedLineParser.cpp4531 const SmallVectorImpl<FormatToken *> &Comments, in distributeComments() argument
4551 if (Comments.empty()) in distributeComments()
4558 for (unsigned i = Comments.size() - 1; i > 0; --i) { in distributeComments()
4559 if (Comments[i]->OriginalColumn == NextTok->OriginalColumn) { in distributeComments()
4565 for (unsigned i = 0, e = Comments.size(); i < e; ++i) { in distributeComments()
4566 FormatToken *FormatTok = Comments[i]; in distributeComments()
4585 SmallVector<FormatToken *, 1> Comments; in readToken() local
4626 distributeComments(Comments, FormatTok); in readToken()
4627 Comments.clear(); in readToken()
4656 distributeComments(Comments, FormatTok); in readToken()
[all …]
H A DUnwrappedLineParser.h220 void distributeComments(const SmallVectorImpl<FormatToken *> &Comments,
/openbsd-src/regress/sbin/isakmpd/exchange/
H A DREADME26 Comments are lines with a numbersign as the first non-whitespace
/openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/
H A Dllvm-objdump.cpp1250 StringRef Comments, in emitPostInstructionInfo() argument
1253 if (!Comments.empty()) { in emitPostInstructionInfo()
1256 std::tie(Comment, Comments) = Comments.split('\n'); in emitPostInstructionInfo()
1266 } while (!Comments.empty()); in emitPostInstructionInfo()
1510 SmallString<40> Comments; in disassembleObject() local
1511 raw_svector_ostream CommentStream(Comments); in disassembleObject()
1945 Comments.clear(); in disassembleObject()
/openbsd-src/gnu/gcc/gcc/config/s390/
H A Ds390-modes.def89 *** Comments ***
/openbsd-src/lib/libz/
H A DREADME5 (Request for Comments) 1950 to 1952 in the files
/openbsd-src/usr.bin/sed/
H A DPOSIX4 Comments on the IEEE P1003.2 Draft 12
/openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/
H A Dc-pdp11.texi323 Comments are started with a @code{#} or a @code{/} character, and extend
/openbsd-src/gnu/usr.bin/binutils/gas/doc/
H A Dc-pdp11.texi323 Comments are started with a @code{#} or a @code{/} character, and extend
/openbsd-src/gnu/gcc/gcc/doc/
H A Doptions.texi24 blank lines. Comments may appear on their own line anywhere within
/openbsd-src/gnu/llvm/libcxx/docs/Status/
H A DCxx17Papers.csv100 …g21.link/P0492R2>`__","LWG","Proposed Resolution of C++17 National Body Comments for Filesystems",…
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperltrap.pod182 Comments begin with "#", not "/*" or "//". Perl may interpret C/C++

1234