Searched refs:ValDoNotUse (Results 1 – 4 of 4) sorted by relevance
/external/scudo/standalone/ |
D | atomic_helpers.h | 33 volatile Type ValDoNotUse; member 38 volatile Type ValDoNotUse; member 43 volatile Type ValDoNotUse; member 48 volatile Type ValDoNotUse; member 54 alignas(8) volatile Type ValDoNotUse; member 59 volatile Type ValDoNotUse; member 66 __atomic_load(&A->ValDoNotUse, &V, MO); in atomic_load() 73 __atomic_store(&A->ValDoNotUse, &V, MO); in atomic_store() 82 return __atomic_fetch_add(&A->ValDoNotUse, V, MO); in atomic_fetch_add() 89 return __atomic_fetch_sub(&A->ValDoNotUse, V, MO); in atomic_fetch_sub() [all …]
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/ |
D | atomic_helpers.h | 33 volatile Type ValDoNotUse; member 38 volatile Type ValDoNotUse; member 43 volatile Type ValDoNotUse; member 48 volatile Type ValDoNotUse; member 54 alignas(8) volatile Type ValDoNotUse; member 59 volatile Type ValDoNotUse; member 66 __atomic_load(&A->ValDoNotUse, &V, MO); in atomic_load() 73 __atomic_store(&A->ValDoNotUse, &V, MO); in atomic_store() 82 return __atomic_fetch_add(&A->ValDoNotUse, V, MO); in atomic_fetch_add() 89 return __atomic_fetch_sub(&A->ValDoNotUse, V, MO); in atomic_fetch_sub() [all …]
|
/external/llvm-project/compiler-rt/lib/scudo/standalone/tests/ |
D | atomic_test.cpp | 39 Val.A.ValDoNotUse = (Type)V; in checkStoreLoad() 41 Val.A.ValDoNotUse = (Type)-1; in checkStoreLoad() 43 EXPECT_EQ(Val.A.ValDoNotUse, (Type)V); in checkStoreLoad()
|
/external/scudo/standalone/tests/ |
D | atomic_test.cpp | 39 Val.A.ValDoNotUse = (Type)V; in checkStoreLoad() 41 Val.A.ValDoNotUse = (Type)-1; in checkStoreLoad() 43 EXPECT_EQ(Val.A.ValDoNotUse, (Type)V); in checkStoreLoad()
|