Searched refs:Def1 (Results 1 – 3 of 3) sorted by relevance
2 template<typename T, typename U = const T> struct Def1;4 template<> struct Def1<int> { struct8 template<> struct Def1<const int> { // expected-note{{previous definition is here}} struct12 template<> struct Def1<int&> { struct16 void test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2, in test_Def1()17 Def1<int&, int&> *d3) { in test_Def1()39 template<> struct Def1<const int, const int> { }; // expected-error{{redefinition of 'Def1<const in… struct
4 : Def1
1499 MachineInstr *Def1 = MRI->getVRegDef(Addr1); in produceSameValue() local1502 if (!produceSameValue(Def0, Def1, MRI)) in produceSameValue()