Home
last modified time | relevance | path

Searched refs:test_plus (Results 1 – 3 of 3) sorted by relevance

/llvm-project/offload/test/offloading/
H A Dstd_complex_arithmetic.cpp23 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 Dinstantiate-expr-2.cpp140 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 Dwarn-comma-operator.cpp56 int test_plus(void) { in test_plus() function