Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGException.cpp1078 llvm::Value *rawAdjustedExn = CallBeginCatch(CGF, Exn, true); in InitCatchParam() local
1079 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy); in InitCatchParam()
1086 llvm::CallInst *rawAdjustedExn = in InitCatchParam() local
1090 llvm::Value *adjustedExn = CGF.Builder.CreateBitCast(rawAdjustedExn, PtrTy); in InitCatchParam()