Searched refs:GNUNullExpr (Results 1 – 18 of 18) sorted by relevance
100 def GNUNullExpr : DStmt<Expr>;
567 VISIT(GNUNullExpr); in VisitExpr()632 IGNORE_EXPR(GNUNullExpr);
3690 class GNUNullExpr : public Expr {3695 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function3701 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
2229 DEF_TRAVERSE_STMT(GNUNullExpr, {})
793 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr()
1506 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
3337 } else if (isa<GNUNullExpr>(this)) { in isNullPointerConstant()
2033 if (isa<GNUNullExpr>(E)) return true; in isSentinelNullExpr()
6103 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()
1531 GNUNullExpr> gnuNullExpr;
880 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr()2828 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
825 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr()
1309 if (isa<CXXNullPtrLiteralExpr>(E) || isa<GNUNullExpr>(E)) { in getStaticBooleanValue()
1339 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr()
7566 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull()7567 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull()11795 return new (Context) GNUNullExpr(Ty, TokenLoc); in ActOnGNUNullExpr()
8750 TreeTransform<Derived>::TransformGNUNullExpr(GNUNullExpr *E) { in TransformGNUNullExpr()
2370 TEST(Matcher, GNUNullExpr) { in TEST() argument
243 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()