Home
last modified time | relevance | path

Searched defs:Def1 (Results 1 – 2 of 2) sorted by relevance

/external/clang/test/SemaTemplate/
Dinstantiation-default-1.cpp4 template<> struct Def1<int> { struct
8 template<> struct Def1<const int> { // expected-note{{previous definition is here}} struct
12 template<> struct Def1<int&> { struct
39 template<> struct Def1<const int, const int> { }; // expected-error{{redefinition of 'Def1<const in… struct
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1400 MachineInstr *Def1 = MRI->getVRegDef(Addr1); in produceSameValue() local