Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp134 unsigned RawIvarAccessHistory : 2; member in __anonbe000e510111::RefVal
140 RawIvarAccessHistory(static_cast<unsigned>(IvarAccess)) { in RefVal()
175 return static_cast<IvarAccessHistory>(RawIvarAccessHistory); in getIvarAccessHistory()
260 ID.AddInteger(RawIvarAccessHistory); in Profile()