Home
last modified time | relevance | path

Searched refs:SwitchStmtNode (Results 1 – 5 of 5) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dnode.h77 EXPAND(SwitchStmtNode, switch_stmt_node) \
410 class SwitchStmtNode : public StmtNode {
412 DECLARE(SwitchStmtNode)
415 SwitchStmtNode(ExprNode::Ptr cond, BlockStmtNode::Ptr block) in SwitchStmtNode() function
Dprinter.cc68 StatusTuple Printer::visit_switch_stmt_node(SwitchStmtNode* n) { in visit_switch_stmt_node()
Dtype_check.cc66 StatusTuple TypeCheck::visit_switch_stmt_node(SwitchStmtNode *n) { in visit_switch_stmt_node()
Dparser.yy399 { $$ = new SwitchStmtNode(ExprNode::Ptr($2), make_unique<BlockStmtNode>(move(*$4))); delete $4;
Dcodegen_llvm.cc198 StatusTuple CodegenLLVM::visit_switch_stmt_node(SwitchStmtNode *n) { in visit_switch_stmt_node()