HomeSort by relevance Sort by last modified time
    Searched refs:getNumHandlers (Results 1 - 12 of 12) sorted by null

  /external/clang/lib/CodeGen/
CGCleanup.h 178 unsigned getNumHandlers() const {
187 assert(I < getNumHandlers());
193 assert(I < getNumHandlers());
202 for (unsigned I = 0, N = getNumHandlers(); I != N; ++I)
208 iterator end() const { return getHandlers() + getNumHandlers(); }
471 static_cast<const EHCatchScope*>(get())->getNumHandlers());
524 StartOfData += EHCatchScope::getSizeForNumHandlers(scope.getNumHandlers());
CGException.cpp 552 unsigned NumHandlers = S.getNumHandlers();
600 if (catchScope.getNumHandlers() == 1 &&
756 for (unsigned hi = 0, he = catchScope.getNumHandlers(); hi != he; ++hi) {
826 if (catchScope.getNumHandlers() == 1 &&
843 for (unsigned i = 0, e = catchScope.getNumHandlers(); ; ++i) {
900 unsigned NumHandlers = S.getNumHandlers();
902 assert(CatchScope.getNumHandlers() == NumHandlers);
    [all...]
CodeGenPGO.cpp 554 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I)
CoverageMappingGen.cpp 815 for (unsigned I = 0, E = S->getNumHandlers(); I < E; ++I)
    [all...]
  /external/clang/include/clang/AST/
StmtCXX.h 103 unsigned getNumHandlers() const { return NumHandlers; }
116 return child_range(getStmts(), getStmts() + getNumHandlers() + 1);
  /external/clang/lib/Sema/
JumpDiagnostics.cpp 329 for (unsigned I = 0, E = TS->getNumHandlers(); I != E; ++I) {
    [all...]
TreeTransform.h     [all...]
SemaDeclCXX.cpp     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 529 for (unsigned i = 0, e = Node->getNumHandlers(); i < e; ++i) {
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp     [all...]
ASTWriterStmt.cpp     [all...]
  /external/clang/lib/Analysis/
CFG.cpp     [all...]

Completed in 285 milliseconds