Searched refs:Def1 (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
H A Dinstantiation-default-1.cpp2 template<typename T, typename U = const T> struct Def1;
4 template<> struct Def1<int> { struct
8 template<> struct Def1<const int> { // expected-note{{previous definition is here}} struct
12 template<> struct Def1<int&> { struct
16 void test_Def1(Def1<int, const int> *d1, Def1<const int, const int> *d2,
17 Def1<int&, int&> *d3) {
39 template<> struct Def1<const int, const int> { }; // expected-error{{redefinition of 'Def1<const int>'}} struct
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1400 MachineInstr *Def1 = MRI->getVRegDef(Addr1); local
1403 if (!produceSameValue(Def0, Def1, MRI))

Completed in 2711 milliseconds