Home
last modified time | relevance | path

Searched defs:mem1 (Results 1 – 10 of 10) sorted by relevance

/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_extended_types.pass.cpp32 int mem1() { return ++count; } in mem1() function
41 int mem1(int x) { return count += x; } in mem1() function
49 int mem1(int x, int y) { return count += (x + y); } in mem1() function
94 mem1_t mem1 = &T::mem1; in test_ext_int_0() local
206 mem1_t mem1 = &T::mem1; in test_ext_int_1() local
291 mem1_t mem1 = &T::mem1; in test_ext_int_2() local
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_lvalue.pass.cpp41 void mem1() {++count;} in mem1() function
153 TEST_CONSTEXPR_CXX20 int mem1() { return 3; } in mem1() function
228 void mem1(int i) {count += i;} in mem1() function
254 std::bind(&A_void_2::mem1, _1, _2)(A_void_2(), j); in test_void_2() local
257 std::bind(&A_void_2::mem1, _2, _1)(j, A_void_2()); in test_void_2() local
H A Dinvoke_rvalue.pass.cpp41 void mem1() {++count;} in mem1() function
143 TEST_CONSTEXPR_CXX20 int mem1() { return 3; } in mem1() function
211 void mem1(int i) {count += i;} in mem1() function
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke.pass.cpp45 void mem1() {++count;} in mem1() function
129 int mem1() {return 3;} in mem1() function
213 void mem1(int i) {count += i;} in mem1() function
300 int mem1(int i) {return i+1;} in mem1() function
375 void mem1() noexcept {++count;} in mem1() function
459 int mem1() noexcept {return 3;} in mem1() function
543 void mem1(int i) noexcept {count += i;} in mem1() function
630 int mem1(int i) noexcept {return i+1;} in mem1() function
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp131 void mem1() {++count;} in mem1() function
210 int mem1() {return 3;} in mem1() function
288 void mem1(int i) {count += i;} in mem1() function
371 int mem1(int i) {return i+1;} in mem1() function
/llvm-project/clang/test/CodeGenCXX/
H A Dfloat128-declarations.cpp70 C mem1; member
H A Dfloat16-declarations.cpp78 C mem1; member
H A Dibm128-declarations.cpp52 T mem1; member
H A Dvalue-init.cpp73 int mem1; member
/llvm-project/clang/test/AST/
H A Dfloat16.cpp191 C mem1; member