| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/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 …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | staticInstanceResolution.js | 2 class Comment { class 9 static getDocCommentText(comments: Comment[]) 19 function Comment() { class in Comment
|
| /third_party/lwip/contrib/apps/LwipMibCompiler/CCodeGeneration/ |
| D | Comment.cs | 35 public class Comment: CodeElement class 43 public Comment() in Comment() method in CCodeGeneration.Comment 47 public Comment(string comment, bool singleLine = false) in Comment() method in CCodeGeneration.Comment
|
| /third_party/rust/rust/compiler/rustc_ast/src/util/ |
| D | comments.rs | 21 pub struct Comment { struct 22 pub style: CommentStyle, argument 37 pub fn beautify_doc_string(data: Symbol, kind: CommentKind) -> Symbol { in beautify_doc_string() argument 177 pub fn gather_comments(sm: &SourceMap, path: FileName, src: String) -> Vec<Comment> { in gather_comments()
|
| /third_party/typescript/tests/cases/compiler/ |
| D | staticInstanceResolution.ts | 2 class Comment { class
|
| /third_party/jsframework/runtime/vdom/ |
| D | Comment.ts | 26 class Comment extends Node { class
|
| D | Node.ts | 53 Comment = 8 enumerator
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide/src/ |
| D | folding_ranges.rs | 16 Comment, enumerator 212 first: ast::Comment, in contiguous_range_for_comment() 213 visited: &mut FxHashSet<ast::Comment>, in contiguous_range_for_comment()
|
| D | extend_selection.rs | 308 fn adj_comments(comment: &ast::Comment, dir: Direction) -> ast::Comment { in adj_comments()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/generated/ |
| D | tokens.rs | 31 pub struct Comment { struct 34 impl std::fmt::Display for Comment { argument 39 impl AstToken for Comment { implementation
|
| /third_party/rust/crates/rust-cexpr/src/ |
| D | token.rs | 19 Comment, enumerator
|
| /third_party/rust/rust/compiler/rustc_errors/src/markdown/ |
| D | mod.rs | 36 Comment(&'a str), enumerator
|
| /third_party/parse5/packages/parse5-html-rewriting-stream/lib/ |
| D | index.ts | 8 type Comment, alias
|
| /third_party/lzma/CPP/7zip/UI/Common/ |
| D | OpenArchive.cpp | 127 UString Comment; member
|
| D | UpdateCallback.h | 165 const UString *Comment; variable
|
| /third_party/parse5/packages/parse5-sax-parser/lib/ |
| D | index.ts | 263 export interface Comment extends SaxToken { interface
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
| D | CodeViewRecordIO.h | 235 void emitComment(const Twine &Comment) { in emitComment()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/ide-assists/src/handlers/ |
| D | convert_comment_block.rs | 110 pub(crate) fn relevant_line_comments(comment: &ast::Comment) -> Vec<Comment> { in relevant_line_comments()
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/hir-expand/src/ |
| D | attrs.rs | 324 ) -> impl Iterator<Item = (AttrId, Either<ast::Attr, ast::Comment>)> { in collect_attrs() 336 ) -> Option<impl Iterator<Item = Either<ast::Attr, ast::Comment>>> { in inner_attributes()
|
| /third_party/skia/third_party/externals/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()
|
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
| D | X86MCInstLower.cpp | 1760 std::string Comment; in getShuffleComment() local 2435 std::string Comment; in EmitInstruction() local 2516 std::string Comment; in EmitInstruction() local 2626 std::string Comment; in EmitInstruction() local
|
| /third_party/rust/rust/src/tools/rust-analyzer/crates/syntax/src/ast/ |
| D | traits.rs | 109 fn next(&mut self) -> Option<ast::Comment> { in next()
|
| /third_party/rust/crates/bindgen/bindgen/ir/ |
| D | annotations.rs | 202 fn parse(&mut self, comment: &clang::Comment, matched: &mut bool) { in parse()
|