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.cpp774 for (const auto &IndexedStatus : llvm::enumerate(EntryStatus)) { in checkEntry() local
775 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() local
1413 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 …]