HomeSort by relevance Sort by last modified time
    Searched defs:Exn (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
CGObjCRuntime.cpp 234 llvm::Value *Exn = RawExn;
236 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted");
237 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
254 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
277 CGF.ObjCEHValueStack.push_back(Exn);
CGException.cpp 364 llvm::Value *exn; member in struct:__anon5685::FreeException
365 FreeException(llvm::Value *exn) : exn(exn) {}
367 CGF.EmitNounwindRuntimeCall(getFreeExceptionFn(CGF.CGM), exn); local
404 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
415 return Builder.CreateLoad(getExceptionSlot(), "exn");
546 llvm::Value *exn = CGF.getExceptionFromSlot(); local
547 CGF.EmitRuntimeCall(getUnexpectedFn(CGF.CGM), exn)
1478 llvm::Value *exn = 0; local
1547 llvm::Value *exn = &*fn->arg_begin(); local
1587 llvm::Value *exn = Builder.CreateExtractValue(LPadInst, 0); local
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 44 void FindExnAndSelIntrinsics(BasicBlock *BB, CallInst *&Exn,
55 assert(!Exn && "Found more than one eh.exception call!");
56 Exn = CI;
64 if (Exn && Sel) return;
68 if (Exn && Sel) return;
71 FindExnAndSelIntrinsics(*I, Exn, Sel, Visited);
72 if (Exn && Sel) return;
164 CallInst *Exn = 0;
166 FindExnAndSelIntrinsics(UnwindDest, Exn, Sel, Visited);
167 assert(Exn && Sel && "Cannot find eh.exception and eh.selector calls!")
    [all...]
  /external/robolectric/lib/main/
sqlite-jdbc-3.7.2.jar 

Completed in 1058 milliseconds