Searched refs:IndexedStatus (Results 1 – 1 of 1) sorted by relevance
774 for (const auto &IndexedStatus : llvm::enumerate(EntryStatus)) { in checkEntry() local775 const ParmVarDecl *Parameter = getParameter(IndexedStatus.index()); in checkEntry()777 switch (IndexedStatus.value().getKind()) { in checkEntry()782 if (!hasEverEscaped(IndexedStatus.index())) { in checkEntry()796 NotUsedOnEveryPath[IndexedStatus.index()] = true; in checkEntry()808 NotCalledOnEveryPath[IndexedStatus.index()] = true; in checkEntry()1412 for (const auto &IndexedStatus : llvm::enumerate(ToAlter)) { in handleConventionalCheck() local1413 const ParmVarDecl *Parameter = getParameter(IndexedStatus.index()); in handleConventionalCheck()1419 ParameterStatus &CurrentStatus = IndexedStatus.value(); in handleConventionalCheck()1428 if (isLosingCall(ToAlter, BB, IndexedStatus.index()) || in handleConventionalCheck()[all …]