Home
last modified time | relevance | path

Searched refs:functPtr (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/examples/ExceptionDemo/
DExceptionDemo.cpp1302 llvm::Value *functPtr = builder.CreatePointerCast(personality, in createCatchWrappedInvokeFunction() local
1307 args.push_back(functPtr); in createCatchWrappedInvokeFunction()
1651 OurExceptionThrowFunctType functPtr = in runExceptionThrow() local
1657 (*functPtr)(typeToThrow); in runExceptionThrow()
/external/swiftshader/third_party/llvm-7.0/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1556 OurExceptionThrowFunctType functPtr = in runExceptionThrow() local
1562 (*functPtr)(typeToThrow); in runExceptionThrow()
/external/llvm/examples/ExceptionDemo/
DExceptionDemo.cpp1607 OurExceptionThrowFunctType functPtr = in runExceptionThrow() local
1613 (*functPtr)(typeToThrow); in runExceptionThrow()