Home
last modified time | relevance | path

Searched refs:ValDoNotUse (Results 1 – 4 of 4) sorted by relevance

/external/scudo/standalone/
Datomic_helpers.h33 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/
Datomic_helpers.h33 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/
Datomic_test.cpp39 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/
Datomic_test.cpp39 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()