Searched defs:isCleanup (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGException.cpp864 assert((LPadInst->getNumClauses() > 0 || LPadInst->isCleanup()) &&
1353 llvm::BasicBlock *CodeGenFunction::getEHResumeBlock(bool isCleanup) { argument
1367 if (RethrowName != nullptr && !isCleanup) {
/external/swiftshader/third_party/LLVM/include/llvm/
H A DInstructions.h2173 /// isCleanup - Return 'true' if this landingpad instruction is a
2176 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::LandingPadInst
/external/llvm/include/llvm/IR/
H A DInstructions.h2743 /// isCleanup - Return 'true' if this landingpad instruction is a
2746 bool isCleanup() const { return getSubclassDataFromInstruction() & 1; } function in class:llvm::LandingPadInst

Completed in 352 milliseconds