Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp356 REGISTER_MAP_WITH_PROGRAMSTATE(CStringLength, const MemRegion *, SVal) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
992 return state->remove<CStringLength>(MR); in setCStringLength()
994 return state->set<CStringLength>(MR, strLength); in setCStringLength()
1004 const SVal *Recorded = state->get<CStringLength>(MR); in getCStringLengthForRegion()
1030 state = state->set<CStringLength>(MR, strLength); in getCStringLengthForRegion()
2751 state = state->set<CStringLength>(MR, strLength); in checkPreStmt()
2764 CStringLengthTy Entries = state->get<CStringLength>(); in checkRegionChanges()
2782 CStringLengthTy::Factory &F = state->get_context<CStringLength>(); in checkRegionChanges()
2803 return state->set<CStringLength>(Entries); in checkRegionChanges()
2809 CStringLengthTy Entries = state->get<CStringLength>(); in checkLiveSymbols()
[all …]