Lines Matching refs:has_quit
2320 BOOL *needs_control_head, BOOL *has_quit, BOOL *has_accept) in get_recurse_data_length() argument
2532 *has_quit = quit_found; in get_recurse_data_length()
2546 int type, int stackptr, int stacktop, BOOL has_quit) in copy_recurse_data() argument
2650 if (has_quit && !setsom_found) in copy_recurse_data()
2660 if (has_quit) in copy_recurse_data()
2866 if (has_quit && !setmark_found) in copy_recurse_data()
13252 BOOL has_quit; in compile_recurse() local
13254 …ize = get_recurse_data_length(common, ccbegin, ccend, &needs_control_head, &has_quit, &has_accept); in compile_recurse()
13288 …n, ccbegin, ccend, recurse_copy_from_global, local_size, private_data_size + local_size, has_quit); in compile_recurse()
13347 …common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + local_size, has_quit); in compile_recurse()
13399 …egin, ccend, recurse_copy_private_to_global, local_size, private_data_size + local_size, has_quit); in compile_recurse()
13408 SLJIT_ASSERT(has_quit); in compile_recurse()
13412 …begin, ccend, recurse_copy_shared_to_global, local_size, private_data_size + local_size, has_quit); in compile_recurse()
13424 …, ccend, recurse_copy_kept_shared_to_global, local_size, private_data_size + local_size, has_quit); in compile_recurse()
13449 …common, ccbegin, ccend, recurse_swap_global, local_size, private_data_size + local_size, has_quit); in compile_recurse()