Home
last modified time | relevance | path

Searched refs:__weak (Results 1 – 7 of 7) 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/contrib/openzfs/include/os/freebsd/linux/
H A Dcompiler.h61 #define __weak __weak_symbol macro
/freebsd/sys/compat/linuxkpi/common/include/linux/
H A Dcompiler.h59 #define __weak __weak_symbol macro
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangOptions.def226 BENIGN_LANGOPT(ObjCGCBitmapPrint , 1, 0, "printing of GC's bitmap layout for __weak/__strong ivars")
338 LANGOPT(ObjCWeakRuntime , 1, 0, "__weak support in the ARC runtime")
339 LANGOPT(ObjCWeak , 1, 0, "Objective-C __weak in ARC and MRC files")
H A DDiagnosticSemaKinds.td1523 "existing instance variable %1 for __weak property %0 must be __weak">;
2064 "because type %0 has a member with %select{no|no|__strong|__weak|"
3575 "__weak attribute cannot be specified on a field declaration">,
6338 "jump bypasses initialization of __weak variable">;
6387 "jump exits scope of __weak variable">;
6498 "class is incompatible with __weak references">;
6500 "assignment of a weak-unavailable object to a __weak object">;
6508 " a __weak object of type %2">;
6523 "declaration uses __weak, but ARC is disabled">;
6652 "%select{|__unsafe_unretained||__weak}2">;
[all …]
H A DAttrDocs.td3620 - __weak-qualified types in Objective-C++