Searched refs:SubE (Results 1 – 7 of 7) sorted by relevance
122 WebAssemblyException *SubE = getOutermostException(MBB); in discoverAndMapException() local123 if (SubE) { in discoverAndMapException()124 if (SubE != WE) { in discoverAndMapException()126 SubE->setParentException(WE); in discoverAndMapException()128 NumBlocks += SubE->getBlocksVector().capacity(); in discoverAndMapException()132 for (auto &Frontier : MDF.find(SubE->getEHPad())->second) in discoverAndMapException()181 for (auto &SubE : SubExceptions) in print() local182 SubE->print(OS, Depth + 2); in print()
423 std::unique_ptr<ErrT> SubE(static_cast<ErrT *>(E.release())); in apply()424 return H(std::move(SubE)); in apply()439 std::unique_ptr<ErrT> SubE(static_cast<ErrT *>(E.release())); in apply()440 H(std::move(SubE)); in apply()
443 std::unique_ptr<ErrT> SubE(static_cast<ErrT *>(E.release())); in apply()444 return H(std::move(SubE)); in apply()459 std::unique_ptr<ErrT> SubE(static_cast<ErrT *>(E.release())); in apply()460 H(std::move(SubE)); in apply()
800 std::unique_ptr<ErrT> SubE(static_cast<ErrT *>(E.release())); in apply()801 return H(std::move(SubE)); in apply()816 std::unique_ptr<ErrT> SubE(static_cast<ErrT *>(E.release())); in apply()817 H(std::move(SubE)); in apply()
784 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local785 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()791 if (SubI == SubE) { in ExpandProcResources()
972 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local973 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()978 if (SubI == SubE) { in ExpandProcResources()
6354 Expr *SubE = E; in BuildCXXMemberCallExpr() local6355 CastExpr *CE = dyn_cast<CastExpr>(SubE); in BuildCXXMemberCallExpr()6357 SubE = CE->getSubExpr(); in BuildCXXMemberCallExpr()6358 SubE = SubE->IgnoreParens(); in BuildCXXMemberCallExpr()6359 if (CXXBindTemporaryExpr *BE = dyn_cast<CXXBindTemporaryExpr>(SubE)) in BuildCXXMemberCallExpr()6360 SubE = BE->getSubExpr(); in BuildCXXMemberCallExpr()6361 if (isa<LambdaExpr>(SubE)) { in BuildCXXMemberCallExpr()