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

Definitions

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ExprEngine.h
  859 struct ReplayWithoutInlining{};
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  624   template <typename T>
tools/clang/lib/StaticAnalyzer/Checkers/GenericTaintChecker.cpp
  301 REGISTER_SET_WITH_PROGRAMSTATE(TaintArgsOnPostVisit, unsigned)
tools/clang/lib/StaticAnalyzer/Checkers/ObjCSelfInitChecker.cpp
   98 REGISTER_TRAIT_WITH_PROGRAMSTATE(CalledInit, bool)
  104 REGISTER_TRAIT_WITH_PROGRAMSTATE(PreCallSelfFlags, unsigned)