Home
last modified time | relevance | path

Searched defs:jumpTable (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CodeGenCXX/
H A D2003-12-08-ArrayOfPtrToMemberFunc.cpp8 static memfunptr jumpTable[] = { &Evil::fun }; variable
/llvm-project/llvm/include/llvm/CodeGen/
H A DSwitchLoweringUtils.h63 static CaseCluster jumpTable(const ConstantInt *Low, const ConstantInt *High, in jumpTable() function