Searched refs:table_set (Results 1 – 7 of 7) sorted by relevance
61 # CHECK: table_set:62 # CHECK-NEXT: .functype table_set (i32, externref) -> ()68 # CHECK-NEXT: .size table_set, .Ltmp2-table_set69 table_set: label70 .functype table_set (i32, externref) -> ()
744 bool table_set = false; in do_commandeb() local913 if (restore && table_set) in do_commandeb()922 table_set = true; in do_commandeb()
468 bool table_set = false; in do_parse() local756 if (p->restore && table_set) in do_parse()765 table_set = true; in do_parse()
1085 bool table_set = false; in do_command6() local1366 if (restore && table_set) in do_command6()1371 table_set = true; in do_command6()
1080 bool table_set = false; in do_command4() local1358 if (restore && table_set) in do_command4()1363 table_set = true; in do_command4()
1949 table_set = set(table_to_config_dict.keys())1951 unused_table_set = table_set - used_table_set1957 extra_table_set = used_table_set - table_set
1566 STATIC_ASSERT(ARRAY_SIZE(table_set) == API_OPENGL_LAST + 4); in find_value()