Home
last modified time | relevance | path

Searched refs:kill_dependency (Results 1 – 16 of 16) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Dkill_dependency.h21 _LIBCPP_HIDE_FROM_ABI _Tp kill_dependency(_Tp __y) _NOEXCEPT {
22 _Tp kill_dependency(_Tp __y) _NOEXCEPT kill_dependency() function
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/
H A Dkill_dependency.h21 _LIBCPP_HIDE_FROM_ABI _Tp kill_dependency(_Tp __y) _NOEXCEPT { in kill_dependency() function
/freebsd/contrib/llvm-project/clang/lib/Headers/
H A Dstdatomic.h77 #define kill_dependency(y) (y) macro
/freebsd/tools/regression/include/stdatomic/
H A Dlogic.c102 dep = kill_dependency(123); in test_surface()
/freebsd/contrib/llvm-project/libcxx/modules/std/
H A Datomic.cppm
H A Datomic.inc21 using std::kill_dependency _LIBCPP_USING_IF_EXISTS;
/freebsd/sys/sys/
H A Dstdatomic.h141 #define kill_dependency(y) (y) macro
/freebsd/contrib/llvm-project/libcxx/include/
H A Datomic45 template <class T> T kill_dependency(T y) noexcept;
595 # if defined(_LIBCPP_STDATOMIC_H) || defined(kill_dependency) || defined(atomic_load)
615 # include <__atomic/kill_dependency.h>
H A Dmodule.modulemap.in890 module kill_dependency { header "__atomic/kill_dependency.h" }
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Datomic45 template <class T> T kill_dependency(T y) noexcept;
608 #include <__cxx03/__atomic/kill_dependency.h>
H A Dmodule.modulemap1056 module cxx03_std_private_atomic_kill_dependency [system] { header "__atomic/kill_dependency.h" }
/freebsd/lib/libc++/
H A DMakefile507 ATM_HEADERS+= kill_dependency.h
922 C3ATM_HEADERS+= kill_dependency.h
H A Dmodule.modulemap890 module kill_dependency { header "__atomic/kill_dependency.h" }
H A Dlibcxx.imp219 { include: [ "<__atomic/kill_dependency.h>", "private", "<atomic>", "public" ] },
/freebsd/contrib/llvm-project/clang/lib/Tooling/Inclusions/Stdlib/
H A DCSymbolMap.inc578 SYMBOL(kill_dependency, None, <stdatomic.h>)
H A DStdSymbolMap.inc1946 SYMBOL(kill_dependency, std::, <atomic>)