Searched defs:Def1 (Results 1 – 2 of 2) sorted by relevance
4 template<> struct Def1<int> { struct8 template<> struct Def1<const int> { // expected-note{{previous definition is here}} struct12 template<> struct Def1<int&> { struct39 template<> struct Def1<const int, const int> { }; // expected-error{{redefinition of 'Def1<const in… struct
1400 MachineInstr *Def1 = MRI->getVRegDef(Addr1); in produceSameValue() local