Searched refs:DerefExpr (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | DereferenceChecker.cpp | 249 const Expr *DerefExpr = getDereferenceExpr(S); in checkLocation() local 250 if (!suppressReport(C, DerefExpr)) in checkLocation() 251 reportBug(DerefKind::UndefinedPointerValue, C.getState(), DerefExpr, C); in checkLocation()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Sema/ |
| HD | SemaStmt.cpp | 2893 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt() local 2894 if (DerefExpr.isInvalid()) { in BuildCXXForRangeStmt() 2904 AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false); in BuildCXXForRangeStmt()
|
| /freebsd-14-stable/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| HD | RewriteObjC.cpp | 3045 Expr *DerefExpr = UnaryOperator::Create( in RewriteObjCProtocolExpr() local 3049 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, DerefExpr->getType(), in RewriteObjCProtocolExpr() 3051 DerefExpr); in RewriteObjCProtocolExpr()
|
| /freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| HD | Local.cpp | 1980 auto *DerefExpr = in LowerDbgDeclare() local 1983 DerefExpr, NewLoc, in LowerDbgDeclare()
|