#include <coordinates.h>
Data Fields | |
char * | name |
int | start |
int | end |
int | indent |
The osl_coordinates_t structure stores a coordinates extention to the core OpenScop representation. It provides information about the SCoP location (file name, starting and ending lines, indentation level).
Definition at line 84 of file coordinates.h.
Last line of the SCoP in the original source file.
Definition at line 87 of file coordinates.h.
Referenced by osl_coordinates_clone(), osl_coordinates_idump(), osl_coordinates_malloc(), osl_coordinates_sprint(), and osl_coordinates_sread().
Indentation (number of spaces starting each line).
Definition at line 88 of file coordinates.h.
Referenced by osl_coordinates_clone(), osl_coordinates_equal(), osl_coordinates_idump(), osl_coordinates_malloc(), osl_coordinates_sprint(), and osl_coordinates_sread().
char* osl_coordinates::name |
File name (may include the fils path as well).
Definition at line 85 of file coordinates.h.
Referenced by osl_coordinates_clone(), osl_coordinates_equal(), osl_coordinates_free(), osl_coordinates_idump(), osl_coordinates_malloc(), osl_coordinates_sprint(), and osl_coordinates_sread().
First line of the SCoP in the original source file.
Definition at line 86 of file coordinates.h.
Referenced by osl_coordinates_clone(), osl_coordinates_equal(), osl_coordinates_idump(), osl_coordinates_malloc(), osl_coordinates_sprint(), osl_coordinates_sread(), and osl_generic_sread().