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
  330     return T->isAnyPointerType() || T->isBlockPointerType() ||
  330     return T->isAnyPointerType() || T->isBlockPointerType() ||
  331            T->isReferenceType() || T->isNullPtrType();
  331            T->isReferenceType() || T->isNullPtrType();