Home
last modified time | relevance | path

Searched refs:fs_label (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/gmake/dist/
H A Ddir.c429 char fs_label[BUFSIZ]; in find_directory() local
530 fs_label, sizeof (fs_label), in find_directory()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcoroutines.cc2583 tree fs_label; /* The destination for co_returns. */ member
3698 TREE_USED (awpts->fs_label) = 1; in await_statement_walker()
3699 add_stmt (build_stmt (loc, GOTO_EXPR, awpts->fs_label)); in await_statement_walker()
4075 tree& resume_idx_var, tree& fs_label) in coro_rewrite_function_body() argument
4324 fs_label in coro_rewrite_function_body()
4326 add_stmt (build_stmt (fn_start, LABEL_EXPR, fs_label)); in coro_rewrite_function_body()
4478 tree fs_label = NULL_TREE; in morph_fn_to_coro() local
4483 resume_idx_var, fs_label); in morph_fn_to_coro()
4499 = {&field_list, handle_type, fs_label, NULL, NULL, 0, 0, in morph_fn_to_coro()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcoroutines.cc2725 tree fs_label; /* The destination for co_returns. */ member
3861 expr = build1_loc (loc, GOTO_EXPR, void_type_node, awpts->fs_label); in await_statement_walker()
4127 tree& resume_idx_field, tree& fs_label) in coro_rewrite_function_body() argument
4284 fs_label in coro_rewrite_function_body()
4286 add_stmt (build_stmt (fn_start, LABEL_EXPR, fs_label)); in coro_rewrite_function_body()
4437 tree fs_label = NULL_TREE; in morph_fn_to_coro() local
4440 resume_idx_field, fs_label); in morph_fn_to_coro()
4569 = {&field_list, handle_type, fs_label, NULL, NULL, 0, 0, in morph_fn_to_coro()