|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h 172 return F.remove(B, K);
tools/clang/lib/Analysis/ThreadSafety.cpp 549 Context NewCtx = ContextFactory.remove(Ctx, D);
562 NewCtx = ContextFactory.remove(NewCtx, D);
572 NewCtx = ContextFactory.remove(NewCtx, D);
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp 2346 Entries = F.remove(Entries, MR);
2355 Entries = F.remove(Entries, MR);
2392 Entries = F.remove(Entries, I.getKey());
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 2631 RS = F.remove(RS, I->first);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 1173 B = RefBFactory.remove(B, I.first);
1449 B = F.remove(B, L);
tools/clang/lib/StaticAnalyzer/Core/Environment.cpp 134 return Environment(F.remove(Env.ExprBindings, E));
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp 520 ProgramState::GenericDataMap NewM = GDMFactory.remove(OldM, Key);
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp 425 CR = CRFactory.remove(CR, Sym);
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp 309 ClusterBindings NewCluster = CBFactory->remove(*Cluster, K);