/external/clang/lib/StaticAnalyzer/Core/ |
D | CheckerHelpers.cpp | 36 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local 52 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
|
D | BugReporterVisitors.cpp | 320 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S)) { in registerTrackNullOrUndefValue() local 439 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Head)) { in registerVarDeclsLastStore() local
|
D | BugReporter.cpp | 360 const DeclRefExpr* DR = dyn_cast<DeclRefExpr>(cast<PostStmt>(P).getStmt()); in GetMostRecentVarDeclBinding() local 425 DeclRefExpr* DR = dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParenCasts()); in HandleBinding() local 596 if (const DeclRefExpr* DR = dyn_cast<DeclRefExpr>(LHS)) { in GenerateMinimalPathDiagnostic() local
|
D | BasicStore.cpp | 383 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Base)) { in scanForIvars() local
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DeadStoresChecker.cpp | 155 void CheckDeclRef(DeclRefExpr* DR, Expr* Val, DeadStoreKind dsk, in CheckDeclRef() 172 DeclRefExpr *DR; in isIncrement() local 200 if (DeclRefExpr* DR = dyn_cast<DeclRefExpr>(B->getLHS())) in ObserveStmt() local 236 if (DeclRefExpr* DR = dyn_cast<DeclRefExpr>(Ex)) in ObserveStmt() local 328 if (DeclRefExpr* DR = dyn_cast<DeclRefExpr>(E)) in VisitUnaryOperator() local
|
D | DereferenceChecker.cpp | 49 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local 145 if (const DeclRefExpr *DR = in checkLocation() local
|
D | IdempotentOperationChecker.cpp | 489 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); in isUnused() local 696 const DeclRefExpr *DR, in isConstantOrPseudoConstant() 723 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsNonLocalVarDecl() local
|
D | ObjCSelfInitChecker.cpp | 342 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.getRegion())) in isSelfVar() local
|
D | CheckSecuritySyntaxOnly.cpp | 178 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(expr)) { in getIncrementedVar() local
|
/external/clang/lib/Analysis/ |
D | PseudoConstantAnalysis.cpp | 69 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in getDecl() local 214 const DeclRefExpr *DR = cast<DeclRefExpr>(Head); in RunAnalysis() local
|
D | LiveVariables.cpp | 180 void TransferFuncs::VisitDeclRefExpr(DeclRefExpr* DR) { in VisitDeclRefExpr() 211 DeclRefExpr* DR = 0; in BlockStmt_VisitObjCForCollectionStmt() local 244 if (DeclRefExpr* DR = dyn_cast<DeclRefExpr>(E->IgnoreParens())) in VisitUnaryOperator() local 263 if (DeclRefExpr* DR = dyn_cast<DeclRefExpr>(LHS->IgnoreParens())) { in VisitAssign() local
|
D | AnalysisContext.cpp | 334 void VisitDeclRefExpr(const DeclRefExpr *DR) { in VisitDeclRefExpr() 346 void VisitBlockDeclRefExpr(BlockDeclRefExpr *DR) { in VisitBlockDeclRefExpr()
|
D | UninitializedValues.cpp | 465 DeclRefExpr *DR = in VisitDeclStmt() local 571 DeclRefExpr *DR = cast<DeclRefExpr>(lastLoad->getSubExpr()->IgnoreParens()); in ProcessUses() local
|
/external/clang/include/clang/Analysis/Visitors/ |
D | CFGRecStmtDeclVisitor.h | 41 void VisitDeclRefExpr(DeclRefExpr* DR) { in VisitDeclRefExpr()
|
/external/clang/lib/Sema/ |
D | SemaChecking.cpp | 672 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Arg)) { in SemaBuiltinVAStart() local 999 const DeclRefExpr *DR = cast<DeclRefExpr>(E); in SemaCheckStringLiteral() local 2026 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(stackE)) { //address of local var. in CheckReturnStackAddr() local 2097 DeclRefExpr *DR = cast<DeclRefExpr>(E); in EvalAddr() local 2250 DeclRefExpr *DR = cast<DeclRefExpr>(E); in EvalVal() local 2793 if (const DeclRefExpr *DR = in IsZero() local
|
D | SemaStmt.cpp | 1519 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParens()); in getCopyElisionCandidate() local
|
/external/qemu/hw/ |
D | goldfish_pipe.c | 39 # define DR(...) D(__VA_ARGS__) macro 41 # define DR(...) (void)0 macro
|
/external/llvm/lib/ExecutionEngine/JIT/ |
D | JITEmitter.cpp | 328 OwningPtr<JITDebugRegisterer> DR; member in __anonaecba7a50111::JITEmitter
|
/external/clang/tools/libclang/ |
D | CIndex.cpp | 1952 void EnqueueVisitor::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() 2247 DeclRefExpr *DR = cast<DeclRefExprParts>(&LI)->get(); in RunVisitorWorkList() local
|
/external/clang/lib/Rewrite/ |
D | RewriteObjC.cpp | 1635 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); in RewriteObjCForCollectionStmt() local
|