Searched refs:EndLine (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/llvm/tools/lli/ChildTarget/Unix/
H A DChildTarget.inc142 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
144 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
148 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-10.2-release/sys/contrib/dev/acpica/compiler/
H A Dasllisting.c367 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine, FileId);
471 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
488 LsWriteSourceLines (Op->Asl.EndLine, Op->Asl.EndLogicalLine,
H A Dasltree.c487 if (Op->Asl.EndLine)
492 Op->Asl.EndLine = Gbl_CurrentLineNumber;
526 Source->Asl.LineNumber, Source->Asl.EndLine,
1072 Op->Asl.LineNumber, Op->Asl.EndLine,
H A Dasltransform.c163 Op->Asl.EndLine = Neighbor->Asl.EndLine;
/freebsd-10.2-release/contrib/llvm/lib/Support/Unix/
H A DMemory.inc326 const intptr_t EndLine = ((intptr_t) Addr + Len + LineSize - 1) & Mask;
328 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
332 for (intptr_t Line = StartLine; Line < EndLine; Line += LineSize)
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DCommentParser.cpp520 const unsigned EndLine = SourceMgr.getPresumedLineNumber( local
523 if (StartLineInvalid || EndLineInvalid || StartLine == EndLine)
/freebsd-10.2-release/sys/contrib/dev/acpica/include/
H A Daclocal.h946 UINT32 EndLine; member in struct:acpi_parse_obj_asl

Completed in 162 milliseconds