| /freebsd/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | StmtNodes.td | 115 def GNUNullExpr : StmtNode<Expr>;
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Compiler.h | 150 bool VisitGNUNullExpr(const GNUNullExpr *E);
|
| H A D | Compiler.cpp | 5185 bool Compiler<Emitter>::VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchersInternal.cpp | 984 const internal::VariadicDynCastAllOfMatcher<Stmt, GNUNullExpr> gnuNullExpr;
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | Expr.h | 4851 class GNUNullExpr : public Expr { 4856 GNUNullExpr(QualType Ty, SourceLocation Loc) in GNUNullExpr() function 4862 explicit GNUNullExpr(EmptyShell Empty) : Expr(GNUNullExprClass, Empty) { } in GNUNullExpr() function
|
| H A D | RecursiveASTVisitor.h | 2856 DEF_TRAVERSE_STMT(GNUNullExpr, {})
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReaderStmt.cpp | 1372 void ASTStmtReader::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() 3395 S = new (Context) GNUNullExpr(Empty); in ReadStmtFromStream()
|
| H A D | ASTWriterStmt.cpp | 1321 void ASTStmtWriter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | StmtProfile.cpp | 1577 void StmtProfiler::VisitGNUNullExpr(const GNUNullExpr *S) { in VisitGNUNullExpr()
|
| H A D | StmtPrinter.cpp | 1877 void StmtPrinter::VisitGNUNullExpr(GNUNullExpr *) { in VisitGNUNullExpr() argument
|
| H A D | ASTImporter.cpp | 627 ExpectedStmt VisitGNUNullExpr(GNUNullExpr *E); 7693 ExpectedStmt ASTNodeImporter::VisitGNUNullExpr(GNUNullExpr *E) { in VisitGNUNullExpr() 7702 return new (Importer.getToContext()) GNUNullExpr(*TypeOrErr, *BeginLocOrErr); in VisitGNUNullExpr()
|
| H A D | Expr.cpp | 4033 } else if (isa<GNUNullExpr>(this)) { in isNullPointerConstant()
|
| H A D | ASTContext.cpp | 3102 if (isa<GNUNullExpr>(E)) return true; in isSentinelNullExpr()
|
| H A D | ExprConstant.cpp | 12157 bool VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ThreadSafety.cpp | 1444 if (isa<CXXNullPtrLiteralExpr>(E) || isa<GNUNullExpr>(E)) { in getStaticBooleanValue()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | Sema.cpp | 720 if (isa<GNUNullExpr>(EStripped)) in diagnoseZeroToNullptrConversion()
|
| H A D | SemaStmt.cpp | 1931 void VisitGNUNullExpr(GNUNullExpr *E) { } in VisitGNUNullExpr()
|
| H A D | SemaExpr.cpp | 10611 bool LHSNull = isa<GNUNullExpr>(LHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() 10612 bool RHSNull = isa<GNUNullExpr>(RHS.get()->IgnoreParenImpCasts()); in checkArithmeticNull() 16827 return new (Context) GNUNullExpr(Ty, TokenLoc); in ActOnGNUNullExpr()
|
| H A D | SemaChecking.cpp | 11893 bool IsGNUNullExpr = isa<GNUNullExpr>(NewE); in DiagnoseNullConversion()
|
| H A D | TreeTransform.h | 14013 TreeTransform<Derived>::TransformGNUNullExpr(GNUNullExpr *E) { in TransformGNUNullExpr()
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporterVisitors.cpp | 2923 if (isa<GNUNullExpr, ObjCBoolLiteralExpr, CXXBoolLiteralExpr, IntegerLiteral, in patternMatch()
|
| /freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 2610 extern const internal::VariadicDynCastAllOfMatcher<Stmt, GNUNullExpr>
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprScalar.cpp | 519 Value *VisitGNUNullExpr(const GNUNullExpr *E) { in VisitGNUNullExpr()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 2362 …sitGNUNullExprEPNS_11GNUNullExprE", "clang::ASTStmtReader::VisitGNUNullExpr(clang::GNUNullExpr*)"}, 2670 …sitGNUNullExprEPNS_11GNUNullExprE", "clang::ASTStmtWriter::VisitGNUNullExpr(clang::GNUNullExpr*)"},
|