souffle
2.0.2-371-g6315b36
|
Data Structures | |
class | AstToRamTranslator |
Main class for the AST->RAM translator. More... | |
class | ClauseTranslator |
struct | Location |
class | ProvenanceClauseTranslator |
class | ValueIndex |
Functions | |
void | appendStmt (VecOwn< ram::Statement > &stmtList, Own< ram::Statement > stmt) |
append statement to a list of statements More... | |
|
inline |
append statement to a list of statements
Definition at line 144 of file AstToRamTranslator.cpp.
References souffle::ast2ram::Location::element, and souffle::ast2ram::Location::identifier.
Referenced by souffle::ast2ram::AstToRamTranslator::translateNonRecursiveRelation().