Home
last modified time | relevance | path

Searched defs:RefState (Results 1 – 2 of 2) sorted by relevance

/llvm-project-15.0.7/lld/MachO/
H A DSymbols.h197 enum class RefState : uint8_t { Unreferenced = 0, Weak = 1, Strong = 2 }; enum
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp136 class RefState { class
158 RefState(Kind k, const Stmt *s, AllocationFamily family) in RefState() function in __anonac89c38b0211::RefState