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.cpp63 mutable const VarDecl *ErrnoDecl = nullptr; member in __anonfbab00e30111::ErrnoModeling
91 ErrnoDecl = cast<VarDecl>(*Found); in REGISTER_TRAIT_WITH_PROGRAMSTATE()
103 if (ErrnoDecl) { in checkBeginFunction()
106 ErrnoR = State->getRegion(ErrnoDecl, C.getLocationContext()); in checkBeginFunction()
126 ACtx.getLValueReferenceType(ACtx.IntTy), C.blockCount(), &ErrnoDecl); in checkBeginFunction()