Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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-15.0.7/clang/test/SemaCXX/
H A Dwarn-comma-operator.cpp56 int test_plus(void) { in test_plus() function