Home
last modified time | relevance | path

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

/external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
Dp4.cpp25 IntHolder &test_X_IntHolderInt(X<IntHolder, int> xih) { in test_X_IntHolderInt() argument
26 xih.g(); // okay in test_X_IntHolderInt()
27 xih.f(); // expected-note{{instantiation}} in test_X_IntHolderInt()
48 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt() argument
49 xih.g(); // okay in test_X_IntHolderInt()
50 xih.f(); // okay, uses specialization in test_X_IntHolderInt()
Dp5.cpp36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt() argument
37 xih.g(); // okay in test_X_IntHolderInt()
38 xih.f(); // okay, uses specialization in test_X_IntHolderInt()