Searched refs:removeDeadTypes (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DDynamicType.h75 ProgramStateRef removeDeadTypes(ProgramStateRef State, SymbolReaper &SR);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DDynamicType.cpp175 ProgramStateRef removeDeadTypes(ProgramStateRef State, SymbolReaper &SR) { function in namespace:clang::ento
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDynamicTypePropagation.cpp233 ProgramStateRef State = removeDeadTypes(C.getState(), SR);

Completed in 178 milliseconds