Searched defs:CData (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | ContainerModeling.cpp | 226 const auto CData = Cont.second; in checkLiveSymbols() local 314 const auto CData = getContainerData(State, ContReg); in handleAssignment() local 406 const auto CData = getContainerData(State, ContReg); in handleClear() local 438 const auto CData = getContainerData(State, ContReg); in handlePushBack() local 471 const auto CData = getContainerData(State, ContReg); in handlePopBack() local 516 const auto CData = getContainerData(State, ContReg); in handlePushFront() local 546 const auto CData = getContainerData(State, ContReg); in handlePopFront() local 594 if (const auto *CData = getContainerData(State, ContReg)) { in handleInsert() local 626 if (const auto *CData = getContainerData(State, ContReg)) { in handleErase() local 661 if (const auto *CData = getContainerData(State, ContReg)) { in handleErase() local [all …]
|
H A D | IteratorRangeChecker.cpp | 307 const auto *CData = getContainerData(State, Cont); in isPastTheEnd() local 323 const auto *CData = getContainerData(State, Cont); in isAheadOfRange() local 339 const auto *CData = getContainerData(State, Cont); in isBehindPastTheEnd() local
|