Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__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/__memory/
H A Daddressof.h36 inline _LIBCPP_HIDE_FROM_ABI __weak _Tp* addressof(__weak _Tp& __x) _NOEXCEPT { in addressof()
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler_attributes.h46 #define __weak __weak_symbol macro
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__type_traits/
H A Dis_pointer.h41 template <class _Tp> struct __libcpp_remove_objc_qualifiers<_Tp __weak> { typedef _Tp type; };
/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/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def204 LANGOPT(ObjCGCBitmapPrint , 1, 0, Benign, "printing of GC's bitmap layout for __weak/__strong ivars…
318 LANGOPT(ObjCWeakRuntime , 1, 0, NotCompatible, "__weak support in the ARC runtime")
319 LANGOPT(ObjCWeak , 1, 0, NotCompatible, "Objective-C __weak in ARC and MRC files")
H A DDiagnosticSemaKinds.td1665 "existing instance variable %1 for __weak property %0 must be __weak">;
1667 "existing instance variable %1 for strong property %0 may not be __weak">;
2261 "because type %0 has a member with %select{no|no|__strong|__weak|"
3786 "__weak attribute cannot be specified on a field declaration">,
3803 "__weak attribute cannot be specified on an automatic variable when ARC "
4030 "it has a __weak field|it has a field of a non-trivial class type|"
5156 "%select{%ordinal7|'this'}6 argument (%3) has %select{no|__weak|__strong}4 "
5157 "ownership, but parameter has %select{no|__weak|__strong}5 ownership">;
5161 "%select{no|__unsafe_unretained|__strong|__weak|__autoreleasing}4 ownership,"
5162 " but parameter has %select{no|__unsafe_unretained|__strong|__weak|"
[all …]
H A DAttrDocs.td4454 - __weak-qualified types in Objective-C++