reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
452 bool isNullPointer() const;
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()))) {