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

  /src/external/gpl3/gcc/dist/gcc/cp/
search.cc 1723 Determine if COMPONENT_REF is a simple field lookup of this->FIELD_DECL.
1729 <field_decl (FIELD_DECL)>>>. */
1732 field_access_p (tree component_ref, tree field_decl, tree field_type)
1746 if (TREE_OPERAND (component_ref, 1) != field_decl)
1754 determine if it is a simple accessor for FIELD_DECL
1767 <field_decl (FIELD_DECL)>>>>>. */
1770 direct_accessor_p (tree init_expr, tree field_decl, tree field_type)
1777 if (!field_access_p (component_ref, field_decl, field_type)
1899 tree field_decl; member in class:locate_field_data
    [all...]
semantics.cc 366 if (TREE_CODE (decl) == FIELD_DECL)
2430 gcc_assert (TREE_CODE (decl) == FIELD_DECL);
2708 else if (TREE_CODE (expr) == FIELD_DECL)
3959 /* Remember the single FIELD_DECL an anonymous aggregate type is used for. */
3960 if (TREE_CODE (decl) == FIELD_DECL
3974 if (TREE_CODE (decl) == FIELD_DECL)
4659 else if (TREE_CODE (decl) == FIELD_DECL)
5467 FIELD_DECL, otherwise return DECL itself. */
5484 gcc_assert (TREE_CODE (f) == FIELD_DECL);
5502 /* For a FIELD_DECL F and corresponding DECL_OMP_PRIVATIZED_MEMBE
10226 tree field_decl = (*i).first; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
search.cc 1672 Determine if COMPONENT_REF is a simple field lookup of this->FIELD_DECL.
1678 <field_decl (FIELD_DECL)>>>. */
1681 field_access_p (tree component_ref, tree field_decl, tree field_type)
1695 if (TREE_OPERAND (component_ref, 1) != field_decl)
1703 determine if it is a simple accessor for FIELD_DECL
1716 <field_decl (FIELD_DECL)>>>>>. */
1719 direct_accessor_p (tree init_expr, tree field_decl, tree field_type)
1726 if (!field_access_p (component_ref, field_decl, field_type)
1838 tree field_decl; member in class:locate_field_data
    [all...]
semantics.cc 367 if (TREE_CODE (decl) == FIELD_DECL)
2147 gcc_assert (TREE_CODE (decl) == FIELD_DECL);
2402 else if (TREE_CODE (expr) == FIELD_DECL)
3586 /* Remember the single FIELD_DECL an anonymous aggregate type is used for. */
3587 if (TREE_CODE (decl) == FIELD_DECL
3601 if (TREE_CODE (decl) == FIELD_DECL)
4268 else if (TREE_CODE (decl) == FIELD_DECL)
5022 FIELD_DECL, otherwise return DECL itself. */
5039 gcc_assert (TREE_CODE (f) == FIELD_DECL);
5057 /* For a FIELD_DECL F and corresponding DECL_OMP_PRIVATIZED_MEMBE
9758 tree field_decl = (*i).first; local
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
tree-if-conv.cc 3531 tree field_decl = TREE_OPERAND (comp_ref, 1); local
3533 tree rep_decl = DECL_BIT_FIELD_REPRESENTATIVE (field_decl);
3540 /* Bail out if the DECL_SIZE of the field_decl isn't the same as the BF's
3544 if (compare_tree_int (DECL_SIZE (field_decl), bf_prec) != 0)
3563 DECL_FIELD_OFFSET of the original bitfield's member FIELD_DECL tells
3565 start of the group of bitfield members the FIELD_DECL belongs to,
3579 DECL_FIELD_BIT_OFFSET (field_decl));
  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 866 gcc_checking_assert (decl && TREE_CODE (decl) == FIELD_DECL);
2235 FIELD_DECL, NULL_TREE, super);
2239 && TREE_CODE (DECL_CHAIN (field)) == FIELD_DECL)
2246 = (field && TREE_CODE (field) == FIELD_DECL
3208 tree field_decl = objc_get_class_ivars (constant_string_id); local
3211 (F && TREE_CODE (F) == FIELD_DECL \
3215 if (!AT_LEAST_AS_LARGE_AS (field_decl, ptr_type_node))
3218 field_decl = DECL_CHAIN (field_decl);
3219 if (!AT_LEAST_AS_LARGE_AS (field_decl, ptr_type_node)
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 868 gcc_checking_assert (decl && TREE_CODE (decl) == FIELD_DECL);
2237 FIELD_DECL, NULL_TREE, super);
2241 && TREE_CODE (DECL_CHAIN (field)) == FIELD_DECL)
2248 = (field && TREE_CODE (field) == FIELD_DECL
3210 tree field_decl = objc_get_class_ivars (constant_string_id); local
3213 (F && TREE_CODE (F) == FIELD_DECL \
3217 if (!AT_LEAST_AS_LARGE_AS (field_decl, ptr_type_node))
3220 field_decl = DECL_CHAIN (field_decl);
3221 if (!AT_LEAST_AS_LARGE_AS (field_decl, ptr_type_node)
    [all...]

Completed in 161 milliseconds