Searched refs:ErrnoR (Results 1 – 1 of 1) sorted by relevance
103 const MemRegion *ErrnoR = nullptr; in checkBeginFunction() local108 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() local150 if (!ErrnoR) in evalCall()154 loc::MemRegionVal{ErrnoR}); in evalCall()165 if (const auto *ErrnoR = State->get<ErrnoRegion>()) in checkLiveSymbols() local[all …]