HomeSort by relevance Sort by last modified time
    Searched refs:getEmptySet (Results 1 - 6 of 6) sorted by null

  /external/llvm/unittests/ADT/
ImmutableSetTest.cpp 40 EXPECT_TRUE(f.getEmptySet() == f.getEmptySet());
41 EXPECT_FALSE(f.getEmptySet() != f.getEmptySet());
42 EXPECT_TRUE(f.getEmptySet().isEmpty());
44 ImmutableSet<int> S = f.getEmptySet();
53 ImmutableSet<int> S = f.getEmptySet();
81 ImmutableSet<int> S = f.getEmptySet();
119 ImmutableSet<int> S = f.getEmptySet();
142 ImmutableSet<char> S = f.getEmptySet();
    [all...]
  /packages/apps/TV/src/com/android/tv/util/
MultiLongSparseArray.java 56 values = getEmptySet();
105 private Set<T> getEmptySet() {
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 100 : ranges(F.add(F.getEmptySet(), Range(from, to))) {}
250 return F.getEmptySet();
252 PrimRangeSet newRanges = F.getEmptySet();
492 return F.getEmptySet();
503 return F.getEmptySet();
532 return F.getEmptySet();
539 return F.getEmptySet();
568 return F.getEmptySet();
600 return F.getEmptySet();
628 return F.getEmptySet();
    [all...]
BugReporter.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 415 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k),
419 BugReporter(BugReporterData& d) : BugTypes(F.getEmptySet()), kind(BaseBRKind),
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 1001 /// getEmptySet - Returns an immutable set that contains no elements.
1002 ImmutableSet getEmptySet() {
    [all...]

Completed in 191 milliseconds