Searched refs:c_build_bind_expr (Results 1 – 19 of 19) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-gimplify.c | 181 c_build_bind_expr (location_t loc, tree block, tree body) in c_build_bind_expr() function
|
H A D | c-common.h | 1119 extern tree c_build_bind_expr (location_t, tree, tree);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/ |
H A D | optimize.cc | 444 bind = c_build_bind_expr (DECL_SOURCE_LOCATION (clone), in maybe_thunk_body()
|
H A D | ChangeLog-2009 | 2182 * decl.c (poplevel): Pass location to c_build_bind_expr.
|
H A D | semantics.cc | 663 stmt_list = c_build_bind_expr (input_location, block, stmt_list); in do_poplevel()
|
H A D | decl.cc | 789 stmt = c_build_bind_expr (input_location, block, stmt); in poplevel()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/ |
H A D | optimize.c | 444 bind = c_build_bind_expr (DECL_SOURCE_LOCATION (clone), in maybe_thunk_body()
|
H A D | semantics.c | 459 stmt_list = c_build_bind_expr (input_location, block, stmt_list); in do_poplevel()
|
H A D | decl.c | 757 stmt = c_build_bind_expr (input_location, block, stmt); in poplevel()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-gimplify.cc | 650 c_build_bind_expr (location_t loc, tree block, tree body) in c_build_bind_expr() function
|
H A D | c-common.h | 1157 extern tree c_build_bind_expr (location_t, tree, tree);
|
H A D | ChangeLog | 412 (c_build_bind_expr): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c/ |
H A D | gimple-parser.c | 262 stmt = c_build_bind_expr (loc1, block, stmt); in c_parser_parse_gimple_body()
|
H A D | c-typeck.c | 11435 stmt = c_build_bind_expr (loc, block, stmt); in c_end_compound_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c/ |
H A D | gimple-parser.cc | 262 stmt = c_build_bind_expr (loc1, block, stmt); in c_parser_parse_gimple_body()
|
H A D | c-typeck.cc | 11539 stmt = c_build_bind_expr (loc, block, stmt); in c_end_compound_stmt()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | ChangeLog.tree-ssa | 5895 (c_build_bind_expr): Do not call gimplify_stmt. 6695 * c-simplify.c (c_build_bind_expr): Don't create an empty bind 11504 * c-simplify.c (c_build_bind_expr): Revert change from earlier today. 11508 * c-simplify.c (c_build_bind_expr): Avoid creating unnecessary 14348 (c_build_bind_expr): Don't build a block for an artificial decl.
|
H A D | ChangeLog-2009 | 19666 * c-gimplify.c (c_build_bind_expr): New argument. 19674 c_build_bind_expr, objc_build_selector_expr, objc_build_throw_stmt,
|
H A D | ChangeLog-2004 | 19131 * c-gimplify.c (c_build_bind_expr, gimplify_c_loop, 29645 (c_build_bind_expr): Export.
|