Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp328 REGISTER_MAP_WITH_PROGRAMSTATE(CStringLength, const MemRegion *, SVal) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
847 return state->remove<CStringLength>(MR); in setCStringLength()
849 return state->set<CStringLength>(MR, strLength); in setCStringLength()
859 const SVal *Recorded = state->get<CStringLength>(MR); in getCStringLengthForRegion()
885 state = state->set<CStringLength>(MR, strLength); in getCStringLengthForRegion()
2604 state = state->set<CStringLength>(MR, strLength); in checkPreStmt()
2617 CStringLengthTy Entries = state->get<CStringLength>(); in checkRegionChanges()
2656 return state->set<CStringLength>(Entries); in checkRegionChanges()
2662 CStringLengthTy Entries = state->get<CStringLength>(); in checkLiveSymbols()
2673 CStringLengthTy Entries = state->get<CStringLength>(); in checkDeadSymbols()
[all …]