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

  /src/external/gpl3/gcc/dist/gcc/objc/
objc-act.cc 978 objc_property_assign_semantics property_assign_semantics local
985 property_assign_semantics = OBJC_PROPERTY_ASSIGN;
988 property_assign_semantics = OBJC_PROPERTY_RETAIN;
991 property_assign_semantics = OBJC_PROPERTY_COPY;
1035 && property_assign_semantics == OBJC_PROPERTY_ASSIGN
1065 if (property_assign_semantics == OBJC_PROPERTY_RETAIN
1066 || property_assign_semantics == OBJC_PROPERTY_COPY)
1227 if (PROPERTY_ASSIGN_SEMANTICS (x) != property_assign_semantics)
1315 PROPERTY_ASSIGN_SEMANTICS (property_decl) = property_assign_semantics
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/objc/
objc-act.cc 980 objc_property_assign_semantics property_assign_semantics local
987 property_assign_semantics = OBJC_PROPERTY_ASSIGN;
990 property_assign_semantics = OBJC_PROPERTY_RETAIN;
993 property_assign_semantics = OBJC_PROPERTY_COPY;
1037 && property_assign_semantics == OBJC_PROPERTY_ASSIGN
1067 if (property_assign_semantics == OBJC_PROPERTY_RETAIN
1068 || property_assign_semantics == OBJC_PROPERTY_COPY)
1229 if (PROPERTY_ASSIGN_SEMANTICS (x) != property_assign_semantics)
1317 PROPERTY_ASSIGN_SEMANTICS (property_decl) = property_assign_semantics
    [all...]

Completed in 18 milliseconds