Home
last modified time | relevance | path

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

/external/llvm/unittests/ADT/
DImmutableMapTest.cpp20 EXPECT_TRUE(f.getEmptyMap() == f.getEmptyMap()); in TEST()
21 EXPECT_FALSE(f.getEmptyMap() != f.getEmptyMap()); in TEST()
22 EXPECT_TRUE(f.getEmptyMap().isEmpty()); in TEST()
24 ImmutableMap<int, int> S = f.getEmptyMap(); in TEST()
32 ImmutableMap<int, int> S = f.getEmptyMap(); in TEST()
/external/clang/lib/StaticAnalyzer/Core/
DBlockCounter.cpp84 return BlockCounter(GetFactory(F).getEmptyMap().getRoot()); in GetEmptyCounter()
DProgramState.cpp368 GDMFactory.getEmptyMap()); in getInitialState()
DRegionStore.cpp249 : CBFactory.getEmptyMap()); in addBinding()
378 return StoreRef(RBFactory.getEmptyMap().getRootWithoutRetain(), *this); in getInitialStore()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DEnvironment.h112 return Environment(F.getEmptyMap()); in getInitialEnvironment()
/external/llvm/include/llvm/ADT/
DImmutableMap.h108 ImmutableMap getEmptyMap() { return ImmutableMap(F.getEmptyTree()); } in getEmptyMap() function
330 static inline ImmutableMapRef getEmptyMap(FactoryTy *F) { in getEmptyMap() function
/external/clang/lib/StaticAnalyzer/Checkers/
DRetainCountChecker.cpp712 AF(BPAlloc), ScratchArgs(AF.getEmptyMap()), in RetainSummaryManager()
826 ScratchArgs = AF.getEmptyMap(); in getArgEffects()
/external/clang/lib/Analysis/
DThreadSafety.cpp1009 Context getEmptyContext() { return ContextFactory.getEmptyMap(); } in getEmptyContext()