/external/chromium_org/third_party/tcmalloc/vendor/src/base/ |
atomicops-internals-arm-generic.h | 59 volatile Atomic32* ptr); 68 inline Atomic32 NoBarrier_CompareAndSwap(volatile Atomic32* ptr, 82 inline Atomic32 NoBarrier_AtomicExchange(volatile Atomic32* ptr, 92 inline Atomic32 Barrier_AtomicIncrement(volatile Atomic32* ptr, 107 inline Atomic32 NoBarrier_AtomicIncrement(volatile Atomic32* ptr, 112 inline Atomic32 Acquire_CompareAndSwap(volatile Atomic32* ptr, 118 inline Atomic32 Release_CompareAndSwap(volatile Atomic32* ptr, 124 inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) { 132 inline void Acquire_Store(volatile Atomic32* ptr, Atomic32 value) { 137 inline void Release_Store(volatile Atomic32* ptr, Atomic32 value) [all...] |
atomicops-internals-macosx.h | 111 inline Atomic32 NoBarrier_CompareAndSwap(volatile Atomic32 *ptr, 125 inline Atomic32 NoBarrier_AtomicExchange(volatile Atomic32 *ptr, 135 inline Atomic32 NoBarrier_AtomicIncrement(volatile Atomic32 *ptr, 140 inline Atomic32 Barrier_AtomicIncrement(volatile Atomic32 *ptr, 145 inline Atomic32 Acquire_CompareAndSwap(volatile Atomic32 *ptr, 159 inline Atomic32 Release_CompareAndSwap(volatile Atomic32 *ptr, 165 inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) { 169 inline void Acquire_Store(volatile Atomic32 *ptr, Atomic32 value) { 174 inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) { 179 inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) [all...] |
/external/clang/test/CXX/dcl.dcl/dcl.enum/ |
p2.cpp | 4 enum class E : int const volatile { };
|
/external/clang/test/CodeGen/ |
2007-04-11-InlineAsmStruct.c | 6 __asm__ volatile("foo %0\n" : "=r"(bar));
|
2007-04-11-InlineAsmUnion.c | 6 __asm__ volatile("foo %0\n" : "=r"(bar));
|
2007-01-24-InlineAsmCModifier.c | 7 __asm__ volatile("/* " "pickANumber" ": %c0 */"::"i"(0xC0C0A)); 11 __asm__ volatile("/* " "pickANumber2 " ": %0 */"::"i"(123));
|
align-global-large.c | 7 volatile char x[4000] __attribute__((aligned(0x100000))); 14 volatile char y[4000] __attribute__((aligned(0x100000)));
|
inline-asm-mrv.c | 7 asm volatile( "%0 %1 %2 %3" 10 asm volatile("set %0 %1" : "=r"(ret) : "r"(blk1));
|
/external/clang/test/Index/ |
complete-memfunc-cvquals.cpp | 4 void babble() const volatile; 7 void bingo() volatile; 8 void theend() const volatile; 18 smart_ptr<Foo> sf, const smart_ptr<Foo> &sfc, Foo volatile *fvp) { 36 void Foo::bingo() volatile { 44 // CHECK-NOQUALS: CXXMethod:{ResultType void}{TypedText babble}{LeftParen (}{RightParen )}{Informative const volatile} (35) 47 // CHECK-NOQUALS: CXXMethod:{ResultType void}{TypedText bingo}{LeftParen (}{RightParen )}{Informative volatile} (35) 51 // CHECK-CONST: CXXMethod:{ResultType void}{TypedText babble}{LeftParen (}{RightParen )}{Informative const volatile} (35) 56 // RUN: c-index-test -code-completion-at=%s:25:8 %s | FileCheck -check-prefix=CHECK-VOLATILE %s 57 // CHECK-VOLATILE: CXXMethod:{ResultType void}{TypedText babble}{LeftParen (}{RightParen )}{Informative const volat (…) [all...] |
/external/clang/test/Parser/ |
cxx-reference.cpp | 17 int & volatile Y = val; // expected-error {{'volatile' qualifier may not be applied to a reference}} 18 int & const volatile Z = val; /* expected-error {{'const' qualifier may not be applied}} \ 19 expected-error {{'volatile' qualifier may not be applied}} */
|
/external/compiler-rt/test/asan/TestCases/ |
printf-1.c | 12 volatile char c = '0'; 13 volatile int x = 12; 14 volatile float f = 1.239; 15 volatile char s[] = "34";
|
/external/compiler-rt/test/sanitizer_common/TestCases/ |
malloc_hook.cc | 11 const volatile void *global_ptr; 15 void __sanitizer_malloc_hook(const volatile void *ptr, size_t sz) { 21 void __sanitizer_free_hook(const volatile void *ptr) { 28 volatile int *x = new int;
|
/external/compiler-rt/test/tsan/ |
printf-1.c | 8 volatile char c = '0'; 9 volatile int x = 12; 10 volatile float f = 1.239; 11 volatile char s[] = "34";
|
/external/llvm/test/Bitcode/ |
atomic.ll | 7 cmpxchg volatile i32* %addr, i32 %desired, i32 %new seq_cst monotonic 8 ; CHECK: cmpxchg volatile i32* %addr, i32 %desired, i32 %new seq_cst monotonic 13 cmpxchg weak volatile i32* %addr, i32 %desired, i32 %new singlethread release monotonic 14 ; CHECK: cmpxchg weak volatile i32* %addr, i32 %desired, i32 %new singlethread release monotonic
|
/external/llvm/test/CodeGen/AArch64/ |
arm64-stack-no-frame.ll | 12 %val = load volatile [20 x i64]* @global, align 8 13 store volatile [20 x i64] %val, [20 x i64]* %local, align 8 15 %val2 = load volatile [20 x i64]* %local, align 8 16 store volatile [20 x i64] %val2, [20 x i64]* @global, align 8
|
/external/llvm/test/CodeGen/SystemZ/ |
int-add-11.ll | 137 %val0 = load volatile i32 *%ptr 138 %val1 = load volatile i32 *%ptr 139 %val2 = load volatile i32 *%ptr 140 %val3 = load volatile i32 *%ptr 141 %val4 = load volatile i32 *%ptr 142 %val5 = load volatile i32 *%ptr 143 %val6 = load volatile i32 *%ptr 144 %val7 = load volatile i32 *%ptr 145 %val8 = load volatile i32 *%ptr 146 %val9 = load volatile i32 *%pt [all...] |
int-add-12.ll | 136 %val0 = load volatile i64 *%ptr 137 %val1 = load volatile i64 *%ptr 138 %val2 = load volatile i64 *%ptr 139 %val3 = load volatile i64 *%ptr 140 %val4 = load volatile i64 *%ptr 141 %val5 = load volatile i64 *%ptr 142 %val6 = load volatile i64 *%ptr 143 %val7 = load volatile i64 *%ptr 144 %val8 = load volatile i64 *%ptr 145 %val9 = load volatile i64 *%pt [all...] |
/external/llvm/test/Transforms/FunctionAttrs/ |
2010-10-30-volatile.ll | 8 %tmp = load volatile i32* @g
|
/external/llvm/test/Transforms/InstCombine/ |
2003-09-09-VolatileLoadElim.ll | 5 %X = load volatile i32* %P ; <i32> [#uses=0]
|
/external/valgrind/main/memcheck/tests/ppc32/ |
power_ISA2_05.c | 34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); 37 __asm__ volatile ("prtyw %0, %1":"=r" (parity):"r"(word)); 56 __asm__ volatile ("lfiwax %0, 0, %1":"=f" (FRT1):"r"(base)); 94 __asm__ volatile ("lfdp 10, %0"::"m" (dbl_pair[0])); 95 __asm__ volatile ("fmr %0, 10":"=f" (FRT1)); 96 __asm__ volatile ("fmr %0, 11":"=f" (FRT2)); 103 __asm__ volatile ("fmr 10, %0"::"f" (FRT1)); 104 __asm__ volatile ("fmr 11, %0"::"f" (FRT2)); 105 __asm__ volatile ("stfdp 10, %0"::"m" (dbl_pair[1])); 113 __asm__ volatile ("ori 20, %0, 0"::"r" (base)) [all...] |
/external/valgrind/main/memcheck/tests/ppc64/ |
power_ISA2_05.c | 34 __asm__ volatile ("prtyd %0, %1":"=r" (parity):"r"(long_word)); 36 __asm__ volatile ("prtyw %0, %1":"=r" (parity):"r"(word)); 54 __asm__ volatile ("lfiwax %0, 0, %1":"=f" (FRT1):"r"(base)); 93 __asm__ volatile ("lfdp 10, %0"::"m" (dbl_pair[0])); 94 __asm__ volatile ("fmr %0, 10":"=f" (FRT1)); 95 __asm__ volatile ("fmr %0, 11":"=f" (FRT2)); 102 __asm__ volatile ("fmr 10, %0"::"f" (FRT1)); 103 __asm__ volatile ("fmr 11, %0"::"f" (FRT2)); 104 __asm__ volatile ("stfdp 10, %0"::"m" (dbl_pair[1])); 112 __asm__ volatile ("ori 20, %0, 0"::"r" (base)) [all...] |
/ndk/tests/device/bitfield/jni/ |
header.h | 9 volatile int i;
|
/external/libcxx/include/ |
atomic | 51 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept; 53 void clear(memory_order m = memory_order_seq_cst) volatile noexcept; 58 atomic_flag& operator=(const atomic_flag&) volatile = delete; 62 atomic_flag_test_and_set(volatile atomic_flag* obj) noexcept; 68 atomic_flag_test_and_set_explicit(volatile atomic_flag* obj, 75 atomic_flag_clear(volatile atomic_flag* obj) noexcept; 81 atomic_flag_clear_explicit(volatile atomic_flag* obj, memory_order m) noexcept; 92 bool is_lock_free() const volatile noexcept; 94 void store(T desr, memory_order m = memory_order_seq_cst) volatile noexcept; 96 T load(memory_order m = memory_order_seq_cst) const volatile noexcept [all...] |
/ndk/sources/cxx-stl/llvm-libc++/libcxx/include/ |
atomic | 51 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept; 53 void clear(memory_order m = memory_order_seq_cst) volatile noexcept; 58 atomic_flag& operator=(const atomic_flag&) volatile = delete; 62 atomic_flag_test_and_set(volatile atomic_flag* obj) noexcept; 68 atomic_flag_test_and_set_explicit(volatile atomic_flag* obj, 75 atomic_flag_clear(volatile atomic_flag* obj) noexcept; 81 atomic_flag_clear_explicit(volatile atomic_flag* obj, memory_order m) noexcept; 92 bool is_lock_free() const volatile noexcept; 94 void store(T desr, memory_order m = memory_order_seq_cst) volatile noexcept; 96 T load(memory_order m = memory_order_seq_cst) const volatile noexcept [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/base/ |
atomicops-internals-macosx.h | 111 inline Atomic32 NoBarrier_CompareAndSwap(volatile Atomic32 *ptr, 125 inline Atomic32 NoBarrier_AtomicExchange(volatile Atomic32 *ptr, 135 inline Atomic32 NoBarrier_AtomicIncrement(volatile Atomic32 *ptr, 140 inline Atomic32 Barrier_AtomicIncrement(volatile Atomic32 *ptr, 145 inline Atomic32 Acquire_CompareAndSwap(volatile Atomic32 *ptr, 159 inline Atomic32 Release_CompareAndSwap(volatile Atomic32 *ptr, 165 inline void NoBarrier_Store(volatile Atomic32* ptr, Atomic32 value) { 169 inline void Acquire_Store(volatile Atomic32 *ptr, Atomic32 value) { 174 inline void Release_Store(volatile Atomic32 *ptr, Atomic32 value) { 179 inline Atomic32 NoBarrier_Load(volatile const Atomic32* ptr) [all...] |