Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dfixed-expansion.cpp72 void call_foo(Foo<int, float> foo_if, Foo<int> foo_i) { in call_foo() argument
74 tuple<int, double> &t2 = foo(foo_i); in call_foo()