Searched refs:test_plus (Results 1 – 3 of 3) sorted by relevance
/llvm-project/offload/test/offloading/ |
H A D | std_complex_arithmetic.cpp | 23 template <typename RT, typename AT, typename BT> void test_plus(AT a, BT b) { in test_plus() function 66 test_plus<T>(std::complex<T>(0, 1), std::complex<T>(0.5, 0.3)); in test_complex() 67 test_plus<T>(std::complex<T>(0, 1), T(0.5)); in test_complex() 68 test_plus<T>(T(0.5), std::complex<T>(0, 1)); in test_complex()
|
/llvm-project/clang/test/SemaTemplate/ |
H A D | instantiate-expr-2.cpp | 140 T test_plus(const T* xp, const T& x, const T& y) { in test_plus() function 146 test_plus(&x, x, x); in test_test_plus()
|
/llvm-project/clang/test/SemaCXX/ |
H A D | warn-comma-operator.cpp | 56 int test_plus(void) { in test_plus() function
|