Home
last modified time | relevance | path

Searched refs:InlineComment (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/contrib/dev/acpica/compiler/
H A Dcvcompiler.c443 if (Op->Asl.InlineComment) in CvCalculateCommentLengths()
445 CommentLength = strlen (Op->Asl.InlineComment)+3; in CvCalculateCommentLengths()
688 if (Op->Asl.InlineComment) in CgWriteAmlComment()
692 Op->Asl.InlineComment = NULL; in CgWriteAmlComment()
928 char *InlineComment, in CvAppendInlineComment() argument
935 if (!InlineComment) in CvAppendInlineComment()
942 return (InlineComment); in CvAppendInlineComment()
946 Size += strlen (InlineComment); in CvAppendInlineComment()
949 strcpy (Str, InlineComment); in CvAppendInlineComment()
992 LatestParseNode->Asl.InlineComment = in CvPlaceComment()
[all …]
H A Daslparseop.c280 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp()
285 Child->Asl.InlineComment = NULL; in TrCreateOp()
318 Op->Asl.InlineComment = Child->Asl.InlineComment; in TrCreateOp()
319 Child->Asl.InlineComment = NULL; in TrCreateOp()
837 Op->Asl.InlineComment = NULL; in TrAllocateOp()
898 Op->Asl.InlineComment = AslGbl_InlineCommentBuffer; in TrAllocateOp()
H A Dcvparser.c346 Op->Common.InlineComment = NULL; in CvClearOpComments()
1023 Op->Common.InlineComment = AcpiGbl_CurrentInlineComment; in CvTransferComments()
H A Dcvdisasm.c298 CommentToPrint = &Op->Common.InlineComment; in CvPrintOneCommentType()
/f-stack/freebsd/contrib/dev/acpica/include/
H A Dacconvert.h199 char *InlineComment,
H A Daclocal.h1040 char *InlineComment; /* Inline comment */\
/f-stack/freebsd/contrib/dev/acpica/components/parser/
H A Dpsobject.c398 (*Op)->Common.InlineComment = UnnamedOp->Common.InlineComment; in AcpiPsBuildNamedOp()
408 UnnamedOp->Common.InlineComment = NULL; in AcpiPsBuildNamedOp()
H A Dpsargs.c722 if (Field->Common.InlineComment) in AcpiPsGetNextField()
724 Field->Common.NameComment = Field->Common.InlineComment; in AcpiPsGetNextField()
726 Field->Common.InlineComment = AcpiGbl_CurrentInlineComment; in AcpiPsGetNextField()