|
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/ProgramState.h 131 void setGDM(GenericDataMap gdm) { GDM = gdm; }
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 447 Ctx = VarDefinitions[i].Ctx;
550 NewCtx = ContextFactory.add(NewCtx, D, newID);
562 NewCtx = ContextFactory.remove(NewCtx, D);
563 NewCtx = ContextFactory.add(NewCtx, D, 0);
572 NewCtx = ContextFactory.remove(NewCtx, D);
617 Ctx = VMap->addDefinition(VD, E, Ctx);
638 Ctx = VMap->updateDefinition(VDec, BO->getRHS(), Ctx);
641 Ctx = VMap->clearDefinition(VDec, Ctx);
657 Result = removeDefinition(Dec, Result);
659 Result = clearDefinition(Dec, Result);
670 Result = addReference(P.first, P.second, Result);
754 CurrBlockInfo->EntryContext = PrevBlockInfo->ExitContext;
758 CurrBlockInfo->EntryContext =
767 CurrBlockInfo->EntryContext =
787 CurrBlockInfo->ExitContext = VMapBuilder.Ctx;
1988 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, BO, LVarCtx);
2133 LVarCtx = Analyzer->LocalVarMap.getNextContext(CtxIndex, S, LVarCtx);
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/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/MallocChecker.cpp 2631 RS = F.remove(RS, I->first);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 1173 B = RefBFactory.remove(B, I.first);
1400 B = state->get<RefBindings>();
1449 B = F.remove(B, L);
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp 114 Regs = F.add(Regs, SubRegion, Kind);
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp 2867 Constraints = CF.add(Constraints, Sym, C.second);
tools/clang/lib/StaticAnalyzer/Core/Environment.cpp 200 NewEnv.ExprBindings = EBMapRef.asImmutableMap();
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp 399 NewState.GDM = GDMState->GDM;
514 NewSt.GDM = M2;
526 NewState.GDM = NewM;
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp 425 CR = CRFactory.remove(CR, Sym);