Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableList.h209 ImmutableList<T> getEmptyList() const { in getEmptyList() function
215 return concat(std::forward<ElemT>(Data), getEmptyList()); in create()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DBasicValueFactory.h252 return SValListFactory.getEmptyList(); in getEmptySValList()
260 return CXXBaseListFactory.getEmptyList(); in getEmptyCXXBaseList()
/freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBasicValueFactory.cpp207 BaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()
230 auto ReducedBaseSpecList = CXXBaseListFactory.getEmptyList(); in accumCXXBase()