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 235 llvm::Value *Exn = RawExn;
237 Exn = CGF.Builder.CreateCall(beginCatchFn, RawExn, "exn.adjusted");
238 cast<llvm::CallInst>(Exn)->setDoesNotThrow();
255 llvm::Value *CastExn = CGF.Builder.CreateBitCast(Exn, CatchType);
278 CGF.ObjCEHValueStack.push_back(Exn);
CGException.cpp 346 llvm::Value *exn; member in struct:__anon21639::FreeException
347 FreeException(llvm::Value *exn) : exn(exn) {}
349 CGF.EmitNounwindRuntimeCall(getFreeExceptionFn(CGF.CGM), exn); variable
386 ExceptionSlot = CreateTempAlloca(Int8PtrTy, "exn.slot");
397 return Builder.CreateLoad(getExceptionSlot(), "exn");
543 llvm::Value *exn = CGF.getExceptionFromSlot(); local
544 CGF.EmitRuntimeCall(getUnexpectedFn(CGF.CGM), exn)
881 llvm::Value *Exn,
1444 llvm::Value *exn = nullptr; local
1513 llvm::Value *exn = &*fn->arg_begin(); local
1553 llvm::Value *exn = Builder.CreateExtractValue(LPadInst, 0); local
1580 llvm::Value *exn = getExceptionFromSlot(); 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 173 milliseconds