|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
References
tools/clang/lib/Analysis/ThreadSafety.cpp 502 const NamedDecl *D = I.getKey();
tools/clang/lib/StaticAnalyzer/Checkers/CStringChecker.cpp 2342 const MemRegion *MR = I.getKey();
2392 Entries = F.remove(Entries, I.getKey());
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp 558 ConditionTruthVal AllocFailed = CMgr.isNull(State, I.getKey());
660 I.getKey()->dumpToStream(Out);
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 2888 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey());
2890 state = state->remove<RegionState>(I.getKey());
2899 ConditionTruthVal AllocFailed = CMgr.isNull(state, I.getKey());
2919 state = state->remove<ReallocPairs>(I.getKey());
3364 const RefState *RefS = State->get<RegionState>(I.getKey());
3370 I.getKey()->dumpToStream(Out);
tools/clang/lib/StaticAnalyzer/Core/Environment.cpp 188 const EnvironmentEntry &BlkExpr = I.getKey();
tools/clang/lib/StaticAnalyzer/Core/RangeConstraintManager.cpp 422 SymbolRef Sym = I.getKey();
778 << "{ \"symbol\": \"" << I.getKey() << "\", \"range\": \"";
tools/clang/lib/StaticAnalyzer/Core/RegionStore.cpp 243 Indent(Out, Space, IsDot) << "{ " << CI.getKey() << ", \"value\": ";
656 const BindingKey &K = CI.getKey();
893 BindingKey NextKey = I.getKey();
1220 const BindingKey &BK = I.getKey();
1231 B = B.removeBinding(I.getKey());
2583 SymReaper.markElementIndicesLive(I.getKey().getRegion());