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

  /src/external/gpl3/gcc/dist/gcc/
tree-data-ref.h 185 #define DR_REF(DR) (DR)->ref
613 if (operand_equal_p (DR_REF (a), DR_REF (b), 0))
696 if (TREE_CODE (DR_REF (dr)) == COMPONENT_REF
697 && DECL_BIT_FIELD (TREE_OPERAND (DR_REF (dr), 1)))
706 TYPE_SIZE_UNIT (TREE_TYPE (DR_REF (dr))));
  /src/external/gpl3/gcc.old/dist/gcc/
tree-data-ref.h 185 #define DR_REF(DR) (DR)->ref
613 if (operand_equal_p (DR_REF (a), DR_REF (b), 0))
696 if (TREE_CODE (DR_REF (dr)) == COMPONENT_REF
697 && DECL_BIT_FIELD (TREE_OPERAND (DR_REF (dr), 1)))
706 TYPE_SIZE_UNIT (TREE_TYPE (DR_REF (dr))));

Completed in 27 milliseconds