Home
last modified time | relevance | path

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

/trueos/contrib/llvm/include/llvm/ADT/
HDImmutableList.h192 ImmutableList<T> getEmptyList() const { in getEmptyList() function
197 return Concat(X, getEmptyList()); in create()
/trueos/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDBasicValueFactory.h176 return SValListFactory.getEmptyList(); in getEmptySValList()