Searched refs:BlockStatement (Results 1 – 14 of 14) 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()
476 if (if_false && !(BlockStatement::DynamicCast(if_true) && in MakeIfStatement()477 (BlockStatement::DynamicCast(*if_false) || in MakeIfStatement()520 BlockStatement* current_block = MakeNode<BlockStatement>(); in MakeTypeswitchStatement()536 BlockStatement* case_block; in MakeTypeswitchStatement()542 case_block = MakeNode<BlockStatement>(); in MakeTypeswitchStatement()552 BlockStatement* next_block = MakeNode<BlockStatement>(); in MakeTypeswitchStatement()636 Statement* result = MakeNode<BlockStatement>(deferred, std::move(statements)); in MakeBlockStatement()
41 V(BlockStatement) \564 struct BlockStatement : Statement { struct565 DEFINE_AST_NODE_LEAF_BOILERPLATE(BlockStatement) in DEFINE_AST_NODE_LEAF_BOILERPLATE() argument566 explicit BlockStatement(SourcePosition pos, bool deferred = false, in DEFINE_AST_NODE_LEAF_BOILERPLATE()
61 void Visit(BlockStatement* expr) { in Visit()
134 const Type* Visit(BlockStatement* block);
703 const Type* ImplementationVisitor::Visit(BlockStatement* block) { in Visit()
23 ParseStart<Statement> STATEMENT = ASTParser::BlockStatement;
1182 ( LOOKAHEAD(2) stmt = BlockStatement() { ret = add(ret, stmt); } )*2122 Statement BlockStatement():2743 { (LOOKAHEAD(3) ret = BlockStatement()|ret = ExplicitConstructorInvocation()) <EOF> { return ret; }…
1644 stmt = BlockStatement(); in Statements()3831 final public Statement BlockStatement() throws ParseException {Statement ret; in BlockStatement() method in GeneratedJavaParser5522 ret = BlockStatement(); in BlockStatementParseStart()
1596 stmt = BlockStatement(); in Statements()3597 final public Statement BlockStatement() {Statement ret; in BlockStatement() method in ASTParser
1555 stmt = BlockStatement(); in Statements()3696 final public Statement BlockStatement() { in BlockStatement() method in ASTParser