Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp477 return getEmptySet(); in intersect()
493 return getEmptySet(); in intersect()
506 return getEmptySet(); in intersect()
590 return getEmptySet(); in intersect()
599 return getEmptySet(); in intersect()
608 return getEmptySet(); in intersect()
613 return getEmptySet(); in negate()
1785 return RangeFactory.getEmptySet(); in VisitBinaryOperator()
1833 return RangeFactory.getEmptySet(); in VisitBinaryOperator()
2478 return F.add(F.getEmptySet(), getRepresentativeSymbol()); in getClassMembers()
[all …]
H A DDynamicType.cpp135 CastSet Set = TempSet ? *TempSet : F.getEmptySet(); in setDynamicTypeAndCastInfo()
/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp236 PtrSet Set = SetPtr ? *SetPtr : F.getEmptySet(); in checkPostCall()
H A DGenericTaintChecker.cpp995 ImmutableSet<ArgIdxTy> Result = F.getEmptySet(); in process()
1124 ImmutableSet<ArgIdxTy> Result = F.add(F.getEmptySet(), ReturnValueIndex); in taintUnsafeSocketProtocol()
H A DCheckObjCDealloc.cpp278 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction()
/src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h168 RangeSet getEmptySet() { return &EmptySet; } in getEmptySet() function
/src/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h988 ImmutableSet getEmptySet() {
1101 static ImmutableSetRef getEmptySet(FactoryTy *F) {