Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h210 ImmutableList<T> getEmptyList() const { in getEmptyList() function
216 return concat(std::forward<ElemT>(Data), getEmptyList()); in create()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h255 return SValListFactory.getEmptyList(); in getEmptySValList()
263 return CXXBaseListFactory.getEmptyList(); in getEmptyCXXBaseList()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp203 BaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
226 auto ReducedBaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DBlockInCriticalSectionChecker.cpp287 llvm::ImmutableList<CritSectionMarker> NewList = Factory.getEmptyList(); in handleUnlock()