Home
last modified time | relevance | path

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

12345

/external/syzkaller/Godeps/
DGodeps.json11 "Comment": "v0.12.0-3-ge08da2b", string
16 "Comment": "v0.12.0-3-ge08da2b", string
21 "Comment": "v0.12.0-3-ge08da2b", string
26 "Comment": "v0.12.0-3-ge08da2b", string
31 "Comment": "v0.12.0-3-ge08da2b", string
36 "Comment": "v0.12.0-3-ge08da2b", string
41 "Comment": "v1.1.0-13-g9eb2c01", string
46 "Comment": "v1.1.0-13-g9eb2c01", string
51 "Comment": "v1.1.0-13-g9eb2c01", string
56 "Comment": "v1.1.0-13-g9eb2c01", string
[all …]
/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()
DDwarfExpression.cpp25 void DwarfExpression::AddReg(int DwarfReg, const char *Comment) { in AddReg()
/external/swiftshader/third_party/llvm-7.0/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()
106 void EmitULEB128(uint64_t DWord, const Twine &Comment) override { in EmitULEB128()
DWinException.cpp528 auto AddComment = [&](const Twine &Comment) { in emitCSpecificHandlerTable()
593 auto AddComment = [&](const Twine &Comment) { in emitSEHActionsForRange()
668 auto AddComment = [&](const Twine &Comment) { in emitCXXFrameHandler3Table()
945 auto AddComment = [&](const Twine &Comment) { in emitExceptHandlerTable()
DDwarfExpression.h105 const char *Comment; member
/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() function
19 std::string Message;
20 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/clang/lib/AST/
DRawCommentList.cpp25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind()
63 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
DCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine()
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine()
168 void Sema::checkContainerDecl(const BlockCommandComment *Comment) { in checkContainerDecl()
/external/syzkaller/pkg/ast/
Dast.go40 type Comment struct { struct
41 Pos Pos
42 Text string
45 func (n *Comment) Info() (Pos, string, string) {
Dclone.go198 func cloneComments(list []*Comment) (res []*Comment) {
/external/pdfium/core/fxcrt/css/
Dcfx_csssyntaxparser.h21 Comment, enumerator
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/
DToken.java23 …End, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error enumConstant
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DTargetSubtargetInfo.cpp72 std::string Comment; in createSchedInfoStr() local
/external/markdown/markdown/
Dhtml4.py43 Comment = markdown.etree.Comment variable
/external/lzma/CPP/7zip/UI/Common/
DUpdateCallback.h136 const UString *Comment; variable
/external/pdfium/core/fxcrt/xml/
Dcfx_saxreader.h28 Comment, enumerator
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86MCInstLower.cpp1435 std::string Comment; in getShuffleComment() local
2039 std::string Comment; in EmitInstruction() local
2120 std::string Comment; in EmitInstruction() local
2224 std::string Comment; in EmitInstruction() local
/external/doclava/src/com/google/doclava/
DComment.java26 public class Comment { class
55 public Comment(String text, ContainerInfo base, SourcePositionInfo sp) { in Comment() method in Comment
/external/pdfium/testing/image_diff/
Dimage_diff_png.cpp52 struct Comment { struct
53 std::string key;
54 std::string text;
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DLinePrinter.h144 Comment, enumerator

12345