Searched defs:DR (Results 1 - 22 of 22) sorted by relevance

/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DCheckerHelpers.cpp36 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); local
52 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); local
H A DBugReporterVisitors.cpp1459 VisitTrueTest(const Expr *Cond, const DeclRefExpr *DR, const bool tookTrue, BugReporterContext &BRC, BugReport &report, const ExplodedNode *N) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/include/clang/Analysis/Analyses/
H A DLiveVariables.h68 virtual void observerKill(const DeclRefExpr *DR) {} argument
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Analysis/
H A DPseudoConstantAnalysis.cpp202 const DeclRefExpr *DR = cast<DeclRefExpr>(Head); local
H A DBodyFarm.cpp110 DeclRefExpr *DR = local
195 DeclRefExpr *DR = M.makeDeclRefExpr(Block); local
258 DeclRefExpr *DR = M.makeDeclRefExpr(PV); local
H A DAnalysisDeclContext.cpp468 void VisitDeclRefExpr(DeclRefExpr *DR) { argument
H A DLiveVariables.cpp385 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { argument
402 DeclRefExpr *DR = 0; local
[all...]
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DDereferenceChecker.cpp63 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); local
H A DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { argument
225 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, argument
241 const DeclRefExpr *DR; local
[all...]
H A DIdempotentOperationChecker.cpp499 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParenCasts()); local
718 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); local
690 isConstantOrPseudoConstant( const DeclRefExpr *DR, AnalysisDeclContext *AC) argument
[all...]
/freebsd-10.3-release/contrib/llvm/tools/llvm-readobj/
H A DMachODumper.cpp236 DataRefImpl DR = SecI->getRawDataRefImpl(); local
/freebsd-10.3-release/contrib/llvm/tools/llvm-objdump/
H A DMachODump.cpp319 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); local
H A Dllvm-objdump.cpp435 DataRefImpl DR = i->getRawDataRefImpl(); local
743 DataRefImpl DR = Section->getRawDataRefImpl(); local
/freebsd-10.3-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp51 DispRange DR; member in struct:__anon2624::SystemZAddressingMode
345 selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) argument
456 isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) argument
612 selectBDAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, SDValue &Base, SDValue &Disp) const argument
623 selectMVIAddr(SystemZAddressingMode::DispRange DR, SDValue Addr, SDValue &Base, SDValue &Disp) const argument
634 selectBDXAddr(SystemZAddressingMode::AddrForm Form, SystemZAddressingMode::DispRange DR, SDValue Addr, SDValue &Base, SDValue &Disp, SDValue &Index) const argument
[all...]
/freebsd-10.3-release/sys/i386/i386/
H A Ddb_disasm.c71 #define DR 17 /* debug register */ macro
/freebsd-10.3-release/sys/amd64/amd64/
H A Ddb_disasm.c84 #define DR 17 /* debug register */ macro
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLookup.cpp683 DeclContext::lookup_const_result DR = DC->lookup(R.getLookupName()); local
1783 DeclContext::lookup_result DR = Paths.front().Decls; local
H A DSemaStmt.cpp2390 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E->IgnoreParens()); local
H A DSemaChecking.cpp2033 const DeclRefExpr *DR = cast<DeclRefExpr>(E); local
4098 DeclRefExpr *DR = cast<DeclRefExpr>(E); local
4253 DeclRefExpr *DR = cast<DeclRefExpr>(E); local
[all...]
H A DSemaExpr.cpp7690 ValueDecl *DR = getCompareDecl(RHSStripped); local
/freebsd-10.3-release/contrib/llvm/tools/clang/lib/Rewrite/Frontend/
H A DRewriteObjC.cpp1532 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); local
H A DRewriteModernObjC.cpp1769 DeclRefExpr *DR = cast<DeclRefExpr>(S->getElement()); local

Completed in 355 milliseconds