OpenScop 0.8.1
Data Fields

osl_lines Struct Reference

#include <lines.h>

Data Fields

int start
int end

Detailed Description

The osl_lines_t structure stores a lines extention to the core OpenScop representation. It provides information about the line numbers of the SCoP in the original source file.

Definition at line 86 of file lines.h.


Field Documentation

Last line of the SCoP in the original source file.

Definition at line 88 of file lines.h.

Referenced by osl_lines_clone(), osl_lines_equal(), osl_lines_idump(), osl_lines_malloc(), osl_lines_sprint(), and osl_lines_sread().

First line of the SCoP in the original source file.

Definition at line 87 of file lines.h.

Referenced by osl_lines_clone(), osl_lines_equal(), osl_lines_idump(), osl_lines_malloc(), osl_lines_sprint(), and osl_lines_sread().


The documentation for this struct was generated from the following file: