|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/include/clang/Analysis/RetainSummaryManager.h 322 Args = af.add(Args, idx, e);
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h 168 return F.add(B, K, E);
tools/clang/lib/Analysis/RetainSummaryManager.cpp 326 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(DecRef, ObjKind::CF));
334 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(DecRef, ObjKind::CF));
345 ScratchArgs = AF.add(ScratchArgs, 7, ArgEffect(StopTracking));
354 ScratchArgs = AF.add(ScratchArgs, 8, ArgEffect(ArgEffect(StopTracking)));
363 ScratchArgs = AF.add(ScratchArgs, 12, ArgEffect(StopTracking));
373 ScratchArgs = AF.add(ScratchArgs, 5, ArgEffect(StopTracking));
385 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(StopTracking));
395 ScratchArgs = AF.add(ScratchArgs, 1, ArgEffect(StopTracking));
396 ScratchArgs = AF.add(ScratchArgs, 2, ArgEffect(StopTracking));
594 ScratchArgs = AF.add(ScratchArgs, I->first, Translated);
793 ScratchArgs = AF.add(ScratchArgs, 0, Effect);
1184 ScratchArgs = AF.add(ScratchArgs, 0, ArgEffect(Autorelease));
tools/clang/lib/Analysis/ThreadSafety.cpp 531 Context NewCtx = ContextFactory.add(Ctx, D, newID);
539 Context NewCtx = ContextFactory.add(Ctx, D, newID);
550 NewCtx = ContextFactory.add(NewCtx, D, newID);
563 NewCtx = ContextFactory.add(NewCtx, D, 0);
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp 2145 RegionMap = RegionMapFactory.add(RegionMap, Reg.first, Proc(Reg.second));
2158 SymbolMap = SymbolMapFactory.add(SymbolMap, Sym.first, Proc(Sym.second));
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp 114 Regs = F.add(Regs, SubRegion, Kind);
tools/clang/lib/StaticAnalyzer/Core/BlockCounter.cpp 76 return BlockCounter(GetFactory(F).add(GetMap(BC.Data),
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp 2867 Constraints = CF.add(Constraints, Sym, C.second);
tools/clang/lib/StaticAnalyzer/Core/Environment.cpp 138 return Environment(F.add(Env.ExprBindings, E, V));
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp 508 ProgramState::GenericDataMap M2 = GDMFactory.add(M1, Key, Data);
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp 280 ClusterBindings NewCluster = CBFactory->add(Cluster, K, V);
unittests/ADT/ImmutableMapTest.cpp 33 ImmutableMap<int, int> S2 = f.add(f.add(f.add(S, 3, 10), 4, 11), 5, 12);
33 ImmutableMap<int, int> S2 = f.add(f.add(f.add(S, 3, 10), 4, 11), 5, 12);
33 ImmutableMap<int, int> S2 = f.add(f.add(f.add(S, 3, 10), 4, 11), 5, 12);