Home
last modified time | relevance | path

Searched defs:DR (Results 1 – 20 of 20) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
DCheckerHelpers.cpp36 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local
52 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
DBugReporterVisitors.cpp320 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S)) { in registerTrackNullOrUndefValue() local
439 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Head)) { in registerVarDeclsLastStore() local
DBugReporter.cpp360 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
DBasicStore.cpp383 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Base)) { in scanForIvars() local
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp155 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
DDereferenceChecker.cpp49 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local
145 if (const DeclRefExpr *DR = in checkLocation() local
DIdempotentOperationChecker.cpp489 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
DObjCSelfInitChecker.cpp342 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.getRegion())) in isSelfVar() local
DCheckSecuritySyntaxOnly.cpp178 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(expr)) { in getIncrementedVar() local
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp69 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in getDecl() local
214 const DeclRefExpr *DR = cast<DeclRefExpr>(Head); in RunAnalysis() local
DLiveVariables.cpp180 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
DAnalysisContext.cpp334 void VisitDeclRefExpr(const DeclRefExpr *DR) { in VisitDeclRefExpr()
346 void VisitBlockDeclRefExpr(BlockDeclRefExpr *DR) { in VisitBlockDeclRefExpr()
DUninitializedValues.cpp465 DeclRefExpr *DR = in VisitDeclStmt() local
571 DeclRefExpr *DR = cast<DeclRefExpr>(lastLoad->getSubExpr()->IgnoreParens()); in ProcessUses() local
/external/clang/include/clang/Analysis/Visitors/
DCFGRecStmtDeclVisitor.h41 void VisitDeclRefExpr(DeclRefExpr* DR) { in VisitDeclRefExpr()
/external/clang/lib/Sema/
DSemaChecking.cpp672 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
DSemaStmt.cpp1519 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParens()); in getCopyElisionCandidate() local
/external/qemu/hw/
Dgoldfish_pipe.c39 # define DR(...) D(__VA_ARGS__) macro
41 # define DR(...) (void)0 macro
/external/llvm/lib/ExecutionEngine/JIT/
DJITEmitter.cpp328 OwningPtr<JITDebugRegisterer> DR; member in __anonaecba7a50111::JITEmitter
/external/clang/tools/libclang/
DCIndex.cpp1952 void EnqueueVisitor::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
2247 DeclRefExpr *DR = cast<DeclRefExprParts>(&LI)->get(); in RunVisitorWorkList() local
/external/clang/lib/Rewrite/
DRewriteObjC.cpp1635 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); in RewriteObjCForCollectionStmt() local