Searched refs:parse_decl_node (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/libaom/tools/auto_refactor/ |
H A D | test_auto_refactor.py | 614 decl_status = parse_decl_node(self.struct_info, decl_list[0]) 618 decl_status = parse_decl_node(self.struct_info, decl_list[1]) 622 decl_status = parse_decl_node(self.struct_info, decl_list[2]) 626 decl_status = parse_decl_node(self.struct_info, decl_list[3]) 633 decl_status = parse_decl_node(self.struct_info, decl_list[0]) 641 decl_status = parse_decl_node(self.struct_info, decl_list[0]) 649 decl_status = parse_decl_node(self.struct_info, decl_list[0]) 658 decl_status = parse_decl_node(self.struct_info, decl_list[0]) 667 decl_status = parse_decl_node(self.struct_info, decl_list[0])
|
H A D | auto_refactor.py | 49 sub_decl_status = parse_decl_node(struct_info, sub_decl_node) 52 decl_status = parse_decl_node(struct_info, decl_node) 274 def parse_decl_node(struct_info, decl_node): function 655 decl_status = parse_decl_node(self.struct_info, decl_node) 691 decl_status = parse_decl_node(self.struct_info, node) 890 decl_status = parse_decl_node(struct_info, node)
|