HomeSort by relevance Sort by last modified time
    Searched refs:getEmptySet (Results 1 - 7 of 7) 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...]
  /external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
BugReporter.h 313 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k),
317 BugReporter(BugReporterData& d) : BugTypes(F.getEmptySet()), kind(BaseBRKind),
  /external/clang/lib/StaticAnalyzer/Core/
RangeConstraintManager.cpp 93 : ranges(F.add(F.getEmptySet(), Range(from, to))) {}
157 PrimRangeSet newRanges = F.getEmptySet();
BasicConstraintManager.cpp 269 ProgramState::IntSetTy S = T ? *T : ISetFactory.getEmptySet();
BugReporter.cpp     [all...]
RegionStore.cpp 153 M.insert(std::make_pair(Parent, F.add(F.getEmptySet(), SubRegion)));
    [all...]
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 975 /// getEmptySet - Returns an immutable set that contains no elements.
976 ImmutableSet getEmptySet() {
    [all...]

Completed in 101 milliseconds