Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DCStringChecker.cpp229 REGISTER_MAP_WITH_PROGRAMSTATE(CStringLength, const MemRegion *, SVal) in REGISTER_MAP_WITH_PROGRAMSTATE() argument
711 return state->remove<CStringLength>(MR); in setCStringLength()
713 return state->set<CStringLength>(MR, strLength); in setCStringLength()
723 const SVal *Recorded = state->get<CStringLength>(MR); in getCStringLengthForRegion()
749 state = state->set<CStringLength>(MR, strLength); in getCStringLengthForRegion()
2383 state = state->set<CStringLength>(MR, strLength); in checkPreStmt()
2396 CStringLengthTy Entries = state->get<CStringLength>(); in checkRegionChanges()
2440 return state->set<CStringLength>(Entries); in checkRegionChanges()
2446 CStringLengthTy Entries = state->get<CStringLength>(); in checkLiveSymbols()
2461 CStringLengthTy Entries = state->get<CStringLength>(); in checkDeadSymbols()
[all …]