Line
struct Line;
int32 Line() const
} Line[0x10]; /* command can handle upto 16 lines */
UINT32 Line);
UINT32 Line);
UINT32 Line)
ACPI_WARNING ((Module, Line,
ACPI_WARNING ((Module, Line,
Allocation, Size, ACPI_MEM_MALLOC, Component, Module, Line);
UINT32 Line)
ACPI_WARNING ((Module, Line,
ACPI_ERROR ((Module, Line,
ACPI_MEM_CALLOC, Component, Module, Line);
UINT32 Line)
ACPI_ERROR ((Module, Line,
Status = AcpiUtRemoveAllocation (DebugBlock, Component, Module, Line);
UINT32 Line)
Allocation->Line = Line;
UINT32 Line)
ACPI_ERROR ((Module, Line,
Element->Line);
Element->Line, AcpiUtGetDescriptorName (Descriptor));
UINT32 Line; \
#define ACPI_DO_DEBUG_PRINT(Function, Level, Line, Filename, Modulename, Component, ...) \
Function (Level, Line, Filename, Modulename, Component, __VA_ARGS__); \
#define ACPI_ACTUAL_DEBUG(Level, Line, Filename, Modulename, Component, ...) \
ACPI_DO_DEBUG_PRINT (AcpiDebugPrint, Level, Line, \
#define ACPI_ACTUAL_DEBUG_RAW(Level, Line, Filename, Modulename, Component, ...) \
ACPI_DO_DEBUG_PRINT (AcpiDebugPrintRaw, Level, Line, \
UINT32 Line);
UINT32 Line);
UINT32 Line);
location.GetSourceLocation().Line() + 1);
|| statementStart.Line() != line) {
if (statement->StartSourceLocation().Line() != line)
if (marker->Line() < (uint32)i) {
} else if (marker->Line() == (uint32)i) {
return ScrollToLine(statement->StartSourceLocation().Line());
inline uint32 Line() const;
if (statement->StartSourceLocation().Line() != line)
int32 line = statement->StartSourceLocation().Line();
int32 line = statement->StartSourceLocation().Line();
&& ipMarker->Line() <= maxLine && breakpointMarker->Line() <= maxLine) {
if (breakpointMarker->Line() <= ipMarker->Line()) {
while (breakpointMarker != NULL && breakpointMarker->Line() <= maxLine) {
while (ipMarker != NULL && ipMarker->Line() <= maxLine) {
if (a->Line() < b->Line())
return a->Line() == b->Line() ? 0 : 1;
if (a->Line() < b->Line())
return a->Line() == b->Line() ? 0 : 1;
if (*line < marker->Line())
return *line == marker->Line() ? 0 : 1;
&& marker->Line() == (uint32)line) {
int32 line = location.GetSourceLocation().Line();
int32 line = statement->StartSourceLocation().Line();
for (int32 i = 0; i <= location.Line(); i++) {
if (i == location.Line())
sourceLocation.Line(), sourceLocation.Column());
B_PRIx64 "\n", function, sourceLocation.Line(), sourceLocation.Column(),
&& statementLine == (int32)sourceLocation.Line()
hash = hash * 17 + location.Line();
_end = SourceLocation(_start.Line() + 1);
Line* line = fLines.ItemAt(location.Line());
Line* line = new(std::nothrow) Line(_line, statement);
Line(const BString& line, ContiguousStatement* statement)
Line* line = fLines.ItemAt(index);
Line* line = fLines.ItemAt(index);
Line* line = fLines.ItemAt(location.Line());
if (location.Line() >= lineCount)
B_PRId32 "))\n", sourceCode, location.Line(), location.Column());
|| (error = archive.AddInt32("line", fSourceLocation.Line())) != B_OK