| /openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 93 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 D | DebugLocStream.cpp | 32 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry() 33 Comments.end()); in finalizeEntry()
|
| H A D | DebugLocStream.h | 51 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 D | DwarfExpression.h | 371 std::vector<std::string> Comments; member 374 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {} in TempBuffer()
|
| H A D | DwarfDebug.cpp | 220 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 D | Disassembler.cpp | 142 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 D | ModuleSummaryIndex.cpp | 380 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 D | auth4 | 1 # Comments are allowed
|
| H A D | test-env | 1 # Comments are allowed
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.dg/cpp/trad/ |
| H A D | directive.c | 22 # error Comments in directive is a separator /* { dg-bogus "error" } */
|
| /openbsd-src/gnu/llvm/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 434 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 D | 86_fail.t | 29 "Comments in literal scalars";
|
| /openbsd-src/gnu/llvm/llvm/resources/ |
| H A D | windows_version_resource.rc | 73 VALUE "Comments", RC_COMMENTS
|
| /openbsd-src/gnu/llvm/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 4531 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 D | UnwrappedLineParser.h | 220 void distributeComments(const SmallVectorImpl<FormatToken *> &Comments,
|
| /openbsd-src/regress/sbin/isakmpd/exchange/ |
| H A D | README | 26 Comments are lines with a numbersign as the first non-whitespace
|
| /openbsd-src/gnu/llvm/llvm/tools/llvm-objdump/ |
| H A D | llvm-objdump.cpp | 1250 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 D | s390-modes.def | 89 *** Comments ***
|
| /openbsd-src/lib/libz/ |
| H A D | README | 5 (Request for Comments) 1950 to 1952 in the files
|
| /openbsd-src/usr.bin/sed/ |
| H A D | POSIX | 4 Comments on the IEEE P1003.2 Draft 12
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/gas/doc/ |
| H A D | c-pdp11.texi | 323 Comments are started with a @code{#} or a @code{/} character, and extend
|
| /openbsd-src/gnu/usr.bin/binutils/gas/doc/ |
| H A D | c-pdp11.texi | 323 Comments are started with a @code{#} or a @code{/} character, and extend
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | options.texi | 24 blank lines. Comments may appear on their own line anywhere within
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx17Papers.csv | 100 …g21.link/P0492R2>`__","LWG","Proposed Resolution of C++17 National Body Comments for Filesystems",…
|
| /openbsd-src/gnu/usr.bin/perl/pod/ |
| H A D | perltrap.pod | 182 Comments begin with "#", not "/*" or "//". Perl may interpret C/C++
|