HomeSort by relevance Sort by last modified time
    Searched defs:jumpTable (Results 1 - 2 of 2) 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...]

Completed in 71 milliseconds