Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DErrnoModeling.cpp65 mutable const VarDecl *ErrnoDecl = nullptr; member in __anonfbab00e30111::ErrnoModeling
93 ErrnoDecl = cast<VarDecl>(*Found); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
105 if (ErrnoDecl) { in checkBeginFunction()
108 ErrnoR = State->getRegion(ErrnoDecl, C.getLocationContext()); in checkBeginFunction()
128 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()