Home
last modified time | relevance | path

Searched refs:decl_ref (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/
H A Dd-codegen.cc2499 tree decl, decl_ref; in build_closure() local
2505 decl_ref = build_deref (decl); in build_closure()
2519 decl_ref = decl; in build_closure()
2525 tree chain_field = component_ref (decl_ref, TYPE_FIELDS (type)); in build_closure()
2541 tree field = component_ref (decl_ref, DECL_LANG_FRAME_FIELD (vsym)); in build_closure()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/
H A Dd-codegen.cc2788 tree decl, decl_ref; in build_closure() local
2794 decl_ref = build_deref (decl); in build_closure()
2808 decl_ref = decl; in build_closure()
2814 tree chain_field = component_ref (decl_ref, TYPE_FIELDS (type)); in build_closure()
2829 tree field = component_ref (decl_ref, DECL_LANG_FRAME_FIELD (vsym)); in build_closure()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgimplify.cc9633 tree decl_ref = NULL_TREE; in gimplify_scan_omp_clauses() local
9659 decl_ref = decl; in gimplify_scan_omp_clauses()
9679 || (decl_ref in gimplify_scan_omp_clauses()
9680 && TREE_CODE (TREE_TYPE (decl_ref)) == POINTER_TYPE))) in gimplify_scan_omp_clauses()
9719 decl_ref ? decl_ref : decl, charptr_zero); in gimplify_scan_omp_clauses()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgimplify.c8896 tree decl_ref = NULL_TREE; in gimplify_scan_omp_clauses() local
8917 decl_ref = decl; in gimplify_scan_omp_clauses()
8967 decl_ref ? decl_ref : decl, charptr_zero); in gimplify_scan_omp_clauses()