Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/test/Sema/
H A Dbuiltin-expect-with-probability.cpp14 template <int b> void tempf() { in tempf() function
23 tempf<__builtin_expect_with_probability(1, 1, 1)>(); in foo()
/llvm-project-15.0.7/clang/test/SemaTemplate/
H A Ddependent-names.cpp366 template<typename A, typename B> void tempf(A a, B b) { in tempf() function
375 tempf(x, y); // expected-note{{in instantiation of}} in test()