Home
last modified time | relevance | path

Searched defs:Comment (Results 1 – 25 of 150) sorted by relevance

123456

/external/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h44 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
48 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
52 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
63 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
66 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
69 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
89 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
94 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
100 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
DWinException.cpp520 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
585 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
660 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
928 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h43 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
47 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
51 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
62 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
65 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
68 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
88 void EmitInt8(uint8_t Byte, const Twine &Comment) override { in EmitInt8()
93 void EmitSLEB128(uint64_t DWord, const Twine &Comment) override { in EmitSLEB128()
105 void EmitULEB128(uint64_t DWord, const Twine &Comment, unsigned PadTo) override { in EmitULEB128()
DWinException.cpp555 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
621 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
696 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
972 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
/external/llvm-project/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h44 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
48 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
52 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
64 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
67 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
70 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
91 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
96 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
108 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
DWinException.cpp562 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
628 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
703 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
979 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
/external/llvm-project/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp101 const Twine &Comment) { in mapByteVectorTail()
117 const Twine &Comment) { in mapByteVectorTail()
127 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
149 const Twine &Comment) { in mapEncodedInteger()
174 const Twine &Comment) { in mapEncodedInteger()
189 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
204 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
222 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
250 const Twine &Comment) { in mapStringZVectorZ()
275 const Twine &Comment) { in emitEncodedSignedInteger()
[all …]
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/comments/
DComment.java35 public abstract class Comment extends Node { class
40 public Comment() { in Comment() method in Comment
43 public Comment(String content) { in Comment() method in Comment
47 public Comment(Range range, String content) { in Comment() method in Comment
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/
DComment.java34 public abstract class Comment extends Node { class
39 public Comment() { in Comment() method in Comment
42 public Comment(String content) { in Comment() method in Comment
46 public Comment(int beginLine, int beginColumn, int endLine, int endColumn, String content) { in Comment() method in Comment
/external/clang/unittests/Tooling/
DCommentHandlerTest.cpp15 struct Comment { struct
16 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() argument
19 std::string Message;
20 unsigned Line, Col;
/external/llvm-project/clang/unittests/Tooling/
DCommentHandlerTest.cpp14 struct Comment { struct
15 Comment(const std::string &Message, unsigned Line, unsigned Col) in Comment() function
18 std::string Message;
19 unsigned Line, Col;
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/
DComment.java45 public abstract class Comment extends Node { class
53 public Comment(String content) { in Comment() method in Comment
61 public Comment(TokenRange tokenRange, String content) { in Comment() method in Comment
/external/rust/crates/cexpr/src/
Dtoken.rs19 Comment, enumerator
/external/llvm-project/clang/unittests/AST/
DCommentTextTest.cpp45 RawComment Comment(SourceMgr, CommentRange, EmptyOpts, /*Merged=*/true); in formatComment() local
/external/clang/lib/AST/
DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
63 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
/external/llvm-project/clang/lib/Format/
DNamespaceEndCommentsFixer.cpp91 const FormatToken *Comment = RBraceTok->Next; in validEndComment() local
161 const FormatToken *Comment = RBraceTok->Next; in updateEndComment() local
/external/llvm-project/clang-tools-extra/clang-tidy/google/
DTodoCommentCheck.cpp34 StringRef Comment = Matches[3]; in HandleComment() local
/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.h21 Comment, enumerator
/external/llvm-project/clang-tools-extra/clang-doc/
DMapper.cpp78 RawComment *Comment = Context.getRawCommentForDeclNoCache(D); in getComment() local
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DToken.java23 …End, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error enumConstant
/external/llvm-project/clang/lib/AST/
DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
63 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
/external/markdown/markdown/
Dhtml4.py43 Comment = markdown.etree.Comment variable
/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DNamespaceCommentCheck.cpp145 StringRef Comment(Sources.getCharacterData(Loc), Tok.getLength()); in check() local
/external/llvm-project/clang-tools-extra/unittests/clang-query/
DQueryParserTest.cpp175 TEST_F(QueryParserTest, Comment) { in TEST_F() argument

123456