Searched refs:BlockStatement (Results 1 – 5 of 5) sorted by relevance
41 return dynamic_cast<const BlockStatement*>(state.getStatementStackEntry(stackDepth-1)) != DE_NULL; in isCurrentTopStatementBlock()57 { getWeight<BlockStatement>, create<BlockStatement> }, in chooseStatement()139 BlockStatement::BlockStatement (GeneratorState& state) in BlockStatement() function in rsg::BlockStatement144 void BlockStatement::init (GeneratorState& state) in init()153 BlockStatement::~BlockStatement (void) in ~BlockStatement()160 void BlockStatement::addChild (Statement* statement) in addChild()173 Statement* BlockStatement::createNextChild (GeneratorState& state) in createNextChild()190 float BlockStatement::getWeight (const GeneratorState& state) in getWeight()203 void BlockStatement::tokenize (GeneratorState& state, TokenStream& str) const in tokenize()213 void BlockStatement::execute (ExecutionContext& execCtx) const in execute()[all …]
88 class BlockStatement : public Statement class91 BlockStatement (GeneratorState& state);92 virtual ~BlockStatement (void);94 BlockStatement (void) : m_numChildrenToCreate(0) {} in BlockStatement() function in rsg::BlockStatement
51 BlockStatement& getBody (void) { return m_functionBlock; } in getBody()52 const BlockStatement& getBody (void) const { return m_functionBlock; } in getBody()61 BlockStatement m_functionBlock;
65 void createAssignment (BlockStatement& block, const Variable* dstVar, const Variable* srcVar) in createAssignment()
META-INF/ META-INF/MANIFEST.MF net/ net/sourceforge/ net/ ...