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

Declarations

tools/clang/include/clang/AST/APValue.h
  452   bool isNullPointer() const;

References

tools/clang/lib/AST/APValue.cpp
  272                 RHS.isLValueOnePastTheEnd(), RHS.isNullPointer());
  275                 RHS.isNullPointer());
  521       if (isNullPointer()) {
  720   if (isLValue() && isNullPointer()) {
tools/clang/lib/AST/ExprConstant.cpp
 1494       IsNullPtr = V.isNullPointer();
 5150   if (Result.isNullPointer())
 5461                ArgValues[Idx].isNullPointer()) {
tools/clang/lib/CodeGen/CGExprConstant.cpp
 1847   if (Value.isNullPointer()) {
tools/clang/lib/CodeGen/CGExprScalar.cpp
 2040         Result.Val.isNullPointer()) {
tools/clang/tools/extra/clang-tidy/bugprone/StringConstructorCheck.cpp
  144          (ConstPtr.Val.isLValue() && ConstPtr.Val.isNullPointer()))) {