Home
last modified time | relevance | path

Searched refs:SubE (Results 1 – 7 of 7) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyExceptionInfo.cpp122 WebAssemblyException *SubE = getOutermostException(MBB); in discoverAndMapException() local
123 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() local
182 SubE->print(OS, Depth + 2); in print()
/external/llvm/include/llvm/Support/
DError.h423 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()
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DError.h443 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()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DError.h800 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()
/external/llvm/utils/TableGen/
DSubtargetEmitter.cpp784 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local
785 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()
791 if (SubI == SubE) { in ExpandProcResources()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DSubtargetEmitter.cpp972 RecIter SubI = SubResources.begin(), SubE = SubResources.end(); in ExpandProcResources() local
973 for( ; SubI != SubE; ++SubI) { in ExpandProcResources()
978 if (SubI == SubE) { in ExpandProcResources()
/external/clang/lib/Sema/
DSemaExprCXX.cpp6354 Expr *SubE = E; in BuildCXXMemberCallExpr() local
6355 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()