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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 9953 tree objc_NSFastEnumeration_type = lookup_name (get_identifier ("NSFastEnumerationState"));
9955 if (objc_NSFastEnumeration_type)
9958 objc_NSFastEnumeration_type is the same as ours! */
9959 if (TREE_CODE (objc_NSFastEnumeration_type) == TYPE_DECL)
9962 if (DECL_ORIGINAL_TYPE (objc_NSFastEnumeration_type))
9963 objc_fast_enumeration_state_type = DECL_ORIGINAL_TYPE (objc_NSFastEnumeration_type);
9965 objc_fast_enumeration_state_type = TREE_TYPE (objc_NSFastEnumeration_type);
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 9955 tree objc_NSFastEnumeration_type = lookup_name (get_identifier ("NSFastEnumerationState"));
9957 if (objc_NSFastEnumeration_type)
9960 objc_NSFastEnumeration_type is the same as ours! */
9961 if (TREE_CODE (objc_NSFastEnumeration_type) == TYPE_DECL)
9964 if (DECL_ORIGINAL_TYPE (objc_NSFastEnumeration_type))
9965 objc_fast_enumeration_state_type = DECL_ORIGINAL_TYPE (objc_NSFastEnumeration_type);
9967 objc_fast_enumeration_state_type = TREE_TYPE (objc_NSFastEnumeration_type);

Completed in 56 milliseconds