|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h 172 SymbolRef getAsLocSymbol(bool IncludeBaseRegions = false) const;
References
tools/clang/lib/StaticAnalyzer/Checkers/MacOSKeychainAPIChecker.cpp 215 SymbolRef sym = SM.getBinding(State->getStore(), *X).getAsLocSymbol();
313 SymbolRef ArgSM = ArgSVal.getAsLocSymbol();
tools/clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp 1270 SymbolRef Sym = RetVal->getAsLocSymbol();
1569 SymbolRef Sym = RetVal->getAsLocSymbol();
2531 if (Val.getAsLocSymbol() == Sym) {
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountChecker.cpp 211 SymbolRef Sym = C.getSVal(CE).getAsLocSymbol();
372 if (SymbolRef Sym = ReceiverV.getAsLocSymbol())
457 if (SymbolRef Sym = V.getAsLocSymbol()) {
470 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) {
561 SymbolRef Pointee = PointeeVal.getAsLocSymbol();
623 if (SymbolRef Sym = V.getAsLocSymbol()) {
645 if (SymbolRef Sym = MsgInvocation->getReceiverSVal().getAsLocSymbol()) {
659 if (SymbolRef Sym = MCall->getCXXThisVal().getAsLocSymbol()) {
986 .getAsLocSymbol(/*IncludeBaseRegions=*/true);
tools/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/RetainCountDiagnostics.cpp 392 if (SymbolRef SR = Call->getArgSVal(I).getAsLocSymbol()) {
566 if (CurrSt->getSValAsScalarOrLoc(*AI, LCtx).getAsLocSymbol() != Sym)
575 .getAsLocSymbol() == Sym) {
598 if (CurrSt->getSValAsScalarOrLoc(Exp, LCtx).getAsLocSymbol() == Sym) {
tools/clang/lib/StaticAnalyzer/Core/BugReporter.cpp 300 SymbolRef AS = SV.getAsLocSymbol();
311 SymbolRef AS = PSV.getAsLocSymbol();
320 SymbolRef RetSym = SV.getAsLocSymbol();
tools/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp 2008 if (V.getAsLocSymbol(/*IncludeBaseRegions=*/true))
tools/clang/lib/StaticAnalyzer/Core/SVals.cpp 88 return X->getLoc().getAsLocSymbol(IncludeBaseRegions);
132 return getAsLocSymbol(IncludeBaseRegions);
tools/clang/lib/StaticAnalyzer/Core/SimpleSValBuilder.cpp 579 if (SymbolRef lSym = lhs.getAsLocSymbol(true))
884 if (SymbolRef rSym = rhs.getAsLocSymbol()) {
934 if (SymbolRef lSym = lhs.getAsLocSymbol(true)) {
1092 SymbolRef LHSSym = lhs.getAsLocSymbol();
1093 SymbolRef RHSSym = rhs.getAsLocSymbol();
tools/clang/lib/StaticAnalyzer/Core/Store.cpp 548 SymbolRef SymV = val.getAsLocSymbol();