Home
last modified time | relevance | path

Searched refs:Def1 (Results 1 – 3 of 3) sorted by relevance

/external/clang/test/SemaTemplate/
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, 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
/external/markdown/tests/extensions-x-def_list/
Dsimple_def-lists.txt4 : Def1
/external/llvm/lib/Target/ARM/
DARMBaseInstrInfo.cpp1499 MachineInstr *Def1 = MRI->getVRegDef(Addr1); in produceSameValue() local
1502 if (!produceSameValue(Def0, Def1, MRI)) in produceSameValue()