HomeSort by: relevance | last modified time | path
    Searched refs:getNumHandlers (Results 1 - 22 of 22) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGCleanup.h 188 unsigned getNumHandlers() const {
197 assert(I < getNumHandlers());
203 assert(I < getNumHandlers());
209 assert(I < getNumHandlers());
218 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I)
224 iterator end() const { return getHandlers() + getNumHandlers(); }
512 static_cast<const EHCatchScope *>(get())->getNumHandlers());
564 deallocate(EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers()));
CGException.cpp 612 unsigned NumHandlers = S.getNumHandlers();
667 if (catchScope.getNumHandlers() == 1 &&
879 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
955 unsigned NumHandlers = CatchScope.getNumHandlers();
999 unsigned NumHandlers = CatchScope.getNumHandlers();
1034 if (CatchScope.getNumHandlers() == 1 &&
1105 if (catchScope.getNumHandlers() == 1 &&
1122 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) {
1181 unsigned NumHandlers = S.getNumHandlers();
1183 assert(CatchScope.getNumHandlers() == NumHandlers)
    [all...]
CodeGenPGO.cpp 679 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I)
CoverageMappingGen.cpp 1420 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I)
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
StmtCXX.h 106 unsigned getNumHandlers() const { return NumHandlers; }
119 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
123 return const_child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
WinEHPrepare.cpp 373 assert(CatchSwitch->getNumHandlers() == 1 &&
596 assert(CatchSwitch->getNumHandlers());
  /src/external/apache2/llvm/dist/clang/lib/Sema/
JumpDiagnostics.cpp 419 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) {
SemaExceptionSpec.cpp 1549 const CXXCatchStmt *FinalHandler = TS->getHandler(TS->getNumHandlers() - 1);
SemaDeclCXX.cpp 16954 for (unsigned I = 0, E = TryBlock->getNumHandlers(); I != E; ++I) {
TreeTransform.h 8130 for (unsigned I = 0, N = S->getNumHandlers(); I != N; ++I) {
  /src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTReaderStmt.cpp 1644 assert(Record.peekInt() == S->getNumHandlers() && "NumStmtFields is wrong ?");
1648 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
ASTWriterStmt.cpp 1526 Record.push_back(S->getNumHandlers());
1529 for (unsigned i = 0, e = S->getNumHandlers(); i != e; ++i)
  /src/external/apache2/llvm/dist/clang/lib/AST/
StmtPrinter.cpp 582 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) {
ASTImporter.cpp 6380 SmallVector<Stmt *, 1> ToHandlers(S->getNumHandlers());
6381 for (unsigned HI = 0, HE = S->getNumHandlers(); HI != HE; ++HI) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
InlineFunction.cpp 750 CatchSwitch->getNumHandlers(), CatchSwitch->getName(),
Local.cpp 2413 CatchSwitch->getParentPad(), nullptr, CatchSwitch->getNumHandlers(),
SimplifyCFG.cpp 4793 if (CSI->getNumHandlers() == 0) {
  /src/external/apache2/llvm/dist/clang/lib/Analysis/
CFG.cpp 4304 for (unsigned h = 0; h <Terminator->getNumHandlers(); ++h) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
Instructions.h 4288 unsigned getNumHandlers() const {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Core.cpp 3289 return unwrap<CatchSwitchInst>(CatchSwitch)->getNumHandlers();
Verifier.cpp 4266 Assert(CatchSwitch.getNumHandlers() != 0,
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Writer/
BitcodeWriter.cpp 2950 unsigned NumHandlers = CatchSwitch.getNumHandlers();

Completed in 105 milliseconds