Home
last modified time | relevance | path

Searched refs:IndexedStatus (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp772 for (const auto &IndexedStatus : llvm::enumerate(EntryStatus)) { in checkEntry() local
773 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() local
1411 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 …]