HomeSort by relevance Sort by last modified time
    Searched defs:mem2 (Results 1 - 8 of 8) sorted by null

  /external/valgrind/main/none/tests/mips32/
MemCpyTest.c 31 unsigned int mem2[100]; variable
37 mem2[i] = 0;
41 "move $a2, %2\n\t" // a2 addr mem2
52 : "r" (mem1), "r" (mem2)
56 printf("0x%x, 0x%x, 0x%x, 0x%x\n", mem2[i], mem2[i+1], mem2[i+2], mem2[i+3]);
LoadStore.c 17 unsigned int mem2[] = { variable
65 : "r" (mem2), "r" (RTval) \
335 ppMem0(mem2, 12);
337 ppMem0(mem2, 12);
339 ppMem0(mem2, 12);
341 ppMem0(mem2, 12);
343 ppMem0(mem2, 12);
345 ppMem0(mem2, 12);
347 ppMem0(mem2, 12);
349 ppMem0(mem2, 12)
    [all...]
LoadStore1.c 17 unsigned int mem2[] = { variable
65 : "r" (mem2), "r" (RTval) \
335 ppMem0(mem2, 12);
337 ppMem0(mem2, 12);
339 ppMem0(mem2, 12);
341 ppMem0(mem2, 12);
343 ppMem0(mem2, 12);
345 ppMem0(mem2, 12);
347 ppMem0(mem2, 12);
349 ppMem0(mem2, 12)
    [all...]
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/bind/func.bind/func.bind.bind/
invoke_lvalue.pass.cpp 39 void mem2() const {count += 2;} function in struct:A_void_1
115 void (A_void_1::*fp)() const = &A_void_1::mem2;
126 void (A_void_1::*fp)() const = &A_void_1::mem2;
154 int mem2() const {return 4;} function in struct:A_int_1
193 assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4);
194 assert(std::bind(&A_int_1::mem2, A_int_1())() == 4);
196 assert(std::bind(&A_int_1::mem2, _1)(ap) == 4);
197 assert(std::bind(&A_int_1::mem2, ap)() == 4);
229 void mem2(int i) const {count += i;} function in struct:A_void_2
invoke_rvalue.pass.cpp 39 void mem2() const {count += 2;} function in struct:A_void_1
107 void (A_void_1::*fp)() const = &A_void_1::mem2;
117 void (A_void_1::*fp)() const = &A_void_1::mem2;
144 int mem2() const {return 4;} function in struct:A_int_1
178 assert(std::bind(&A_int_1::mem2, _1)(A_int_1()) == 4);
179 assert(std::bind(&A_int_1::mem2, A_int_1())() == 4);
181 assert(std::bind(&A_int_1::mem2, _1)(&a) == 4);
182 assert(std::bind(&A_int_1::mem2, &a)() == 4);
213 void mem2(int i) const {count += i;} function in struct:A_void_2
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
invoke.pass.cpp 36 void mem2() const {++count;} function in struct:A_void_1
85 void (A_void_1::*fp)() const = &A_void_1::mem2;
115 int mem2() const {return 4;} function in struct:A_int_1
154 int (A_int_1::*fp)() const = &A_int_1::mem2;
193 void mem2(int i) const {count += i;} function in struct:A_void_2
246 void (A_void_2::*fp)(int) const = &A_void_2::mem2;
276 int mem2(int i) const {return i+2;} function in struct:A_int_2
318 int (A_int_2::*fp)(int) const = &A_int_2::mem2;
  /ndk/sources/cxx-stl/llvm-libc++/test/utilities/function.objects/refwrap/refwrap.invoke/
invoke.pass.cpp 39 void mem2() const {++count;} function in struct:A_void_1
87 void (A_void_1::*fp)() const = &A_void_1::mem2;
116 int mem2() const {return 4;} function in struct:A_int_1
154 int (A_int_1::*fp)() const = &A_int_1::mem2;
191 void mem2(int i) const {count += i;} function in struct:A_void_2
243 void (A_void_2::*fp)(int) const = &A_void_2::mem2;
272 int mem2(int i) const {return i+2;} function in struct:A_int_2
313 int (A_int_2::*fp)(int) const = &A_int_2::mem2;
  /external/clang/test/CodeGenCXX/
value-init.cpp 74 int S::*mem2; member in class:ptrmem::S::S
82 return s->*S().mem2;

Completed in 89 milliseconds