Home
last modified time | relevance | path

Searched refs:decl_expr (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc1343 tree decl_expr = build_stmt (loc, DECL_EXPR, current_retval_sentinel); in maybe_splice_retval_cleanup() local
1344 tsi_link_before (&iter, decl_expr, TSI_SAME_STMT); in maybe_splice_retval_cleanup()
H A Dpt.cc18121 tree decl_expr = NULL_TREE; in tsubst_omp_for_iterator() local
18167 decl_expr = init; in tsubst_omp_for_iterator()
18257 if (decl_expr) in tsubst_omp_for_iterator()
18260 tree init_sav = DECL_INITIAL (DECL_EXPR_DECL (decl_expr)); in tsubst_omp_for_iterator()
18261 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = NULL_TREE; in tsubst_omp_for_iterator()
18262 RECUR (decl_expr); in tsubst_omp_for_iterator()
18263 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = init_sav; in tsubst_omp_for_iterator()
18303 if (decl_expr) in tsubst_omp_for_iterator()
18306 RECUR (decl_expr); in tsubst_omp_for_iterator()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c1383 tree decl_expr = build_stmt (loc, DECL_EXPR, current_retval_sentinel); in maybe_splice_retval_cleanup() local
1384 tsi_link_before (&iter, decl_expr, TSI_SAME_STMT); in maybe_splice_retval_cleanup()
H A Dpt.c17557 tree decl_expr = NULL_TREE; in tsubst_omp_for_iterator() local
17603 decl_expr = init; in tsubst_omp_for_iterator()
17684 if (decl_expr) in tsubst_omp_for_iterator()
17687 tree init_sav = DECL_INITIAL (DECL_EXPR_DECL (decl_expr)); in tsubst_omp_for_iterator()
17688 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = NULL_TREE; in tsubst_omp_for_iterator()
17689 RECUR (decl_expr); in tsubst_omp_for_iterator()
17690 DECL_INITIAL (DECL_EXPR_DECL (decl_expr)) = init_sav; in tsubst_omp_for_iterator()
17716 if (decl_expr) in tsubst_omp_for_iterator()
17719 RECUR (decl_expr); in tsubst_omp_for_iterator()
/netbsd-src/external/gpl3/gcc/dist/include/
H A Dgcc-cp-fe.def583 function, and use decl_expr to convert the appropriate function or
638 use decl_expr to convert the gcc_decl of the member name to a
/netbsd-src/external/gpl3/binutils.old/dist/include/
H A Dgcc-cp-fe.def583 function, and use decl_expr to convert the appropriate function or
638 use decl_expr to convert the gcc_decl of the member name to a
/netbsd-src/external/gpl3/gcc.old/dist/include/
H A Dgcc-cp-fe.def583 function, and use decl_expr to convert the appropriate function or
638 use decl_expr to convert the gcc_decl of the member name to a
/netbsd-src/external/gpl3/binutils/dist/include/
H A Dgcc-cp-fe.def583 function, and use decl_expr to convert the appropriate function or
638 use decl_expr to convert the gcc_decl of the member name to a
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp2919 if (const auto *decl_expr = dyn_cast<DeclRefExpr>(e)) { in tryEmitARCRetainLoadOfScalar() local
2920 auto *DRE = const_cast<DeclRefExpr *>(decl_expr); in tryEmitARCRetainLoadOfScalar()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree.def928 DEFTREECODE (DECL_EXPR, "decl_expr", tcc_statement, 1)
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree.def940 DEFTREECODE (DECL_EXPR, "decl_expr", tcc_statement, 1)
H A DChangeLog-199815603 (objc_add_static_instance): Remove unused variables `decl_expr'