| /NextBSD/contrib/llvm/tools/clang/lib/AST/ |
| HD | RawCommentList.cpp | 219 while (!Comments.empty() && in addComment() 220 !SourceMgr.isBeforeInTranslationUnit(Comments.back()->getLocStart(), in addComment() 224 Comments.pop_back(); in addComment() 233 if (Comments.empty()) { in addComment() 234 Comments.push_back(new (Allocator) RawComment(RC)); in addComment() 238 const RawComment &C1 = *Comments.back(); in addComment() 248 *Comments.back() = RawComment(SourceMgr, MergedRange, true, in addComment() 251 Comments.push_back(new (Allocator) RawComment(RC)); in addComment() 257 MergedComments.reserve(Comments.size() + DeserializedComments.size()); in addDeserializedComments() 259 std::merge(Comments.begin(), Comments.end(), in addDeserializedComments() [all …]
|
| /NextBSD/contrib/llvm/lib/CodeGen/AsmPrinter/ |
| HD | ByteStreamer.h | 75 SmallVectorImpl<std::string> &Comments; variable 84 SmallVectorImpl<std::string> &Comments, in BufferByteStreamer() argument 86 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) {} in BufferByteStreamer() 90 Comments.push_back(Comment.str()); in EmitInt8() 96 Comments.push_back(Comment.str()); in EmitSLEB128() 102 Comments.push_back(Comment.str()); in EmitULEB128()
|
| HD | DebugLocStream.cpp | 33 Comments.erase(Comments.begin() + Entries.back().CommentOffset, in finalizeEntry() 34 Comments.end()); in finalizeEntry()
|
| HD | DebugLocStream.h | 56 SmallVector<std::string, 32> Comments; variable 97 Entries.emplace_back(BeginSym, EndSym, DWARFBytes.size(), Comments.size()); in startEntry() 105 return BufferByteStreamer(DWARFBytes, Comments, GenerateComments); in getStreamer() 121 return makeArrayRef(Comments) in getComments() 148 return Comments.size() - Entries[EI].CommentOffset; in getNumComments()
|
| HD | DwarfDebug.cpp | 1464 auto &&Comments = DebugLocs.getComments(Entry); in emitDebugLocEntry() 1465 auto Comment = Comments.begin(); in emitDebugLocEntry() 1466 auto End = Comments.end(); in emitDebugLocEntry()
|
| /NextBSD/contrib/llvm/lib/MC/MCDisassembler/ |
| HD | Disassembler.cpp | 129 StringRef Comments = DC->CommentsToEmit.str(); in emitComments() local 135 while (!Comments.empty()) { in emitComments() 140 size_t Position = Comments.find('\n'); in emitComments() 141 FormattedOS << CommentBegin << ' ' << Comments.substr(0, Position); in emitComments() 143 Comments = Comments.substr(Position+1); in emitComments()
|
| /NextBSD/contrib/llvm/tools/clang/include/clang/AST/ |
| HD | RawCommentList.h | 189 return Comments; in getComments() 194 std::vector<RawComment *> Comments; variable
|
| HD | ASTContext.h | 546 RawCommentList Comments; variable 622 return Comments; in getRawCommentList() 628 Comments.addComment(RC, BumpAlloc); in addComment()
|
| /NextBSD/contrib/llvm/lib/MC/ |
| HD | MCAsmStreamer.cpp | 271 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local 273 assert(Comments.back() == '\n' && in EmitCommentsAndEOL() 278 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL() 279 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL() 281 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL() 282 } while (!Comments.empty()); in EmitCommentsAndEOL()
|
| /NextBSD/contrib/groff/doc/ |
| HD | groff | 141 Node: Comments141491 142 Node: Comments-Footnotes144067 143 Ref: Comments-Footnote-1144124
|
| HD | groff-3 | 40 * ', as a comment: Comments. (line 44) 309 * as, as1 requests, and comments: Comments. (line 16) 484 * comments: Comments. (line 6) 486 * comments, lining up with tabs: Comments. (line 21) 666 * ds, ds1 requests, and comments: Comments. (line 16) 1652 * request, undefined: Comments. (line 25) 1835 * tabs, before comments: Comments. (line 21) 1939 * undefined request: Comments. (line 25)
|
| /NextBSD/usr.sbin/cron/doc/ |
| HD | FEATURES | 54 -- Comments and blank lines are allowed in the crontab file. Comments
|
| /NextBSD/contrib/ipfilter/ |
| HD | STYLE.TXT | 6 Function Comments
|
| /NextBSD/contrib/apr/ |
| HD | libapr.rc | 49 VALUE "Comments", APR_LICENSE "\0"
|
| /NextBSD/contrib/apr-util/ |
| HD | libaprutil.rc | 54 VALUE "Comments", APU_LICENSE "\0"
|
| /NextBSD/contrib/groff/contrib/pdfmark/ |
| HD | README | 46 Comments, and bug reports are welcomed. Please post to the groff
|
| /NextBSD/contrib/ntp/ |
| HD | NOTES.y2kfixes | 48 Comments:
|
| /NextBSD/etc/pam.d/ |
| HD | README | 19 Comments are introduced with a hash mark ('#'). Blank lines and lines
|
| /NextBSD/contrib/ofed/management/opensm/doc/ |
| HD | partition-config.txt | 19 Comments:
|
| /NextBSD/crypto/heimdal/lib/wind/ |
| HD | rfc4013.txt | 8 Request for Comments: 4013 OpenLDAP Foundation 151 # Input Output Comments
|
| HD | rfc3491.txt | 8 Request for Comments: 3491 IMC & VPNC
|
| /NextBSD/contrib/llvm/tools/llvm-objdump/ |
| HD | llvm-objdump.cpp | 900 SmallString<40> Comments; in DisassembleObject() local 901 raw_svector_ostream CommentStream(Comments); in DisassembleObject() 942 Comments.clear(); in DisassembleObject()
|
| /NextBSD/lib/libz/ |
| HD | README | 5 (Request for Comments) 1950 to 1952 in the files
|
| /NextBSD/contrib/gcc/config/s390/ |
| HD | s390-modes.def | 89 *** Comments ***
|
| /NextBSD/sys/dev/acpica/ |
| HD | acpi_quirks | 5 # Comments start with '#'. Any number of spaces/tabs are ok within a line.
|