Home
last modified time | relevance | path

Searched defs:atomic (Results 1 – 21 of 21) sorted by relevance

/llvm-project/libcxx/include/__atomic/
H A Datomic.h36 struct atomic : public __atomic_base<_Tp> { global() struct
37 __baseatomic global() argument
42 difference_typeatomic global() argument
47 atomicatomic atomic() argument
58 operatoratomic global() argument
59 operatoratomic global() argument
[all...]
/llvm-project/libcxx/test/support/
H A Dcmpxchg_loop.h12 bool cmpxchg_weak_loop(A& atomic, typename A::value_type& expected, typename A::value_type desired)… in cmpxchg_weak_loop()
23 bool cmpxchg_weak_loop(A& atomic, typename A::value_type& expected, typename A::value_type desired, in cmpxchg_weak_loop()
37 bool c_cmpxchg_weak_loop(A* atomic, typename A::value_type* expected, typename A::value_type desire… in c_cmpxchg_weak_loop()
48 bool c_cmpxchg_weak_loop(A* atomic, typename A::value_type* expected, typename A::value_type desire… in c_cmpxchg_weak_loop()
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_redefine_builtins.h40 using atomic = Define_SANITIZER_COMMON_NO_REDEFINE_BUILTINS_in_cpp_file; global() variable
/llvm-project/clang/test/CodeGen/
H A Datomic.c13 int atomic(void) { in atomic() function
/llvm-project/compiler-rt/test/tsan/
H A Dstress.cpp10 long atomic, read_only, racy; variable
H A Ddebugging.cpp78 int size, write, atomic; in __tsan_on_report() local
/llvm-project/clang/test/SemaObjC/
H A Dproperty-in-class-extension-1.m56 @property (atomic, nonatomic, readonly, readwrite) float propertyName; // expected-error {{property… category
H A Dunused-backing-ivar-warning.m77 @property (nonatomic, assign) BOOL atomic; property
/llvm-project/compiler-rt/test/tsan/Darwin/
H A Dexternal-swift-debugging.cpp72 int tid, size, write, atomic; in __tsan_on_report() local
/llvm-project/clang/test/SemaCXX/
H A DMicrosoftCompatibility.cpp23 struct atomic : _Atomic<T> { struct
24 typedef _Atomic<T> TheBase;
25 TheBase field;
H A Datomic-type.cpp4 template<typename T> struct atomic { struct
/llvm-project/clang/test/Parser/
H A Dc2x-auto.c119 void atomic(void) { in atomic() function
/llvm-project/polly/lib/External/isl/
H A Dcodegen.c35 unsigned atomic; member
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Dinfinite-loop.cpp301 template<typename T> class atomic { class
304 atomic(T v): val(v) {}; in atomic() function in std::atomic
/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_report.cpp130 static const char *MopDesc(bool first, bool write, bool atomic) { in MopDesc()
H A Dtsan_report.h56 bool atomic; member
H A Dtsan_debugging.cpp111 int *size, int *write, int *atomic, void **trace, in __tsan_get_report_mop()
/llvm-project/clang/lib/AST/
H A DTypeLoc.cpp475 if (auto atomic = loc.getAs<AtomicTypeLoc>()) { findExplicitQualifierLoc() local
/llvm-project/clang/lib/CodeGen/
H A DCGObjCGNU.cpp890 GetOptimizedPropertySetFunction(bool atomic,bool copy) GetOptimizedPropertySetFunction() argument
4123 GetOptimizedPropertySetFunction(bool atomic,bool copy) GetOptimizedPropertySetFunction() argument
H A DCGObjCMac.cpp270 getOptimizedSetPropertyFn(bool atomic,bool copy) getOptimizedSetPropertyFn() argument
1667 GetOptimizedPropertySetFunction(bool atomic,bool copy) GetOptimizedPropertySetFunction() argument
4200 GetOptimizedPropertySetFunction(bool atomic,bool copy) GetOptimizedPropertySetFunction() argument
/llvm-project/flang/lib/Semantics/
H A Dresolve-directives.cpp394 __anon5e3236250102( const parser::OmpClause::AtomicDefaultMemOrder &atomic) Pre() argument