Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp135 unsigned RawIvarAccessHistory : 2; member in __anonf8e0d6ba0111::RefVal
141 RawIvarAccessHistory(static_cast<unsigned>(IvarAccess)) { in RefVal()
176 return static_cast<IvarAccessHistory>(RawIvarAccessHistory); in getIvarAccessHistory()
262 ID.AddInteger(RawIvarAccessHistory); in Profile()