HomeSort by: relevance | last modified time | path
    Searched defs:decl_ref (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc.old/dist/gcc/d/
d-codegen.cc 2788 tree decl, decl_ref; local
2794 decl_ref = build_deref (decl);
2808 decl_ref = decl;
2814 tree chain_field = component_ref (decl_ref, TYPE_FIELDS (type));
2829 tree field = component_ref (decl_ref, DECL_LANG_FRAME_FIELD (vsym));
  /src/external/gpl3/gcc.old/dist/gcc/
gimplify.cc 9638 tree decl_ref = NULL_TREE;
9664 decl_ref = decl;
9684 || (decl_ref
9685 && TREE_CODE (TREE_TYPE (decl_ref)) == POINTER_TYPE)))
9724 decl_ref ? decl_ref : decl, charptr_zero);
9635 tree decl_ref = NULL_TREE; local

Completed in 22 milliseconds