Home
last modified time | relevance | path

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

/freebsd/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()
1803 return RangeFactory.getEmptySet(); in VisitBinaryOperator()
1851 return RangeFactory.getEmptySet(); in VisitBinaryOperator()
2493 return F.add(F.getEmptySet(), getRepresentativeSymbol()); in getClassMembers()
[all …]
H A DDynamicType.cpp134 CastSet Set = TempSet ? *TempSet : F.getEmptySet(); in setDynamicTypeAndCastInfo()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DInnerPointerChecker.cpp234 PtrSet Set = SetPtr ? *SetPtr : F.getEmptySet(); in checkPostCall()
H A DGenericTaintChecker.cpp993 ImmutableSet<ArgIdxTy> Result = F.getEmptySet(); in process()
1137 ImmutableSet<ArgIdxTy> Result = F.add(F.getEmptySet(), ReturnValueIndex); in taintUnsafeSocketProtocol()
H A DCheckObjCDealloc.cpp278 SymbolSet RequiredReleases = F.getEmptySet(); in checkBeginFunction()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DRangedConstraintManager.h168 RangeSet getEmptySet() { return &EmptySet; } in getEmptySet() function
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableSet.h992 ImmutableSet getEmptySet() {
1105 static ImmutableSetRef getEmptySet(FactoryTy *F) {
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLifetimeSafety.cpp516 return LoanSetFact.add(LoanSetFact.getEmptySet(), LID); in createLoanSet()