Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DPtrTypesSemantics.cpp127 std::optional<bool> IsRefCountable = isRefCountable(Class); in isUncounted() local
128 if (!IsRefCountable) in isUncounted()
131 return (*IsRefCountable); in isUncounted()