Home
last modified time | relevance | path

Searched refs:atomic_flag_clear (Results 1 – 15 of 15) sorted by relevance

/llvm-project-15.0.7/compiler-rt/lib/builtins/
H A Datomic_flag_clear.c20 #undef atomic_flag_clear
21 void atomic_flag_clear(volatile atomic_flag *object) { in atomic_flag_clear() function
H A DCMakeLists.txt247 atomic_flag_clear.c
/llvm-project-15.0.7/libcxx/test/std/atomics/atomics.flag/
H A Datomic_flag_clear.pass.cpp27 std::atomic_flag_clear(&f); in main()
34 std::atomic_flag_clear(&f); in main()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdatomic.h171 void atomic_flag_clear(volatile atomic_flag *);
177 #define atomic_flag_clear(object) __c11_atomic_store(&(object)->_Value, 0, __ATOMIC_SEQ_CST) macro
H A Dopencl-c.h14552 void __ovld atomic_flag_clear(volatile atomic_flag *);
14557 void __ovld atomic_flag_clear(volatile __global atomic_flag *);
14558 void __ovld atomic_flag_clear(volatile __local atomic_flag *);
/llvm-project-15.0.7/compiler-rt/lib/builtins/macho_embedded/
H A Dcommon.txt86 atomic_flag_clear
/llvm-project-15.0.7/libcxx/include/
H A Dstdatomic.h210 using std::atomic_flag_clear _LIBCPP_USING_IF_EXISTS;
H A Datomic486 void atomic_flag_clear(volatile atomic_flag* obj) noexcept;
487 void atomic_flag_clear(atomic_flag* obj) noexcept;
2479 atomic_flag_clear(volatile atomic_flag* __o) _NOEXCEPT
2486 atomic_flag_clear(atomic_flag* __o) _NOEXCEPT
/llvm-project-15.0.7/libcxx/test/std/atomics/stdatomic.h.syn/
H A Dtypes.compile.pass.cpp225 using ::atomic_flag_clear; in f()
/llvm-project-15.0.7/clang/test/Sema/
H A Datomic-ops.c306 if (old_val) atomic_flag_clear(&guard); in f()
309 if (old_val) (atomic_flag_clear)(&guard); in f()
313atomic_flag_clear(&const_guard); // expected-error {{address argument to atomic operation must be … in f()
/llvm-project-15.0.7/llvm/utils/gn/secondary/compiler-rt/lib/builtins/
H A DBUILD.gn233 "atomic_flag_clear.c",
/llvm-project-15.0.7/clang/test/SemaOpenCL/
H A Dfdeclare-opencl-builtins.cl121 atomic_flag_clear(flg);
/llvm-project-15.0.7/clang/include/clang/Tooling/Inclusions/
H A DCSymbolMap.inc266 SYMBOL(atomic_flag_clear, None, <stdatomic.h>)
H A DStdSymbolMap.inc117 SYMBOL(atomic_flag_clear, std::, <atomic>)
/llvm-project-15.0.7/clang/lib/Sema/
H A DOpenCLBuiltins.td1155 defm : BuiltinAtomicExplicit<"atomic_flag_clear",