Searched refs:IndexedStatus (Results 1 – 1 of 1) sorted by relevance
772 for (const auto &IndexedStatus : llvm::enumerate(EntryStatus)) { in checkEntry() local773 const ParmVarDecl *Parameter = getParameter(IndexedStatus.index()); in checkEntry()775 switch (IndexedStatus.value().getKind()) { in checkEntry()780 if (!hasEverEscaped(IndexedStatus.index())) { in checkEntry()794 NotUsedOnEveryPath[IndexedStatus.index()] = true; in checkEntry()806 NotCalledOnEveryPath[IndexedStatus.index()] = true; in checkEntry()1410 for (const auto &IndexedStatus : llvm::enumerate(ToAlter)) { in handleConventionalCheck() local1411 const ParmVarDecl *Parameter = getParameter(IndexedStatus.index()); in handleConventionalCheck()1417 ParameterStatus &CurrentStatus = IndexedStatus.value(); in handleConventionalCheck()1426 if (isLosingCall(ToAlter, BB, IndexedStatus.index()) || in handleConventionalCheck()[all …]