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

  /external/clang/test/CodeGenCXX/
2003-12-08-ArrayOfPtrToMemberFunc.cpp 8 static memfunptr jumpTable[] = { &Evil::fun };
11 (this->*jumpTable[foo()]) ();
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h 170 static CaseCluster jumpTable(const ConstantInt *Low,
246 struct JumpTable {
247 JumpTable(unsigned R, unsigned J, MachineBasicBlock *M,
271 typedef std::pair<JumpTableHeader, JumpTable> JumpTableBlock;
582 /// JTCases - Vector of JumpTable structures used to communicate
764 void visitJumpTable(JumpTable &JT);
765 void visitJumpTableHeader(JumpTable &JT, JumpTableHeader &JTH,
    [all...]
SelectionDAGBuilder.cpp     [all...]

Completed in 187 milliseconds