Home
last modified time | relevance | path

Searched refs:Comments (Results 1 - 23 of 23) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h76 std::vector<std::string> &Comments; member in llvm::final
85 std::vector<std::string> &Comments, bool GenerateComments) in BufferByteStreamer()
86 : Buffer(Buffer), Comments(Comments), GenerateComments(GenerateComments) { in BufferByteStreamer()
91 Comments.push_back(Comment.str());
97 Comments.push_back(Comment.str());
98 // Add some empty comments to keep the Buffer and Comments vectors aligned
101 Comments.push_back("");
109 Comments.push_back(Comment.str());
110 // Add some empty comments to keep the Buffer and Comments vector
84 BufferByteStreamer(SmallVectorImpl<char> &Buffer, std::vector<std::string> &Comments, bool GenerateComments) BufferByteStreamer() argument
[all...]
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; member in llvm::DebugLocStream
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 DDwarfExpression.h351 std::vector<std::string> Comments;
354 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {}
H A DDwarfDebug.cpp218 const char *Comment = (Byte.index() < TmpBuf->Comments.size())
219 ? TmpBuf->Comments[Byte.index()].c_str()
224 TmpBuf->Comments.clear();
2179 auto &&Comments = DebugLocs.getComments(Entry);
2180 auto Comment = Comments.begin();
2181 auto End = Comments.end();
/third_party/typescript/tests/baselines/reference/
H A DconstEnums.js41 const enum Comments {
167 function baz(c: Comments) {
169 case Comments["//"]:
170 case Comments["/*"]:
171 case Comments["*/"]:
172 case Comments["///"]:
173 case Comments["#"]:
174 case Comments["<!--"]:
175 case Comments["-->"]:
254 case 0 /* Comments["//"] */
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/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()
/third_party/gn/src/gn/
H A Dparse_tree.h41 class Comments { class
43 Comments();
44 virtual ~Comments();
71 Comments(const Comments&) = delete;
72 Comments& operator=(const Comments&) = delete;
109 const Comments* comments() const { return comments_.get(); } in comments()
110 Comments* comments_mutable();
126 std::unique_ptr<Comments> comments
[all...]
H A Dparse_tree.cc117 Comments* comments = node->comments_mutable(); in GetCommentsFromJSON()
160 Comments::Comments() = default;
162 Comments::~Comments() = default;
164 void Comments::ReverseSuffix() { in ReverseSuffix()
207 Comments* ParseNode::comments_mutable() { in comments_mutable()
209 comments_ = std::make_unique<Comments>(); in comments_mutable()
H A Dtokenizer_unittest.cc153 TEST(Tokenizer, Comments) { in TEST()
H A Dcommand_format.cc400 if (const Comments* comments = binop->comments()) { in SortIfApplicable()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
H A DModuleSummaryIndex.cpp266 std::string Comments;
289 if (Comments.empty())
290 Comments = " // ";
292 Comments += ", ";
293 Comments += Comment.str();
306 Ret += Comments;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/MC/
H A DMCAsmStreamer.cpp88 // Dump Explicit Comments here. in EmitEOL()
374 StringRef Comments = CommentToEmit; in EmitCommentsAndEOL() local
376 assert(Comments.back() == '\n' && in EmitCommentsAndEOL()
381 size_t Position = Comments.find('\n'); in EmitCommentsAndEOL()
382 OS << MAI->getCommentString() << ' ' << Comments.substr(0, Position) <<'\n'; in EmitCommentsAndEOL()
384 Comments = Comments.substr(Position+1); in EmitCommentsAndEOL()
385 } while (!Comments.empty()); in EmitCommentsAndEOL()
440 StringRef Comments = ExplicitCommentToEmit; in emitExplicitComments() local
441 if (!Comments in emitExplicitComments()
442 OS << Comments; emitExplicitComments() local
[all...]
/third_party/lzma/CPP/Common/
H A DLang.h16 UStringVector Comments; member in CLang
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/
H A Derror_test.cpp55 TEST_F(ErrorTest, Comments) in TEST_F()
H A Dextension_test.cpp29 TEST_F(ExtensionTest, Comments) in TEST_F()
H A Dpragma_test.cpp83 TEST_F(PragmaTest, Comments) in TEST_F()
/third_party/gn/misc/vim/syntax/
H A Dgn.vim63 " Comments
/third_party/ninja/misc/
H A Dninja.vim24 " Comments are only matched when the # is at the beginning of the line (with
/third_party/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
H A DdumpICUrules.bat276 # Comments; change # to //
/third_party/json/docs/docset/
H A DdocSet.sql173 INSERT INTO searchIndex(name, type, path) VALUES ('Comments', 'Guide', 'features/comments/index.html');
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/DartARM32/
H A Dassembler_arm.h428 const Code::Comments &GetCodeComments() const;
/third_party/protobuf/src/google/protobuf/
H A Dtext_format_unittest.cc1030 TEST_F(TextFormatTest, Comments) { in TEST_F()

Completed in 21 milliseconds