Searched refs:GNUNullExpr (Results 1 – 23 of 23) sorted by relevance
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/ |
| HD | StmtNodes.td | 114 def GNUNullExpr : StmtNode<Expr>;
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/ |
| HD | Compiler.h | 133 bool VisitGNUNullExpr(const GNUNullExpr *E);
|
| HD | Compiler.cpp | 4124 bool Compiler<Emitter>::VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/ |
| HD | ASTMatchersInternal.cpp | 953 const internal::VariadicDynCastAllOfMatcher<Stmt, GNUNullExpr> gnuNullExpr;
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/ |
| HD | Expr.h | 4657 class GNUNullExpr : public Expr { 4662 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function 4668 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
|
| HD | RecursiveASTVisitor.h | 2812 DEF_TRAVERSE_STMT(GNUNullExpr, {})
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/ |
| HD | ASTReaderStmt.cpp | 1358 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() 3268 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
|
| HD | ASTWriterStmt.cpp | 1302 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/AST/ |
| HD | StmtProfile.cpp | 1536 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr()
|
| HD | StmtPrinter.cpp | 1739 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
|
| HD | ASTImporter.cpp | 575 ExpectedStmt VisitGNUNullExpr(GNUNullExpr *E); 7345 ExpectedStmt ASTNodeImporter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() 7354 return new (Importer.getToContext()) GNUNullExpr(*TypeOrErr, *BeginLocOrErr); in VisitGNUNullExpr()
|
| HD | Expr.cpp | 4006 } else if (isa<GNUNullExpr>(this)) { in isNullPointerConstant()
|
| HD | ASTContext.cpp | 2916 if (isa<GNUNullExpr>(E)) return true; in isSentinelNullExpr()
|
| HD | ExprConstant.cpp | 11619 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | ThreadSafety.cpp | 1384 if (isa<CXXNullPtrLiteralExpr>(E) || isa<GNUNullExpr>(E)) { in getStaticBooleanValue()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | Sema.cpp | 657 if (isa<GNUNullExpr>(EStripped)) in diagnoseZeroToNullptrConversion()
|
| HD | SemaStmt.cpp | 1832 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr()
|
| HD | SemaExpr.cpp | 10395 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() 10396 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() 16457 return new (Context) GNUNullExpr(Ty, TokenLoc); in ActOnGNUNullExpr()
|
| HD | SemaChecking.cpp | 10623 bool IsGNUNullExpr = isa<GNUNullExpr>(NewE); in DiagnoseNullConversion()
|
| HD | TreeTransform.h | 12895 TreeTransform<Derived>::TransformGNUNullExpr(GNUNullExpr *E) { in TransformGNUNullExpr()
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | BugReporterVisitors.cpp | 2966 if (isa<GNUNullExpr, ObjCBoolLiteralExpr, CXXBoolLiteralExpr, IntegerLiteral, in patternMatch()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| HD | ASTMatchers.h | 2540 extern const internal::VariadicDynCastAllOfMatcher<Stmt, GNUNullExpr>
|
| /freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/ |
| HD | CGExprScalar.cpp | 491 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()
|