Searched defs:typeInfoThrown (Results 1 - 1 of 1) sorted by relevance

/external/llvm/examples/ExceptionDemo/
H A DExceptionDemo.cpp1303 llvm::Value *typeInfoThrown = builder.CreatePointerCast( local
1312 typeInfoThrown = builder.CreateStructGEP(typeInfoThrown, 0);
1315 builder.CreateStructGEP(typeInfoThrown, 0);

Completed in 45 milliseconds