Home
last modified time | relevance | path

Searched refs:Comment (Results 1 – 25 of 165) sorted by relevance

1234567

/freebsd-src/contrib/llvm-project/clang/include/clang-c/
H A DDocumentation.h218 CINDEX_LINKAGE enum CXCommentKind clang_Comment_getKind(CXComment Comment);
225 CINDEX_LINKAGE unsigned clang_Comment_getNumChildren(CXComment Comment);
235 CXComment clang_Comment_getChild(CXComment Comment, unsigned ChildIdx);
246 CINDEX_LINKAGE unsigned clang_Comment_isWhitespace(CXComment Comment);
254 unsigned clang_InlineContentComment_hasTrailingNewline(CXComment Comment);
261 CINDEX_LINKAGE CXString clang_TextComment_getText(CXComment Comment);
269 CXString clang_InlineCommandComment_getCommandName(CXComment Comment);
278 clang_InlineCommandComment_getRenderKind(CXComment Comment);
286 unsigned clang_InlineCommandComment_getNumArgs(CXComment Comment);
296 CXString clang_InlineCommandComment_getArgText(CXComment Comment,
[all …]
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-mca/
H A DCodeRegionGenerator.cpp87 StringRef Comment(CommentText); in HandleComment()
88 if (Comment.empty()) in HandleComment()
92 unsigned Position = Comment.find_first_not_of(" \t"); in HandleComment()
93 if (Position >= Comment.size()) in HandleComment()
97 Comment = Comment.drop_front(Position); in HandleComment()
98 if (Comment.consume_front("LLVM-MCA-END")) { in HandleComment()
100 Position = Comment.find_first_not_of(" \t"); in HandleComment()
101 if (Position < Comment.size()) in HandleComment()
102 Comment in HandleComment()
79 StringRef Comment(CommentText); HandleComment() local
114 StringRef Comment(CommentText); HandleComment() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DGlobalISelMatchTable.cpp
H A DGlobalISelMatchTableExecutorEmitter.h
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DByteStreamer.h32 virtual void emitInt8(uint8_t Byte, const Twine &Comment = "") = 0;
33 virtual void emitSLEB128(uint64_t DWord, const Twine &Comment = "") = 0;
34 virtual void emitULEB128(uint64_t DWord, const Twine &Comment = "",
45 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() argument
46 AP.OutStreamer->AddComment(Comment); in emitInt8()
49 void emitSLEB128(uint64_t DWord, const Twine &Comment) override { in emitSLEB128() argument
50 AP.OutStreamer->AddComment(Comment); in emitSLEB128()
53 void emitULEB128(uint64_t DWord, const Twine &Comment, in emitULEB128() argument
55 AP.OutStreamer->AddComment(Comment); in emitULEB128()
74 void emitInt8(uint8_t Byte, const Twine &Comment) override { in emitInt8() argument
[all …]
H A DDwarfExpression.h50 const char *Comment; in DIExpressionCursor()
53 static Register createRegister(int RegNo, const char *Comment) {
54 return {RegNo, 0, Comment};
59 const char *Comment) { in take()
60 return {RegNo, SizeInBits, Comment};
126 virtual void emitOp(uint8_t Op, const char *Comment = nullptr) = 0;
164 void addReg(int DwarfReg, const char *Comment = nullptr); in isImplicitLocation()
323 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
353 void emitOp(uint8_t Op, const char *Comment = nullptr) override;
111 const char *Comment; global() member
H A DAsmPrinterDwarf.cpp176 const Twine &Comment) const { in emitDwarfUnitLength()
177 OutStreamer->emitDwarfUnitLength(Length, Comment); in emitDwarfUnitLength()
181 const Twine &Comment) const { in emitDwarfUnitLength()
182 return OutStreamer->emitDwarfUnitLength(Prefix, Comment); in emitDwarfUnitLength()
/freebsd-src/contrib/llvm-project/clang/lib/ExtractAPI/
H A DAPI.cpp49 addNamespace(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addNamespace() argument
65 addGlobalVar(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Fragments,DeclarationFragments SubHeading,bool IsFromSystemHeader) addGlobalVar() argument
75 addGlobalVariableTemplate(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addGlobalVariableTemplate() argument
87 addGlobalFunction(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Fragments,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsFromSystemHeader) addGlobalFunction() argument
98 addGlobalFunctionTemplate(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,Template Template,bool IsFromSystemHeader) addGlobalFunctionTemplate() argument
111 addGlobalFunctionTemplateSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsFromSystemHeader) addGlobalFunctionTemplateSpecialization() argument
123 addEnumConstant(EnumRecord * Enum,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addEnumConstant() argument
138 addEnum(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addEnum() argument
149 addRecordField(RecordRecord * Record,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,bool IsFromSystemHeader) addRecordField() argument
163 addRecord(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,bool IsFromSystemHeader) addRecord() argument
176 addStaticField(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference Context,AccessControl Access,bool IsFromSystemHeader) addStaticField() argument
189 addCXXField(APIRecord * CXXClass,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,bool IsFromSystemHeader) addCXXField() argument
202 addCXXFieldTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,Template Template,bool IsFromSystemHeader) addCXXFieldTemplate() argument
218 addCXXClass(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,APIRecord::RecordKind Kind,AccessControl Access,bool IsFromSystemHeader) addCXXClass() argument
232 addClassTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,AccessControl Access,bool IsFromSystemHeader) addClassTemplate() argument
247 addClassTemplateSpecialization(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,AccessControl Access,bool IsFromSystemHeader) addClassTemplateSpecialization() argument
263 addClassTemplatePartialSpecialization(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,AccessControl Access,bool IsFromSystemHeader) addClassTemplatePartialSpecialization() argument
280 addGlobalVariableTemplateSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addGlobalVariableTemplateSpecialization() argument
292 addGlobalVariableTemplatePartialSpecialization(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addGlobalVariableTemplatePartialSpecialization() argument
304 addConcept(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,Template Template,bool IsFromSystemHeader) addConcept() argument
315 addCXXInstanceMethod(APIRecord * CXXClassRecord,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXInstanceMethod() argument
332 addCXXStaticMethod(APIRecord * CXXClassRecord,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXStaticMethod() argument
349 addCXXMethodTemplate(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,Template Template,bool IsFromSystemHeader) addCXXMethodTemplate() argument
365 addCXXMethodTemplateSpec(APIRecord * Parent,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,AccessControl Access,bool IsFromSystemHeader) addCXXMethodTemplateSpec() argument
382 addObjCCategory(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference Interface,bool IsFromSystemHeader,bool IsFromExternalModule) addObjCCategory() argument
404 addObjCInterface(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,LinkageInfo Linkage,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference SuperClass,bool IsFromSystemHeader) addObjCInterface() argument
416 addObjCMethod(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,FunctionSignature Signature,bool IsInstanceMethod,bool IsFromSystemHeader) addObjCMethod() argument
438 addObjCProperty(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCPropertyRecord::AttributeKind Attributes,StringRef GetterName,StringRef SetterName,bool IsOptional,bool IsInstanceProperty,bool IsFromSystemHeader) addObjCProperty() argument
462 addObjCInstanceVariable(ObjCContainerRecord * Container,StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,ObjCInstanceVariableRecord::AccessControl Access,bool IsFromSystemHeader) addObjCInstanceVariable() argument
477 addObjCProtocol(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,bool IsFromSystemHeader) addObjCProtocol() argument
497 addTypedef(StringRef Name,StringRef USR,PresumedLoc Loc,AvailabilityInfo Availability,const DocComment & Comment,DeclarationFragments Declaration,DeclarationFragments SubHeading,SymbolReference UnderlyingType,bool IsFromSystemHeader) addTypedef() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DAPI.h251 DocComment Comment;
292 const DocComment &Comment, DeclarationFragments Declaration,
297 Comment(Comment), Declaration(Declaration), SubHeading(SubHeading), in GlobalFunctionRecord()
390 LinkageInfo Linkage, const DocComment &Comment,
394 Linkage, Comment, Declaration, SubHeading, in GlobalVariableTemplateRecord()
410 LinkageInfo Linkage, const DocComment &Comment, in GlobalVariableTemplateSpecializationRecord()
415 std::move(Availability), Linkage, Comment, Declaration, in GlobalVariableTemplateSpecializationRecord()
422 const DocComment &Comment,
427 Linkage, Comment, Declaratio in GlobalVariableTemplatePartialSpecializationRecord()
232 DocComment Comment; global() member
[all...]
H A DExtractAPIVisitor.h291 DocComment Comment; in VisitFunctionDecl()
294 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitFunctionDecl()
306 AvailabilityInfo::createFromDecl(Decl), Linkage, Comment, Declaration, in VisitFunctionDecl()
312 AvailabilityInfo::createFromDecl(Decl), Linkage, Comment, Declaration, in VisitFunctionDecl()
364 DocComment Comment; in VisitEnumDecl()
367 Comment = RawComment->getFormattedLines(Context.getSourceManager(), in VisitEnumDecl()
378 AvailabilityInfo::createFromDecl(Decl), Linkage, Comment, in VisitEnumDecl()
386 AvailabilityInfo::createFromDecl(Decl), Linkage, Comment, in VisitEnumDecl()
401 DocComment Comment; in WalkUpFromFunctionDecl()
404 Comment
258 DocComment Comment; VisitVarDecl() local
328 DocComment Comment; VisitFunctionDecl() local
374 DocComment Comment; VisitEnumDecl() local
489 DocComment Comment; VisitNamespaceDecl() local
522 DocComment Comment; VisitRecordDecl() local
564 DocComment Comment; VisitCXXRecordDecl() local
620 DocComment Comment; VisitCXXMethodDecl() local
681 DocComment Comment; VisitCXXConstructorDecl() local
713 DocComment Comment; VisitCXXDestructorDecl() local
746 DocComment Comment; VisitConceptDecl() local
771 DocComment Comment; VisitClassTemplateSpecializationDecl() local
805 DocComment Comment; VisitClassTemplatePartialSpecializationDecl() local
839 DocComment Comment; VisitVarTemplateDecl() local
885 DocComment Comment; VisitVarTemplateSpecializationDecl() local
915 DocComment Comment; VisitVarTemplatePartialSpecializationDecl() local
946 DocComment Comment; VisitFunctionTemplateDecl() local
977 DocComment Comment; VisitObjCInterfaceDecl() local
1025 DocComment Comment; VisitObjCProtocolDecl() local
1083 DocComment Comment; VisitTypedefNameDecl() local
1113 DocComment Comment; VisitObjCCategoryDecl() local
1164 DocComment Comment; recordEnumConstants() local
1194 DocComment Comment; recordRecordFields() local
1223 DocComment Comment; VisitFieldDecl() local
1252 DocComment Comment; VisitCXXConversionDecl() local
1298 DocComment Comment; recordObjCMethods() local
1328 DocComment Comment; recordObjCProperties() local
1373 DocComment Comment; recordObjCInstanceVariables() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/DebugInfo/CodeView/
H A DCodeViewRecordIO.cpp104 const Twine &Comment) { in mapByteVectorTail() argument
106 emitComment(Comment); in mapByteVectorTail()
120 const Twine &Comment) { in mapByteVectorTail() argument
122 if (auto EC = mapByteVectorTail(BytesRef, Comment)) in mapByteVectorTail()
130 Error CodeViewRecordIO::mapInteger(TypeIndex &TypeInd, const Twine &Comment) { in mapInteger() argument
134 emitComment(Comment + ": " + TypeNameStr); in mapInteger()
136 emitComment(Comment); in mapInteger()
152 const Twine &Comment) { in mapEncodedInteger() argument
155 emitEncodedUnsignedInteger(static_cast<uint64_t>(Value), Comment); in mapEncodedInteger()
157 emitEncodedSignedInteger(Value, Comment); in mapEncodedInteger()
[all …]
/freebsd-src/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewRecordIO.h67 Error mapInteger(TypeIndex &TypeInd, const Twine &Comment = "");
100 template <typename T> Error mapInteger(T &Value, const Twine &Comment = "") {
102 emitComment(Comment);
114 template <typename T> Error mapEnum(T &Value, const Twine &Comment = "") {
124 if (auto EC = mapInteger(X, Comment))
133 Error mapEncodedInteger(int64_t &Value, const Twine &Comment = "");
134 Error mapEncodedInteger(uint64_t &Value, const Twine &Comment = "");
135 Error mapEncodedInteger(APSInt &Value, const Twine &Comment = "");
136 Error mapStringZ(StringRef &Value, const Twine &Comment = "");
137 Error mapGuid(GUID &Guid, const Twine &Comment = "");
[all …]
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DRawCommentList.cpp26 std::pair<RawComment::CommentKind, bool> getCommentKind(StringRef Comment, in getCommentKind() argument
29 if ((Comment.size() < MinCommentLength) || Comment[0] != '/') in getCommentKind()
33 if (Comment[1] == '/') { in getCommentKind()
34 if (Comment.size() < 3) in getCommentKind()
37 if (Comment[2] == '/') in getCommentKind()
39 else if (Comment[2] == '!') in getCommentKind()
44 assert(Comment.size() >= 4); in getCommentKind()
48 if (Comment[1] != '*' || in getCommentKind()
49 Comment[Comment.size() - 2] != '*' || in getCommentKind()
50 Comment[Comment.size() - 1] != '/') in getCommentKind()
[all …]
H A DCommentSema.cpp98 void Sema::checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment) { in checkFunctionDeclVerbatimLine() argument
99 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkFunctionDeclVerbatimLine()
104 switch (Comment->getCommandID()) { in checkFunctionDeclVerbatimLine()
125 Diag(Comment->getLocation(), diag::warn_doc_function_method_decl_mismatch) in checkFunctionDeclVerbatimLine()
126 << Comment->getCommandMarker() in checkFunctionDeclVerbatimLine()
128 << Comment->getSourceRange(); in checkFunctionDeclVerbatimLine()
131 void Sema::checkContainerDeclVerbatimLine(const BlockCommandComment *Comment) { in checkContainerDeclVerbatimLine() argument
132 const CommandInfo *Info = Traits.getCommandInfo(Comment->getCommandID()); in checkContainerDeclVerbatimLine()
136 switch (Comment->getCommandID()) { in checkContainerDeclVerbatimLine()
144 if (DiagSelect && Comment->getCommandMarker() && isObjCInterfaceDecl()) in checkContainerDeclVerbatimLine()
[all …]
H A DComment.cpp35 const char *Comment::getCommentKindName() const { in getCommentKindName()
55 good implements_child_begin_end(Comment::child_iterator (T::*)() const) { in implements_child_begin_end()
61 Comment::child_iterator (Comment::*)() const) { in implements_child_begin_end()
83 Comment::child_iterator Comment::child_begin() const { in child_begin()
98 Comment::child_iterator Comment::child_end() const { in child_end()
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DComment.h65 class Comment {
74 friend class Comment; variable
226 Comment(CommentKind K,
251 typedef Comment * const *child_iterator;
265 class InlineContentComment : public Comment {
270 Comment(K, LocBegin, LocEnd) {
275 static bool classof(const Comment *C) {
301 static bool classof(const Comment *C) {
351 static bool classof(const Comment *C) {
410 static bool classof(const Comment *C) {
[all …]
H A DCommentSema.h134 ArrayRef<Comment::Argument> Args);
187 void checkDeprecatedCommand(const BlockCommandComment *Comment);
189 void checkFunctionDeclVerbatimLine(const BlockCommandComment *Comment);
191 void checkContainerDeclVerbatimLine(const BlockCommandComment *Comment);
193 void checkContainerDecl(const BlockCommandComment *Comment);
/freebsd-src/contrib/llvm-project/clang/include/clang/Basic/
H A DCommentNodes.td8 def Comment : CommentNode<?, 1>;
9 def InlineContentComment : CommentNode<Comment, 1>;
16 def BlockContentComment : CommentNode<Comment, 1>;
24 def VerbatimBlockLineComment : CommentNode<Comment>;
26 def FullComment : CommentNode<Comment>;
/freebsd-src/contrib/bc/tests/bc/
H A Dstdin.txt7 1 /* Comment with partial "string */ + 2
8 2 /* Comment with full "string" */ + 3
9 3 /* Comment with a # hash comment */ + 4
/freebsd-src/contrib/llvm-project/clang/lib/Format/
H A DNamespaceEndCommentsFixer.cpp167 const FormatToken *Comment = RBraceTok->Next; in validEndComment() local
182 NamespaceMacroCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
188 !NamespaceCommentPattern.match(Comment->TokenText, &Groups)) { in validEndComment()
206 if (!(Comment->Next && Comment->Next->is(TT_LineComment))) in validEndComment()
213 if (!CommentPattern.match(Comment->Next->TokenText, &Groups)) in validEndComment()
236 const FormatToken *Comment = RBraceTok->Next; in updateEndComment() local
237 auto Range = CharSourceRange::getCharRange(Comment->getStartOfNonWhitespace(), in updateEndComment()
238 Comment->Tok.getEndLoc()); in updateEndComment()
/freebsd-src/sys/contrib/dev/acpica/compiler/
H A Dcvcompiler.c422 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
424 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
435 CommentLength = strlen (Current->Comment)+3; in CvCalculateCommentLengths()
437 CvDbgPrint (" Comment string: %s\n\n", Current->Comment); in CvCalculateCommentLengths()
447 CvDbgPrint (" Comment string: %s\n\n", Op->Asl.InlineComment); in CvCalculateCommentLengths()
455 CvDbgPrint (" Comment string: %s\n\n", Op->Asl.EndNodeComment); in CvCalculateCommentLengths()
463 CvDbgPrint (" Comment string: %s\n\n", Op->Asl.CloseBraceComment); in CvCalculateCommentLengths()
539 CgWriteOneAmlComment(Op, Current->Comment, CommentOptio in CgWriteAmlDefBlockComment()
[all...]
H A Ddtcompilerparser.l195 Comment \[[^\n\[\]]*\]
196 CommentField {LabelName}{WhiteSpace}*:{WhiteSpace}{Comment}?$
214 <INITIAL,DATA_STATE>{Comment} { DbgPrint(ASL_PARSE_OUTPUT,"Comment matched\n"); }
H A Dcvdisasm.c197 if (Current->Comment) in CvPrintOneCommentList()
200 AcpiOsPrintf("%s\n", Current->Comment); in CvPrintOneCommentList()
201 Current->Comment = NULL; in CvPrintOneCommentList()
H A Dcvparser.c765 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
791 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
816 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
896 CommentNode->Comment = ACPI_CAST_PTR (char, Aml); in CvCaptureCommentsOnly()
912 CommentNode->Comment); in CvCaptureCommentsOnly()
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCDwarf.h528 std::string Comment; in MCCFIInstruction()
531 StringRef V = "", StringRef Comment = "") in MCCFIInstruction()
533 Comment(Comment) { in MCCFIInstruction()
665 SMLoc Loc = {}, StringRef Comment = "") { in getRegister()
666 return MCCFIInstruction(OpEscape, L, 0, 0, Loc, Vals, Comment); in getRegister()
724 StringRef getComment() const { return Comment; }
517 std::string Comment; global() variable

1234567