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

/external/clang/lib/CodeGen/
H A DCGException.cpp949 llvm::Value *ExnPtrTmp = CGF.CreateTempAlloca(PtrTy, "exn.byref.tmp"); local
951 CGF.Builder.CreateStore(Casted, ExnPtrTmp);
954 AdjustedExn = ExnPtrTmp;

Completed in 78 milliseconds