Searched refs:DerefExpr (Results 1 – 8 of 8) sorted by relevance
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DereferenceChecker.cpp | 211 const Expr *DerefExpr = getDereferenceExpr(S); in checkLocation() local 212 if (!suppressReport(DerefExpr)) in checkLocation() 213 reportBug(DerefKind::UndefinedPointerValue, C.getState(), DerefExpr, C); in checkLocation()
|
/external/llvm-project/llvm/lib/Transforms/Coroutines/ |
D | CoroFrame.cpp | 1292 auto *DerefExpr = in insertSpills() local 1294 DIB.insertDbgValueIntrinsic(G, DI->getVariable(), DerefExpr, in insertSpills()
|
/external/clang/lib/Sema/ |
D | SemaStmt.cpp | 2399 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt() local 2400 if (DerefExpr.isInvalid()) { in BuildCXXForRangeStmt() 2410 AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false, in BuildCXXForRangeStmt()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1441 auto *DerefExpr = in LowerDbgDeclare() local 1443 DIB.insertDbgValueIntrinsic(AI, DDI->getVariable(), DerefExpr, in LowerDbgDeclare()
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | Local.cpp | 1550 auto *DerefExpr = in LowerDbgDeclare() local 1552 DIB.insertDbgValueIntrinsic(AI, DDI->getVariable(), DerefExpr, in LowerDbgDeclare()
|
/external/llvm-project/clang/lib/Sema/ |
D | SemaStmt.cpp | 2694 ExprResult DerefExpr = ActOnUnaryOp(S, ColonLoc, tok::star, BeginRef.get()); in BuildCXXForRangeStmt() local 2695 if (DerefExpr.isInvalid()) { in BuildCXXForRangeStmt() 2705 AddInitializerToDecl(LoopVar, DerefExpr.get(), /*DirectInit=*/false); in BuildCXXForRangeStmt()
|
/external/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 3045 Expr *DerefExpr = new (Context) UnaryOperator(DRE, UO_AddrOf, in RewriteObjCProtocolExpr() local 3048 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, DerefExpr->getType(), in RewriteObjCProtocolExpr() 3050 DerefExpr); in RewriteObjCProtocolExpr()
|
/external/llvm-project/clang/lib/Frontend/Rewrite/ |
D | RewriteObjC.cpp | 3057 Expr *DerefExpr = UnaryOperator::Create( in RewriteObjCProtocolExpr() local 3061 CastExpr *castExpr = NoTypeInfoCStyleCastExpr(Context, DerefExpr->getType(), in RewriteObjCProtocolExpr() 3063 DerefExpr); in RewriteObjCProtocolExpr()
|