Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp103 const MemRegion *ErrnoR = nullptr; in checkBeginFunction() local
108 ErrnoR = State->getRegion(ErrnoDecl, C.getLocationContext()); in checkBeginFunction()
109 assert(ErrnoR && "Memory region should exist for the 'errno' variable."); in checkBeginFunction()
132 ErrnoR = RMgr.getElementRegion( in checkBeginFunction()
136 assert(ErrnoR); in checkBeginFunction()
137 State = State->set<ErrnoRegion>(ErrnoR); in checkBeginFunction()
149 const MemRegion *ErrnoR = State->get<ErrnoRegion>(); in evalCall() local
150 if (!ErrnoR) in evalCall()
154 loc::MemRegionVal{ErrnoR}); in evalCall()
165 if (const auto *ErrnoR = State->get<ErrnoRegion>()) in checkLiveSymbols() local
[all …]