OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CatchType
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/CodeGen/
CGException.cpp
[
all
...]
CGObjCRuntime.cpp
247
llvm::Type *
CatchType
= CGF.ConvertType(CatchParam->getType());
248
llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn,
CatchType
);
Completed in 15 milliseconds