Searched refs:c_build_bind_expr (Results 1 - 14 of 14) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-gimplify.c181 c_build_bind_expr (location_t loc, tree block, tree body) function
H A Dc-common.h1120 extern tree c_build_bind_expr (location_t, tree, tree);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/cp/
H A Doptimize.c444 bind = c_build_bind_expr (DECL_SOURCE_LOCATION (clone),
H A Dsemantics.c459 stmt_list = c_build_bind_expr (input_location, block, stmt_list);
H A Ddecl.c760 stmt = c_build_bind_expr (input_location, block, stmt);
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Doptimize.cc444 bind = c_build_bind_expr (DECL_SOURCE_LOCATION (clone),
H A Dsemantics.cc663 stmt_list = c_build_bind_expr (input_location, block, stmt_list);
H A Ddecl.cc792 stmt = c_build_bind_expr (input_location, block, stmt);
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-gimplify.cc650 c_build_bind_expr (location_t loc, tree block, tree body) function
H A Dc-common.h1158 extern tree c_build_bind_expr (location_t, tree, tree);
/netbsd-current/external/gpl3/gcc.old/dist/gcc/c/
H A Dgimple-parser.c262 stmt = c_build_bind_expr (loc1, block, stmt);
H A Dc-typeck.c11471 stmt = c_build_bind_expr (loc, block, stmt);
/netbsd-current/external/gpl3/gcc/dist/gcc/c/
H A Dgimple-parser.cc262 stmt = c_build_bind_expr (loc1, block, stmt);
H A Dc-typeck.cc11575 stmt = c_build_bind_expr (loc, block, stmt);

Completed in 601 milliseconds