Lines Matching refs:StatusTuple
115 StatusTuple CodegenLLVM::visit_block_stmt_node(BlockStmtNode *n) { in visit_block_stmt_node()
129 return StatusTuple(0); in visit_block_stmt_node()
132 StatusTuple CodegenLLVM::visit_if_stmt_node(IfStmtNode *n) { in visit_if_stmt_node()
162 return StatusTuple(0); in visit_if_stmt_node()
165 StatusTuple CodegenLLVM::visit_onvalid_stmt_node(OnValidStmtNode *n) { in visit_onvalid_stmt_node()
195 return StatusTuple(0); in visit_onvalid_stmt_node()
198 StatusTuple CodegenLLVM::visit_switch_stmt_node(SwitchStmtNode *n) { in visit_switch_stmt_node()
216 return StatusTuple(0); in visit_switch_stmt_node()
219 StatusTuple CodegenLLVM::visit_case_stmt_node(CaseStmtNode *n) { in visit_case_stmt_node()
239 return StatusTuple(0); in visit_case_stmt_node()
242 StatusTuple CodegenLLVM::visit_ident_expr_node(IdentExprNode *n) { in visit_ident_expr_node()
311 return StatusTuple(0); in visit_ident_expr_node()
314 StatusTuple CodegenLLVM::visit_assign_expr_node(AssignExprNode *n) { in visit_assign_expr_node()
346 return StatusTuple(0); in visit_assign_expr_node()
349 StatusTuple CodegenLLVM::lookup_var(Node *n, const string &name, Scopes::VarScope *scope, in lookup_var()
356 return StatusTuple(0); in lookup_var()
359 StatusTuple CodegenLLVM::visit_packet_expr_node(PacketExprNode *n) { in visit_packet_expr_node()
410 return StatusTuple(0); in visit_packet_expr_node()
413 StatusTuple CodegenLLVM::visit_integer_expr_node(IntegerExprNode *n) { in visit_integer_expr_node()
419 return StatusTuple(0); in visit_integer_expr_node()
422 StatusTuple CodegenLLVM::visit_string_expr_node(StringExprNode *n) { in visit_string_expr_node()
435 return StatusTuple(0); in visit_string_expr_node()
438 StatusTuple CodegenLLVM::emit_short_circuit_and(BinopExprNode *n) { in emit_short_circuit_and()
462 return StatusTuple(0); in emit_short_circuit_and()
465 StatusTuple CodegenLLVM::emit_short_circuit_or(BinopExprNode *n) { in emit_short_circuit_or()
489 return StatusTuple(0); in emit_short_circuit_or()
492 StatusTuple CodegenLLVM::visit_binop_expr_node(BinopExprNode *n) { in visit_binop_expr_node()
517 return StatusTuple(0); in visit_binop_expr_node()
520 StatusTuple CodegenLLVM::visit_unop_expr_node(UnopExprNode *n) { in visit_unop_expr_node()
527 return StatusTuple(0); in visit_unop_expr_node()
530 StatusTuple CodegenLLVM::visit_bitop_expr_node(BitopExprNode *n) { in visit_bitop_expr_node()
531 return StatusTuple(0); in visit_bitop_expr_node()
534 StatusTuple CodegenLLVM::visit_goto_expr_node(GotoExprNode *n) { in visit_goto_expr_node()
561 return StatusTuple(0); in visit_goto_expr_node()
564 StatusTuple CodegenLLVM::visit_return_expr_node(ReturnExprNode *n) { in visit_return_expr_node()
570 return StatusTuple(0); in visit_return_expr_node()
573 StatusTuple CodegenLLVM::emit_table_lookup(MethodCallExprNode *n) { in emit_table_lookup()
613 return StatusTuple(0); in emit_table_lookup()
616 StatusTuple CodegenLLVM::emit_table_update(MethodCallExprNode *n) { in emit_table_update()
644 return StatusTuple(0); in emit_table_update()
647 StatusTuple CodegenLLVM::emit_table_delete(MethodCallExprNode *n) { in emit_table_delete()
671 return StatusTuple(0); in emit_table_delete()
674 StatusTuple CodegenLLVM::emit_log(MethodCallExprNode *n) { in emit_log()
692 return StatusTuple(0); in emit_log()
695 StatusTuple CodegenLLVM::emit_packet_rewrite_field(MethodCallExprNode *n) { in emit_packet_rewrite_field()
698 return StatusTuple(0); in emit_packet_rewrite_field()
701 StatusTuple CodegenLLVM::emit_atomic_add(MethodCallExprNode *n) { in emit_atomic_add()
709 return StatusTuple(0); in emit_atomic_add()
712 StatusTuple CodegenLLVM::emit_incr_cksum(MethodCallExprNode *n, size_t sz) { in emit_incr_cksum()
746 return StatusTuple(0); in emit_incr_cksum()
749 StatusTuple CodegenLLVM::emit_get_usec_time(MethodCallExprNode *n) { in emit_get_usec_time()
750 return StatusTuple(0); in emit_get_usec_time()
753 StatusTuple CodegenLLVM::visit_method_call_expr_node(MethodCallExprNode *n) { in visit_method_call_expr_node()
776 return StatusTuple(0); in visit_method_call_expr_node()
785 StatusTuple CodegenLLVM::visit_table_index_expr_node(TableIndexExprNode *n) { in visit_table_index_expr_node()
883 return StatusTuple(0); in visit_table_index_expr_node()
887 StatusTuple CodegenLLVM::visit_match_decl_stmt_node(MatchDeclStmtNode *n) { in visit_match_decl_stmt_node()
916 return StatusTuple(0); in visit_match_decl_stmt_node()
920 StatusTuple CodegenLLVM::visit_miss_decl_stmt_node(MissDeclStmtNode *n) { in visit_miss_decl_stmt_node()
944 return StatusTuple(0); in visit_miss_decl_stmt_node()
947 StatusTuple CodegenLLVM::visit_failure_decl_stmt_node(FailureDeclStmtNode *n) { in visit_failure_decl_stmt_node()
951 StatusTuple CodegenLLVM::visit_expr_stmt_node(ExprStmtNode *n) { in visit_expr_stmt_node()
954 return StatusTuple(0); in visit_expr_stmt_node()
957 StatusTuple CodegenLLVM::visit_struct_variable_decl_stmt_node(StructVariableDeclStmtNode *n) { in visit_struct_variable_decl_stmt_node()
959 return StatusTuple(0); in visit_struct_variable_decl_stmt_node()
1013 return StatusTuple(0); in visit_struct_variable_decl_stmt_node()
1016 StatusTuple CodegenLLVM::visit_integer_variable_decl_stmt_node(IntegerVariableDeclStmtNode *n) { in visit_integer_variable_decl_stmt_node()
1018 return StatusTuple(0); in visit_integer_variable_decl_stmt_node()
1028 return StatusTuple(0); in visit_integer_variable_decl_stmt_node()
1031 StatusTuple CodegenLLVM::visit_struct_decl_stmt_node(StructDeclStmtNode *n) { in visit_struct_decl_stmt_node()
1039 return StatusTuple(0); in visit_struct_decl_stmt_node()
1042 StatusTuple CodegenLLVM::visit_parser_state_stmt_node(ParserStateStmtNode *n) { in visit_parser_state_stmt_node()
1048 return StatusTuple(0); in visit_parser_state_stmt_node()
1051 StatusTuple CodegenLLVM::visit_state_decl_stmt_node(StateDeclStmtNode *n) { in visit_state_decl_stmt_node()
1053 return StatusTuple(0); in visit_state_decl_stmt_node()
1077 return StatusTuple(0); in visit_state_decl_stmt_node()
1080 StatusTuple CodegenLLVM::visit_table_decl_stmt_node(TableDeclStmtNode *n) { in visit_table_decl_stmt_node()
1119 return StatusTuple(0); in visit_table_decl_stmt_node()
1122 StatusTuple CodegenLLVM::lookup_struct_type(StructDeclStmtNode *decl, StructType **stype) const { in lookup_struct_type()
1128 return StatusTuple(0); in lookup_struct_type()
1131 StatusTuple CodegenLLVM::lookup_struct_type(VariableDeclStmtNode *n, StructType **stype, in lookup_struct_type()
1150 return StatusTuple(0); in lookup_struct_type()
1153 StatusTuple CodegenLLVM::visit_func_decl_stmt_node(FuncDeclStmtNode *n) { in visit_func_decl_stmt_node()
1230 return StatusTuple(0); in visit_func_decl_stmt_node()
1233 StatusTuple CodegenLLVM::visit(Node *root, TableStorage &ts, const string &id, in visit()
1260 return StatusTuple(0); in visit()
1263 StatusTuple CodegenLLVM::print_header() { in print_header()
1288 return StatusTuple(0); in print_header()