Home
last modified time | relevance | path

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

12345678

/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()
/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()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/AsmPrinter/
DByteStreamer.h45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
77 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
80 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
105 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8()
110 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128()
122 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/DebugInfo/CodeView/
DCodeViewRecordIO.cpp103 const Twine &Comment) { in mapByteVectorTail()
119 const Twine &Comment) { in mapByteVectorTail()
129 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger()
151 const Twine &Comment) { in mapEncodedInteger()
176 const Twine &Comment) { in mapEncodedInteger()
191 Error CodeViewRecordIO::mapEncodedInteger(APSInt &Value, const Twine &Comment) { in mapEncodedInteger()
209 Error CodeViewRecordIO::mapStringZ(StringRef &Value, const Twine &Comment) { in mapStringZ()
227 Error CodeViewRecordIO::mapGuid(GUID &Guid, const Twine &Comment) { in mapGuid()
255 const Twine &Comment) { in mapStringZVectorZ()
280 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/licenseclassifier/commentparser/
Dcomment_parser.go58 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/
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/ow2-asm/asm/src/test/java/org/objectweb/asm/
DComment.java35 public class Comment extends Attribute { class
37 public Comment() { in Comment() method in Comment
/external/ow2-asm/asm-tree/src/test/java/org/objectweb/asm/tree/
DComment.java41 public class Comment extends Attribute { class
43 public Comment() { in Comment() method in Comment
/external/ow2-asm/asm-commons/src/test/java/org/objectweb/asm/commons/
DComment.java41 public class Comment extends Attribute { class
43 public Comment() { in Comment() method in Comment
/external/aws-sdk-java-v2/services/route53/src/main/resources/codegen-resources/
Dexamples-1.json7 "Comment": "", string
16 "Comment": "", string
54 "Comment": "Web server for example.com" string
60 "Comment": "Web server for example.com", string
117 "Comment": "Web servers for example.com" string
123 "Comment": "Web servers for example.com", string
160 "Comment": "CloudFront distribution for example.com" string
166 "Comment": "CloudFront distribution for example.com", string
220 "Comment": "ELB load balancers for example.com" string
226 "Comment": "ELB load balancers for example.com", string
[all …]
/external/ow2-asm/asm-util/src/test/java/org/objectweb/asm/util/
DComment.java42 public class Comment extends Attribute implements ASMifierSupport, TextifierSupport { class
44 public Comment() { in Comment() method in Comment
/external/jsoup/src/main/java/org/jsoup/nodes/
DComment.java13 public class Comment extends LeafNode { class
18 public Comment(String data) { in Comment() method in Comment
/external/googleapis/google/cloud/support/v2/
Dcomment.proto33 message Comment { message
/external/google-cloud-java/java-cloudsupport/proto-google-cloud-cloudsupport-v2/src/main/proto/google/cloud/support/v2/
Dcomment.proto33 message Comment { message
/external/lzma/CPP/Windows/
DNet.h28 CSysString Comment; member
39 UString Comment; member
/external/sdk-platform-java/gapic-generator-java/src/main/java/com/google/api/generator/engine/ast/
DComment.java17 public interface Comment { interface
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/DistributedFileSystem/
Dmod.rs99 pub Comment: ::windows_sys::core::PWSTR, field
150 pub Comment: ::windows_sys::core::PWSTR, field
177 pub Comment: ::windows_sys::core::PWSTR, field
224 pub Comment: ::windows_sys::core::PWSTR, field
248 pub Comment: u32, field
263 pub Comment: ::windows_sys::core::PWSTR, field
289 pub Comment: u32, field
305 pub Comment: ::windows_sys::core::PWSTR, field
322 pub Comment: u32, field
340 pub Comment: ::windows_sys::core::PWSTR, field
[all …]
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/windows-sys-0.52.0/src/Windows/Win32/Storage/DistributedFileSystem/
Dmod.rs99 pub Comment: ::windows_sys::core::PWSTR, field
150 pub Comment: ::windows_sys::core::PWSTR, field
177 pub Comment: ::windows_sys::core::PWSTR, field
224 pub Comment: ::windows_sys::core::PWSTR, field
248 pub Comment: u32, field
263 pub Comment: ::windows_sys::core::PWSTR, field
289 pub Comment: u32, field
305 pub Comment: ::windows_sys::core::PWSTR, field
322 pub Comment: u32, field
340 pub Comment: ::windows_sys::core::PWSTR, field
[all …]
/external/image_io/src/xml/
Dxml_handler.cc26 DataMatchResult XmlHandler::Comment(const XmlTokenContext& context) { in Comment() function in photos_editing_formats::image_io::XmlHandler
/external/libultrahdr/third_party/image_io/src/xml/
Dxml_handler.cc26 DataMatchResult XmlHandler::Comment(const XmlTokenContext& context) { in Comment() function in photos_editing_formats::image_io::XmlHandler
/external/rust/android-crates-io/crates/cexpr/src/
Dtoken.rs19 Comment, enumerator

12345678