| /netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | ByteStreamer.h | 79 std::vector<std::string> &Comments; variable 88 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer() argument 89 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer() 94 Comments.push_back(Comment.str()); in emitInt8() 100 Comments.push_back(Comment.str()); in emitSLEB128() 104 Comments.push_back(""); in emitSLEB128() 113 Comments.push_back(Comment.str()); in emitULEB128() 117 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() 123 return makeArrayRef(Comments) in getComments() 150 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()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/MCDisassembler/ |
| H A D | Disassembler.cpp | 143 StringRef Comments = DC->CommentsToEmit.str(); in emitComments() local 149 while (!Comments.empty()) { in emitComments() 154 size_t Position = Comments.find('\n'); in emitComments() 155 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments() 157 Comments = Comments.substr(Position+1); in emitComments()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
| H A D | ModuleSummaryIndex.cpp | 374 std::string Comments; member 397 if (Comments.empty()) in addComment() 398 Comments = " // "; in addComment() 400 Comments += ", "; in addComment() 401 Comments += Comment.str(); in addComment() 414 Ret += Comments; in getAsString()
|
| /netbsd-src/external/bsd/openldap/dist/doc/drafts/ |
| H A D | draft-sermersheim-ldap-csn-xx.txt | 588 Comments: 639 Comments: LDAP Syntax 659 Comments: LDAP Syntax 687 Comments: LDAP Matching Rule 707 Comments: LDAP Matching Rule 735 Comments: LDAP Matching Rule 755 Comments: LDAP Matching Rule 775 Comments: LDAP Attribute Type
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/MC/ |
| H A D | MCAsmStreamer.cpp | 416 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local 418 assert(Comments.back() == '\n' && in EmitCommentsAndEOL() 423 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL() 424 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL() 426 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL() 427 } while (!Comments.empty()); in EmitCommentsAndEOL() 482 StringRef Comments = ExplicitCommentToEmit; in emitExplicitComments() local 483 if (!Comments.empty()) in emitExplicitComments() 484 OS << Comments; in emitExplicitComments() 2214 StringRef Comments = CommentToEmit; in emitInstruction() local [all …]
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc4520.txt | 8 Request for Comments: 4520 OpenLDAP Foundation 535 5.3. Comments 696 Comments: 716 Comments: 749 Comments: 770 Comments: 804 Comments: 818 Comments: 836 Comments: 859 Comments: [all …]
|
| H A D | rfc4525.txt | 8 Request for Comments: 4525 OpenLDAP Foundation 155 Comments: 178 Comments: none 193 Comments: none
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/Format/ |
| H A D | UnwrappedLineParser.cpp | 3154 const SmallVectorImpl<FormatToken *> &Comments, in distributeComments() argument 3174 if (Comments.empty()) in distributeComments() 3181 for (unsigned i = Comments.size() - 1; i > 0; --i) { in distributeComments() 3182 if (Comments[i]->OriginalColumn == NextTok->OriginalColumn) { in distributeComments() 3188 for (unsigned i = 0, e = Comments.size(); i < e; ++i) { in distributeComments() 3189 FormatToken *FormatTok = Comments[i]; in distributeComments() 3209 SmallVector<FormatToken *, 1> Comments; in readToken() local 3215 distributeComments(Comments, FormatTok); in readToken() 3216 Comments.clear(); in readToken() 3254 distributeComments(Comments, FormatTok); in readToken() [all …]
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/vstudio/vc10/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/vstudio/vc10/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/vstudio/vc9/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/bsd/libpcap/dist/ |
| H A D | pcap-dll.rc | 20 VALUE "Comments", "https://github.com/the-tcpdump-group/libpcap/"
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/vstudio/vc9/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/vstudio/vc11/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/vstudio/vc12/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/vstudio/vc14/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/vstudio/vc12/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/vstudio/vc14/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/gdb/dist/zlib/contrib/vstudio/vc11/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/vstudio/vc11/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils.old/dist/zlib/contrib/vstudio/vc10/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|
| /netbsd-src/external/gpl3/binutils/dist/zlib/contrib/vstudio/vc9/ |
| H A D | zlib.rc | 24 VALUE "Comments","DLL support by Alessandro Iacopetti & Gilles Vollant\0"
|