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

References

tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramState.h
  379   typename ProgramStateTrait<T>::data_type
  592   ProgramStateRef set(ProgramStateRef st, typename ProgramStateTrait<T>::data_type D) {
  821 ProgramStateRef ProgramState::set(typename ProgramStateTrait<T>::data_type D) const {
tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ProgramStateTrait.h
  238     using context_type = typename data_type::Factory &;
  240     static data_type Add(data_type L, key_type K, context_type F) {
  240     static data_type Add(data_type L, key_type K, context_type F) {
  244     static bool Contains(data_type L, key_type K) {
  248     static data_type MakeData(void *const *p) {
  249       return p ? data_type((const llvm::ImmutableListImpl<T> *) *p)
  250                : data_type(nullptr);
  253     static void *MakeVoidPtr(data_type D) {
  262       return new typename data_type::Factory(Alloc);