Home
last modified time | relevance | path

Searched refs:HasStrong (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaObjCXX/
Darc-type-traits.mm16 struct HasStrong { id obj; }; struct
25 TRAIT_IS_TRUE(__has_nothrow_assign, HasStrong);
34 TRAIT_IS_TRUE(__has_nothrow_copy, HasStrong);
43 TRAIT_IS_TRUE(__has_nothrow_constructor, HasStrong);
52 TRAIT_IS_FALSE(__has_trivial_assign, HasStrong);
61 TRAIT_IS_FALSE(__has_trivial_copy, HasStrong);
70 TRAIT_IS_FALSE(__has_trivial_constructor, HasStrong);
79 TRAIT_IS_FALSE(__has_trivial_destructor, HasStrong);
100 TRAIT_IS_FALSE(__is_pod, HasStrong);
109 TRAIT_IS_FALSE(__is_trivial, HasStrong);
[all …]
/external/clang/lib/CodeGen/
DCGObjC.cpp643 bool hasStrongMember() const { return HasStrong; } in hasStrongMember()
657 unsigned HasStrong : 1; member in __anonf643ed510211::PropertyImplStrategy
672 HasStrong = false; // doesn't matter here. in PropertyImplStrategy()
749 HasStrong = recordType->getDecl()->hasObjectMember(); in PropertyImplStrategy()
754 if (HasStrong) { in PropertyImplStrategy()