#include <cuda_ast.h>
Inherits tiramisu::cuda_ast::statement.
Inherited by tiramisu::cuda_ast::buffer, and tiramisu::cuda_ast::scalar.
Definition at line 246 of file cuda_ast.h.
tiramisu::cuda_ast::abstract_identifier::abstract_identifier |
( |
primitive_t |
type, |
|
|
const std::string & |
name, |
|
|
memory_location |
location |
|
) |
| |
|
protected |
memory_location tiramisu::cuda_ast::abstract_identifier::get_location |
( |
| ) |
const |
const std::string& tiramisu::cuda_ast::abstract_identifier::get_name |
( |
| ) |
const |
virtual bool tiramisu::cuda_ast::abstract_identifier::is_buffer |
( |
| ) |
const |
|
virtual |
virtual void tiramisu::cuda_ast::abstract_identifier::print_declaration |
( |
std::stringstream & |
ss, |
|
|
const std::string & |
base |
|
) |
| |
|
pure virtual |
The documentation for this class was generated from the following file: