HomeSort by relevance Sort by last modified time
    Searched defs:Def1 (Results 1 - 4 of 4) sorted by null

  /external/clang/test/SemaTemplate/
instantiation-default-1.cpp 2 template<typename T, typename U = const T> struct Def1;
4 template<> struct Def1<int> {
8 template<> struct Def1<const int> { // expected-note{{previous definition is here}}
12 template<> struct Def1<int&> {
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>'}}
  /external/llvm/lib/Target/Hexagon/
HexagonGenMux.cpp 71 MachineInstr *Def1, *Def2;
75 : At(It), DefR(DR), PredR(PR), SrcT(TOp), SrcF(FOp), Def1(D1),
261 MachineInstr *Def1 = It1, *Def2 = It2;
262 MachineOperand *Src1 = &Def1->getOperand(2), *Src2 = &Def2->getOperand(2);
284 MachineBasicBlock::iterator At = CanDown ? Def2 : Def1;
285 ML.push_back(MuxInfo(At, DR, PR, SrcT, SrcF, Def1, Def2));
299 B.erase(MX.Def1);
HexagonEarlyIfConv.cpp 446 MachineInstr *Def1 = MRI->getVRegDef(RO1.getReg());
448 if (!TII->isPredicable(Def1) || !TII->isPredicable(Def3))
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp     [all...]

Completed in 1156 milliseconds