HomeSort by: relevance | last modified time | path
    Searched defs:Caught (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Sema/
AnalysisBasedWarnings.cpp 304 QualType Caught = Catch->getCaughtType();
305 if (Caught.isNull() || // catch (...) catches everything
307 S.handlerCanCatch(Caught, E->getSubExpr()->getType()))
AnalysisBasedWarnings.cpp 304 QualType Caught = Catch->getCaughtType();
305 if (Caught.isNull() || // catch (...) catches everything
307 S.handlerCanCatch(Caught, E->getSubExpr()->getType()))
AnalysisBasedWarnings.cpp 304 QualType Caught = Catch->getCaughtType();
305 if (Caught.isNull() || // catch (...) catches everything
307 S.handlerCanCatch(Caught, E->getSubExpr()->getType()))
AnalysisBasedWarnings.cpp 304 QualType Caught = Catch->getCaughtType();
305 if (Caught.isNull() || // catch (...) catches everything
307 S.handlerCanCatch(Caught, E->getSubExpr()->getType()))
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGObjCMac.cpp 2460 assert(!type->isArrayType() && "array variable should not be caught");
2978 assert(!type->isArrayType() && "array variable should not be caught");
3011 assert(!T->isArrayType() && "__block array variable should not be caught");
4522 - a pointer to the exception that was caught
4614 '@throw;' is supported by pushing the currently-caught exception
4739 // Otherwise, we have to match against the caught exceptions.
4743 llvm::CallInst *Caught =
4745 ExceptionData.getPointer(), "caught");
4749 CGF.ObjCEHValueStack.push_back(Caught);
4760 PropagatingExnVar = CGF.CreateTempAlloca(Caught->getType()
    [all...]
CGObjCMac.cpp 2460 assert(!type->isArrayType() && "array variable should not be caught");
2978 assert(!type->isArrayType() && "array variable should not be caught");
3011 assert(!T->isArrayType() && "__block array variable should not be caught");
4522 - a pointer to the exception that was caught
4614 '@throw;' is supported by pushing the currently-caught exception
4739 // Otherwise, we have to match against the caught exceptions.
4743 llvm::CallInst *Caught =
4745 ExceptionData.getPointer(), "caught");
4749 CGF.ObjCEHValueStack.push_back(Caught);
4760 PropagatingExnVar = CGF.CreateTempAlloca(Caught->getType()
    [all...]
CGObjCMac.cpp 2460 assert(!type->isArrayType() && "array variable should not be caught");
2978 assert(!type->isArrayType() && "array variable should not be caught");
3011 assert(!T->isArrayType() && "__block array variable should not be caught");
4522 - a pointer to the exception that was caught
4614 '@throw;' is supported by pushing the currently-caught exception
4739 // Otherwise, we have to match against the caught exceptions.
4743 llvm::CallInst *Caught =
4745 ExceptionData.getPointer(), "caught");
4749 CGF.ObjCEHValueStack.push_back(Caught);
4760 PropagatingExnVar = CGF.CreateTempAlloca(Caught->getType()
    [all...]
CGObjCMac.cpp 2460 assert(!type->isArrayType() && "array variable should not be caught");
2978 assert(!type->isArrayType() && "array variable should not be caught");
3011 assert(!T->isArrayType() && "__block array variable should not be caught");
4522 - a pointer to the exception that was caught
4614 '@throw;' is supported by pushing the currently-caught exception
4739 // Otherwise, we have to match against the caught exceptions.
4743 llvm::CallInst *Caught =
4745 ExceptionData.getPointer(), "caught");
4749 CGF.ObjCEHValueStack.push_back(Caught);
4760 PropagatingExnVar = CGF.CreateTempAlloca(Caught->getType()
    [all...]

Completed in 191 milliseconds