Home
last modified time | relevance | path

Searched refs:true_block_ (Results 1 – 4 of 4) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dnode.h383 StmtNode::Ptr true_block_; variable
387 : cond_(move(cond)), true_block_(move(true_block)) {} in IfStmtNode()
390 : cond_(move(cond)), true_block_(move(true_block)), in IfStmtNode()
Dprinter.cc48 TRY2(n->true_block_->accept(this)); in visit_if_stmt_node()
Dtype_check.cc47 TRY2(n->true_block_->accept(this)); in visit_if_stmt_node()
Dcodegen_llvm.cc148 TRY2(n->true_block_->accept(this)); in visit_if_stmt_node()