Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A 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<long> S = f.getEmptySet(); in TEST_F()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp476 return getEmptySet(); in intersect()
492 return getEmptySet(); in intersect()
505 return getEmptySet(); in intersect()
589 return getEmptySet(); in intersect()
598 return getEmptySet(); in intersect()
607 return getEmptySet(); in intersect()
612 return getEmptySet(); in negate()
2999 return F.getEmptySet(); in getSymLTRange()
3010 return F.getEmptySet(); in getSymLTRange()
3040 return F.getEmptySet(); in getSymGTRange()
[all …]
H A DDynamicType.cpp135 CastSet Set = TempSet ? *TempSet : F.getEmptySet(); in setDynamicTypeAndCastInfo()
/llvm-project-15.0.7/mlir/lib/IR/
H A DIntegerSet.cpp38 return *this == getEmptySet(set->dimCount, set->symbolCount, getContext()); in isEmptyIntegerSet()
/llvm-project-15.0.7/mlir/include/mlir/IR/
H A DIntegerSet.h56 static IntegerSet getEmptySet(unsigned numDims, unsigned numSymbols, in getEmptySet() function
/llvm-project-15.0.7/mlir/lib/CAPI/IR/
H A DIntegerSet.cpp37 return wrap(IntegerSet::getEmptySet(static_cast<unsigned>(numDims), in mlirIntegerSetEmptyGet()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp244 PtrSet Set = SetPtr ? *SetPtr : F.getEmptySet(); in checkPostCall()
H A DGenericTaintChecker.cpp865 ImmutableSet<ArgIdxTy> Result = F.getEmptySet(); in process()
982 ImmutableSet<ArgIdxTy> Result = F.add(F.getEmptySet(), ReturnValueIndex); in taintUnsafeSocketProtocol()
H A DCheckObjCDealloc.cpp272 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction()
/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h168 RangeSet getEmptySet() { return &EmptySet; } in getEmptySet() function
/llvm-project-15.0.7/llvm/include/llvm/ADT/
H A DImmutableSet.h988 ImmutableSet getEmptySet() {
1101 static ImmutableSetRef getEmptySet(FactoryTy *F) {
/llvm-project-15.0.7/mlir/lib/Dialect/Affine/Analysis/
H A DUtils.cpp1360 return IntegerSet::getEmptySet(set.getNumDims(), set.getNumSymbols(), in simplifyIntegerSet()
/llvm-project-15.0.7/clang/unittests/StaticAnalyzer/
H A DRangeSetTest.cpp143 RangeSet RangeSet = F.getEmptySet(); in from()