Home
last modified time | relevance | path

Searched defs:mem2 (Results 1 – 12 of 12) sorted by relevance

/llvm-project/clang/test/SemaTemplate/
H A Dcrash.cpp8 void S<T>::mem2() { in mem2() function in S
/llvm-project/libcxx/test/std/utilities/tuple/tuple.tuple/tuple.apply/
H A Dapply_extended_types.pass.cpp33 int mem2() const { return ++count; } in mem2() function
42 int mem2(int x) const { return count += x; } in mem2() function
50 int mem2(int x, int y) const { return count += (x + y); } in mem2() function
97 mem2_t mem2 = &T::mem2; in test_ext_int_0() local
209 mem2_t mem2 = &T::mem2; in test_ext_int_1() local
294 mem2_t mem2 = &T::mem2; in test_ext_int_2() local
/llvm-project/libcxx/test/std/utilities/function.objects/bind/func.bind/func.bind.bind/
H A Dinvoke_rvalue.pass.cpp42 void mem2() const {count += 2;} in mem2() function
144 TEST_CONSTEXPR_CXX20 int mem2() const { return 4; } in mem2() function
212 void mem2(int i) const {count += i;} in mem2() function
H A Dinvoke_lvalue.pass.cpp42 void mem2() const {count += 2;} in mem2() function
154 TEST_CONSTEXPR_CXX20 int mem2() const { return 4; } in mem2() function
229 void mem2(int i) const {count += i;} in mem2() function
/llvm-project/libcxx/test/std/utilities/function.objects/refwrap/refwrap.invoke/
H A Dinvoke.pass.cpp46 void mem2() const {++count;} in mem2() function
130 int mem2() const {return 4;} in mem2() function
214 void mem2(int i) const {count += i;} in mem2() function
301 int mem2(int i) const {return i+2;} in mem2() function
376 void mem2() const noexcept {++count;} in mem2() function
460 int mem2() const noexcept {return 4;} in mem2() function
544 void mem2(int i) const noexcept {count += i;} in mem2() function
631 int mem2(int i) const noexcept {return i+2;} in mem2() function
/llvm-project/libcxx/test/std/utilities/function.objects/func.wrap/func.wrap.func/func.wrap.func.inv/
H A Dinvoke.pass.cpp132 void mem2() const {++count;} in mem2() function
211 int mem2() const {return 4;} in mem2() function
289 void mem2(int i) const {count += i;} in mem2() function
372 int mem2(int i) const {return i+2;} in mem2() function
/llvm-project/clang/test/CodeGenCXX/
H A Dfloat128-declarations.cpp73 __float128 mem2; member
H A Dfloat16-declarations.cpp82 _Float16 mem2; member
H A Dibm128-declarations.cpp55 __ibm128 mem2; member
H A Dvalue-init.cpp74 int S::*mem2; member
/llvm-project/clang/test/AST/
H A Dfloat16.cpp202 _Float16 mem2; member
/llvm-project/clang/test/SemaCXX/
H A Dcxx1z-lambda-star-this.cpp266 void mem2(F f) { in mem2() function