Home
last modified time | relevance | path

Searched refs:getEmptySet (Results 1 – 21 of 21) sorted by relevance

/external/llvm-project/llvm/unittests/ADT/
DImmutableSetTest.cpp39 EXPECT_TRUE(f.getEmptySet() == f.getEmptySet()); in TEST_F()
40 EXPECT_FALSE(f.getEmptySet() != f.getEmptySet()); in TEST_F()
41 EXPECT_TRUE(f.getEmptySet().isEmpty()); in TEST_F()
43 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
52 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
80 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
118 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
141 ImmutableSet<char> S = f.getEmptySet(); in TEST_F()
153 ImmutableSet<char> S = f.getEmptySet(); in TEST_F()
176 ImmutableSet<long> S = f.getEmptySet(); in TEST_F()
/external/llvm/unittests/ADT/
DImmutableSetTest.cpp40 EXPECT_TRUE(f.getEmptySet() == f.getEmptySet()); in TEST_F()
41 EXPECT_FALSE(f.getEmptySet() != f.getEmptySet()); in TEST_F()
42 EXPECT_TRUE(f.getEmptySet().isEmpty()); in TEST_F()
44 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
53 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
81 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
119 ImmutableSet<int> S = f.getEmptySet(); in TEST_F()
142 ImmutableSet<char> S = f.getEmptySet(); in TEST_F()
154 ImmutableSet<char> S = f.getEmptySet(); in TEST_F()
177 ImmutableSet<long> S = f.getEmptySet(); in TEST_F()
/external/llvm-project/mlir/unittests/Analysis/
DPresburgerSetTest.cpp101 PresburgerSet set = PresburgerSet::getEmptySet(dims); in makeSetFromFACs()
165 testUnionAtPoints(PresburgerSet::getEmptySet(1), set, in TEST()
169 testUnionAtPoints(PresburgerSet::getEmptySet(1), in TEST()
174 PresburgerSet::getEmptySet(1), {{1}, {2}, {0}, {-1}}); in TEST()
177 testUnionAtPoints(PresburgerSet::getEmptySet(1), in TEST()
178 PresburgerSet::getEmptySet(1), {{1}, {2}, {0}, {-1}}); in TEST()
195 testIntersectAtPoints(PresburgerSet::getEmptySet(1), set, in TEST()
199 testIntersectAtPoints(PresburgerSet::getEmptySet(1), in TEST()
204 PresburgerSet::getEmptySet(1), {{1}, {2}, {0}, {-1}}); in TEST()
499 PresburgerSet::getEmptySet(1), in TEST()
/external/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp100 : ranges(F.add(F.getEmptySet(), Range(from, to))) {} in RangeSet()
250 return F.getEmptySet(); in Intersect()
252 PrimRangeSet newRanges = F.getEmptySet(); in Intersect()
492 return F.getEmptySet(); in getSymLTRange()
503 return F.getEmptySet(); in getSymLTRange()
532 return F.getEmptySet(); in getSymGTRange()
539 return F.getEmptySet(); in getSymGTRange()
568 return F.getEmptySet(); in getSymGERange()
600 return F.getEmptySet(); in getSymLERange()
628 return F.getEmptySet(); in getSymLERange()
DBugReporter.cpp2782 BugTypes = F.getEmptySet(); in FlushReports()
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DRangeConstraintManager.cpp255 PrimRangeSet newRanges = F.getEmptySet(); in Intersect()
278 PrimRangeSet newRanges = F.getEmptySet(); in Intersect()
309 PrimRangeSet newRanges = F.getEmptySet(); in Negate()
873 return RangeFactory.getEmptySet(); in VisitBinaryOperator()
1211 return RangeFactory.getEmptySet(); in VisitBinaryOperator()
1632 return F.add(F.getEmptySet(), getRepresentativeSymbol()); in getClassMembers()
1698 ClassSet NewSet = CurrentSet ? *CurrentSet : CF.getEmptySet(); in addToDisequalityInfo()
1756 return Factory.getEmptySet(); in getDisequalClasses()
2080 return F.getEmptySet(); in getSymLTRange()
2091 return F.getEmptySet(); in getSymLTRange()
[all …]
DDynamicType.cpp135 CastSet Set = TempSet ? *TempSet : F.getEmptySet(); in setDynamicTypeAndCastInfo()
/external/llvm-project/mlir/include/mlir/Analysis/
DPresburgerSet.h80 static PresburgerSet getEmptySet(unsigned nDim = 0, unsigned nSym = 0);
/external/llvm-project/mlir/lib/IR/
DIntegerSet.cpp41 return *this == getEmptySet(set->dimCount, set->symbolCount, getContext()); in isEmptyIntegerSet()
/external/llvm-project/mlir/lib/Analysis/
DPresburgerSet.cpp101 PresburgerSet PresburgerSet::getEmptySet(unsigned nDim, unsigned nSym) { in getEmptySet() function in PresburgerSet
258 return PresburgerSet::getEmptySet(fac.getNumDimIds(), in getSetDifference()
DUtils.cpp1092 return IntegerSet::getEmptySet(set.getNumDims(), set.getNumSymbols(), in simplifyIntegerSet()
/external/llvm-project/mlir/include/mlir/IR/
DIntegerSet.h54 static IntegerSet getEmptySet(unsigned numDims, unsigned numSymbols, in getEmptySet() function
/external/clang/include/clang/StaticAnalyzer/Core/BugReporter/
DBugReporter.h415 BugReporter(BugReporterData& d, Kind k) : BugTypes(F.getEmptySet()), kind(k),
419 BugReporter(BugReporterData& d) : BugTypes(F.getEmptySet()), kind(BaseBRKind),
/external/llvm-project/clang/unittests/StaticAnalyzer/
DRangeSetTest.cpp38 RangeSet rangeSet = F.getEmptySet(); in createRangeSetFromList()
/external/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DRangedConstraintManager.h94 : ranges(F.add(F.getEmptySet(), Range(from, to))) {} in RangeSet()
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/
DInnerPointerChecker.cpp213 PtrSet Set = SetPtr ? *SetPtr : F.getEmptySet(); in checkPostCall()
DCheckObjCDealloc.cpp272 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction()
/external/llvm-project/llvm/include/llvm/ADT/
DImmutableSet.h995 ImmutableSet getEmptySet() {
1114 static ImmutableSetRef getEmptySet(FactoryTy *F) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DImmutableSet.h1007 ImmutableSet getEmptySet() {
1151 static ImmutableSetRef getEmptySet(FactoryTy *F) {
/external/llvm/include/llvm/ADT/
DImmutableSet.h1002 ImmutableSet getEmptySet() {
1147 static ImmutableSetRef getEmptySet(FactoryTy *F) {
/external/clang/lib/StaticAnalyzer/Checkers/
DCheckObjCDealloc.cpp279 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction()