| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | ByteStreamer.h | 44 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()
|
| D | WinException.cpp | 520 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/ |
| D | ByteStreamer.h | 43 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()
|
| D | WinException.cpp | 555 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/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/CodeView/ |
| D | CodeViewRecordIO.cpp | 101 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/ |
| D | Comment.java | 35 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/ |
| D | Comment.java | 34 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/ |
| D | CommentHandlerTest.cpp | 15 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/licenseclassifier/commentparser/ |
| D | comment_parser.go | 58 type Comment struct { struct 59 StartLine int 60 EndLine int 61 Text string
|
| /external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/comments/ |
| D | Comment.java | 45 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/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/ |
| D | Comment.java | 41 public class Comment extends Attribute { class 43 public Comment() { in Comment() method in Comment
|
| /external/ow2-asm/asm/src/test/java/org/objectweb/asm/ |
| D | Comment.java | 35 public class Comment extends Attribute { class 37 public Comment() { in Comment() method in Comment
|
| /external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/ |
| D | Comment.java | 41 public class Comment extends Attribute { class 43 public Comment() { in Comment() method in Comment
|
| /external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/ |
| D | Comment.java | 42 public class Comment extends Attribute implements ASMifierSupport, TextifierSupport { class 44 public Comment() { in Comment() method in Comment
|
| /external/image_io/src/xml/ |
| D | xml_handler.cc | 26 DataMatchResult XmlHandler::Comment(const XmlTokenContext& context) { in Comment() function in photos_editing_formats::image_io::XmlHandler
|
| /external/rust/crates/cexpr/src/ |
| D | token.rs | 19 Comment, enumerator
|
| /external/rust/crates/xml-rs/src/reader/ |
| D | events.rs | 98 Comment(String), enumerator
|
| /external/clang/lib/AST/ |
| D | RawCommentList.cpp | 25 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() 63 bool mergedCommentIsTrailingComment(StringRef Comment) { in mergedCommentIsTrailingComment()
|
| /external/snakeyaml/src/main/java/org/yaml/snakeyaml/tokens/ |
| D | Token.java | 23 …End, FlowSequenceStart, Key, Scalar, StreamEnd, StreamStart, Tag, Value, Whitespace, Comment, Error enumConstant
|
| /external/pdfium/testing/image_diff/ |
| D | image_diff_png.cpp | 57 struct Comment { struct 58 std::string key; 59 std::string text;
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeViewRecordIO.h | 235 void emitComment(const Twine &Comment) { in emitComment()
|
| /external/lzma/CPP/7zip/UI/Common/ |
| D | UpdateCallback.h | 136 const UString *Comment; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
| D | ModuleSummaryIndex.cpp | 278 const Twine &Comment) { in add() 287 void Attributes::addComment(const Twine &Comment) { in addComment()
|
| /external/doclava/src/com/google/doclava/ |
| D | Comment.java | 26 public class Comment { class 57 public Comment(String text, ContainerInfo base, SourcePositionInfo sp) { in Comment() method in Comment
|
| /external/rust/crates/bindgen/ir/ |
| D | annotations.rs | 166 fn parse(&mut self, comment: &clang::Comment, matched: &mut bool) { in parse()
|