HomeSort by relevance Sort by last modified time
    Searched refs:DSI (Results 1 - 2 of 2) sorted by null

  /external/clang/test/CXX/temp/temp.spec/temp.expl.spec/
examples.cpp 252 namespace DSI {
254 extern template class BasicStringPiece<int>; // expected-error {{explicit instantiation of undefined template 'spec_vs_expl_inst::DSI::BasicStringPiece<int>'}}
  /external/llvm/lib/Target/Mips/
MipsDelaySlotFiller.cpp 591 MachineBasicBlock::instr_iterator DSI(I);
593 if (InMicroMipsMode && TII->GetInstSizeInBytes(std::next(DSI)) == 2 &&
594 DSI->isCall()) {
597 DSI->setDesc(TII->get(getEquivalentCallShort(DSI->getOpcode())));

Completed in 154 milliseconds