Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DCStringChecker.cpp667 const SVal *Recorded = state->get<CStringLength>(MR); in getCStringLengthForRegion() local
668 if (Recorded) in getCStringLengthForRegion()
669 return *Recorded; in getCStringLengthForRegion()