OpenScop 0.8.1
|
#include <lines.h>
Data Fields | |
int | start |
int | end |
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.
int osl_lines::end |
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().
int osl_lines::start |
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().