reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/SVals.h
  208     return SymExpr::symbol_end();
tools/clang/lib/StaticAnalyzer/Checkers/IteratorChecker.cpp
  784     for (auto i = Offset->symbol_begin(); i != Offset->symbol_end(); ++i)
  792     for (auto i = Offset->symbol_begin(); i != Offset->symbol_end(); ++i)
tools/clang/lib/StaticAnalyzer/Checkers/Taint.cpp
  160                                 SE = Sym->symbol_end(); SI != SE; ++SI) {
tools/clang/lib/StaticAnalyzer/Checkers/TrustNonnullChecker.cpp
   72     for (auto B=CondS->symbol_begin(), E=CondS->symbol_end(); B != E; ++B) {
tools/clang/lib/StaticAnalyzer/Core/ProgramState.cpp
  553                                 SE = sym->symbol_end();