Home
last modified time | relevance | path

Searched refs:getEmptyMap (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBlockCounter.cpp83 return BlockCounter(GetFactory(F).getEmptyMap().getRoot()); in GetEmptyCounter()
H A DZ3CrosscheckVisitor.cpp44 : Constraints(ConstraintMap::Factory().getEmptyMap()), Result(Result), in Z3CrosscheckVisitor()
H A DProgramState.cpp412 GDMFactory.getEmptyMap()); in getInitialState()
H A DRegionStore.cpp284 (ExistingCluster ? *ExistingCluster : CBFactory->getEmptyMap()); in addBinding()
401 RegionBindingsRef::ParentTy(RBFactory.getEmptyMap(), RBFactory), in getInitialStore()
H A DRangeConstraintManager.cpp2267 ConstraintMap Result = F.getEmptyMap(); in getConstraintMap()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DEnvironment.h109 return Environment(F.getEmptyMap()); in getInitialEnvironment()
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DImmutableMap.h96 ImmutableMap getEmptyMap() { return ImmutableMap(F.getEmptyTree()); } in getEmptyMap() function
230 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap() function
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DRetainSummaryManager.h534 ArgEffects(AF.getEmptyMap()),
540 ArgEffects(AF.getEmptyMap()),
546 RetEffect::MakeNoRet(), ArgEffects(AF.getEmptyMap()),
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DTaint.cpp140 TaintedSubRegions Regs = SavedRegs ? *SavedRegs : F.getEmptyMap(); in addPartialTaint()