/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
H A D | ByteStreamer.h | 76 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 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; 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 D | DwarfExpression.h | 351 std::vector<std::string> Comments; 354 TempBuffer(bool GenerateComments) : BS(Bytes, Comments, GenerateComments) {}
|
H A D | DwarfDebug.cpp | 218 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 D | constEnums.js | 41 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 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()
|
/third_party/gn/src/gn/ |
H A D | parse_tree.h | 41 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 D | parse_tree.cc | 117 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 D | tokenizer_unittest.cc | 153 TEST(Tokenizer, Comments) { in TEST()
|
H A D | command_format.cc | 400 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 D | ModuleSummaryIndex.cpp | 266 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 D | MCAsmStreamer.cpp | 88 // 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 D | Lang.h | 16 UStringVector Comments;
member in CLang
|
/third_party/skia/third_party/externals/angle2/src/tests/preprocessor_tests/ |
H A D | error_test.cpp | 55 TEST_F(ErrorTest, Comments) in TEST_F()
|
H A D | extension_test.cpp | 29 TEST_F(ExtensionTest, Comments) in TEST_F()
|
H A D | pragma_test.cpp | 83 TEST_F(PragmaTest, Comments) in TEST_F()
|
/third_party/gn/misc/vim/syntax/ |
H A D | gn.vim | 63 " Comments
|
/third_party/ninja/misc/ |
H A D | ninja.vim | 24 " 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 D | dumpICUrules.bat | 276 # Comments; change # to //
|
/third_party/json/docs/docset/ |
H A D | docSet.sql | 173 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 D | assembler_arm.h | 428 const Code::Comments &GetCodeComments() const;
|
/third_party/protobuf/src/google/protobuf/ |
H A D | text_format_unittest.cc | 1030 TEST_F(TextFormatTest, Comments) { in TEST_F()
|