Searched refs:__weak (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | addressof.h | 38 inline _LIBCPP_HIDE_FROM_ABI __weak _Tp* addressof(__weak _Tp& __x) _NOEXCEPT { in addressof()
|
/freebsd/contrib/llvm-project/libcxx/include/__type_traits/ |
H A D | is_pointer.h | 46 template <class _Tp> struct __libcpp_remove_objc_qualifiers<_Tp __weak> { typedef _Tp type; };
|
/freebsd/sys/compat/linuxkpi/common/include/linux/ |
H A D | compiler.h | 61 #define __weak __weak_symbol macro
|
/freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
H A D | LangOptions.def | 240 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 D | DiagnosticSemaKinds.td | 1566 "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 D | AttrDocs.td | 3701 - __weak-qualified types in Objective-C++
|