Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp165 static ProgramStateRef removeDeadImpl(ProgramStateRef State, SymbolReaper &SR) { in removeDeadImpl() function
176 return removeDeadImpl<DynamicTypeMap>(State, SR); in removeDeadTypes()
180 return removeDeadImpl<DynamicCastMap>(State, SR); in removeDeadCasts()
185 return removeDeadImpl<DynamicClassObjectMap>(State, SR); in removeDeadClassObjectTypes()