Home
last modified time | relevance | path

Searched refs:__weak (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__memory/
H A Daddressof.h38 inline _LIBCPP_HIDE_FROM_ABI __weak _Tp* addressof(__weak _Tp& __x) _NOEXCEPT { in addressof()
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/
H A Dis_pointer.h46 template <class _Tp> struct __libcpp_remove_objc_qualifiers<_Tp __weak> { typedef _Tp type; };
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h61 #define __weak __weak_symbol macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def240 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars")
355 LANGOPT(ObjCWeakRuntime , 1, 0, "__weak support in the ARC runtime")
356 LANGOPT(ObjCWeak , 1, 0, "Objective-C __weak in ARC and MRC files")
H A DDiagnosticSemaKinds.td1566 "existing instance variable %1 for __weak property %0 must be __weak">;
1568 "existing instance variable %1 for strong property %0 may not be __weak">;
2107 "because type %0 has a member with %select{no|no|__strong|__weak|"
3647 "__weak attribute cannot be specified on a field declaration">,
3664 "__weak attribute cannot be specified on an automatic variable when ARC "
3870 "it has a __weak field|it has a field of a non-trivial class type}1">;
4919 "%select{%ordinal7|'this'}6 argument (%3) has %select{no|__weak|__strong}4 "
4920 "ownership, but parameter has %select{no|__weak|__strong}5 ownership">;
4924 "%select{no|__unsafe_unretained|__strong|__weak|__autoreleasing}4 ownership,"
4925 " but parameter has %select{no|__unsafe_unretained|__strong|__weak|"
[all …]
H A DAttrDocs.td3701 - __weak-qualified types in Objective-C++