Searched refs:EndTag (Results 1 - 8 of 8) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/include/clang/Rewrite/Core/
H A DHTMLRewrite.h34 const char *StartTag, const char *EndTag);
41 const char *StartTag, const char *EndTag) {
42 HighlightRange(R, Range.getBegin(), Range.getEnd(), StartTag, EndTag);
49 const char *StartTag, const char *EndTag);
40 HighlightRange(Rewriter &R, SourceRange Range, const char *StartTag, const char *EndTag) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/utilities/
H A Dutresrc.c278 * NULL, a pointer to the EndTag is returned
305 /* The absolute minimum resource template is one EndTag descriptor */
343 /* An EndTag descriptor terminates this resource template */
349 * the 2nd byte of the EndTag
356 /* Return the pointer to the EndTag if requested */
372 /* Did not find an EndTag descriptor */
664 * EndTag - Where the pointer to the EndTag is returned
668 * DESCRIPTION: Find the EndTag resource descriptor in an AML resource template
676 UINT8 **EndTag)
674 AcpiUtGetResourceEndTag( ACPI_OPERAND_OBJECT *ObjDesc, UINT8 **EndTag) argument
[all...]
/freebsd-9.3-release/sys/contrib/dev/acpica/executer/
H A Dexmisc.c182 UINT8 *EndTag; local
192 * Find the EndTag descriptor in each resource template.
193 * Note1: returned pointers point TO the EndTag, not past it.
194 * Note2: zero-length buffers are allowed; treated like one EndTag
199 Status = AcpiUtGetResourceEndTag (Operand0, &EndTag);
205 Length0 = ACPI_PTR_DIFF (EndTag, Operand0->Buffer.Pointer);
209 Status = AcpiUtGetResourceEndTag (Operand1, &EndTag);
215 Length1 = ACPI_PTR_DIFF (EndTag, Operand1->Buffer.Pointer);
217 /* Combine both lengths, minimum size will be 2 for EndTag */
221 /* Create a new buffer object for the result (with one EndTag) */
[all...]
/freebsd-9.3-release/contrib/llvm/tools/clang/lib/Rewrite/Core/
H A DHTMLRewrite.cpp33 const char *StartTag, const char *EndTag) {
52 BufferStart, StartTag, EndTag);
59 const char *StartTag, const char *EndTag) {
62 RB.InsertTextBefore(E, EndTag);
76 RB.InsertTextBefore(LastNonWhiteSpace+1, EndTag);
32 HighlightRange(Rewriter &R, SourceLocation B, SourceLocation E, const char *StartTag, const char *EndTag) argument
57 HighlightRange(RewriteBuffer &RB, unsigned B, unsigned E, const char *BufferStart, const char *StartTag, const char *EndTag) argument
/freebsd-9.3-release/sys/contrib/dev/acpica/include/
H A Damlresrc.h394 AML_RESOURCE_END_TAG EndTag; member in union:aml_resource
H A Dacrestyp.h421 ACPI_RESOURCE_END_TAG EndTag; member in union:acpi_resource_data
H A Dacutils.h804 UINT8 **EndTag);
/freebsd-9.3-release/sys/contrib/dev/acpica/compiler/
H A Daslrestype1.c55 * EndTag
91 Descriptor->EndTag.DescriptorType = ACPI_RESOURCE_NAME_END_TAG |
93 Descriptor->EndTag.Checksum = 0;

Completed in 195 milliseconds