Searched refs:xih (Results 1 – 2 of 2) sorted by relevance
25 IntHolder &test_X_IntHolderInt(X<IntHolder, int> xih) { in test_X_IntHolderInt() argument26 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() argument49 xih.g(); // okay in test_X_IntHolderInt()50 xih.f(); // okay, uses specialization in test_X_IntHolderInt()
36 IntHolder &test_X_IntHolderInt(X<IntHolder, long> xih) { in test_X_IntHolderInt() argument37 xih.g(); // okay in test_X_IntHolderInt()38 xih.f(); // okay, uses specialization in test_X_IntHolderInt()