Home
last modified time | relevance | path

Searched refs:scoped_name (Results 1 – 2 of 2) sorted by relevance

/external/bcc/src/cc/frontends/b/
Dnode.h496 string scoped_name() const { return scope_id_ + id_->name_; } in scoped_name() function
539 string scoped_name() const { return scope_id_ + id_->name_; } in scoped_name() function
Dcodegen_llvm.cc549 jump_label = state->scoped_name(); in visit_goto_expr_node()
556 jump_label = state->scoped_name(); in visit_goto_expr_node()
1043 string jump_label = n->scoped_name() + "_continue"; in visit_parser_state_stmt_node()
1054 string jump_label = n->scoped_name(); in visit_state_decl_stmt_node()