Searched defs:exn (Results 1 – 3 of 3) sorted by relevance
/llvm-project/clang/lib/CodeGen/ | ||
H A D | CGObjCRuntime.cpp | 288 EmitInitOfCatchParam(CodeGenFunction & CGF,llvm::Value * exn,const VarDecl * paramDecl) EmitInitOfCatchParam() argument |
H A D | CGException.cpp | 385 FreeException(llvm::Value *exn) : exn(exn) {} member |
H A D | ItaniumCXXABI.cpp | 4829 llvm::Value *exn = &*fn->arg_begin(); getClangCallTerminateFn() local |