Home
last modified time | relevance | path

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

12

/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.cpp324 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(RetE)) in visitNodeInitial() local
843 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) { in getLocationRegionIfReference() local
1125 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Head)) { in registerStatementVarDecls() local
1283 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) { in patternMatch() local
1447 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(CondVarExpr)) { in VisitConditionVariable() local
1462 const DeclRefExpr *DR, in VisitTrueTest()
/external/clang/lib/StaticAnalyzer/Checkers/
DDeadStoresChecker.cpp54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
229 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef()
245 const DeclRefExpr *DR; in isIncrement() local
272 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) in observeStmt() local
310 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt() local
411 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()() local
DDereferenceChecker.cpp63 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local
DMallocOverflowSecurityChecker.cpp135 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) { in CheckExpr() local
DObjCSelfInitChecker.cpp423 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar() local
DCheckSecuritySyntaxOnly.cpp203 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(expr)) { in getIncrementedVar() local
/external/clang/lib/Analysis/
DPseudoConstantAnalysis.cpp70 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in getDecl() local
201 const DeclRefExpr *DR = cast<DeclRefExpr>(Head); in RunAnalysis() local
DLiveVariables.cpp342 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) in VisitBinaryOperator() local
371 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
387 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local
438 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) in VisitUnaryOperator() local
526 if (const DeclRefExpr *DR = in computeLiveness() local
DBodyFarm.cpp112 DeclRefExpr *DR = in makeDeclRefExpr() local
207 DeclRefExpr *DR = M.makeDeclRefExpr(Block); in create_dispatch_once() local
270 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local
DAnalysisDeclContext.cpp473 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
DReachableCode.cpp35 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex); in isEnumConstant() local
/external/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfVariableTextFieldDictionary_autogen.cpp11 SkPdfDictionary* SkPdfVariableTextFieldDictionary::DR(SkPdfNativeDoc* doc) { in DR() function in SkPdfVariableTextFieldDictionary
DSkPdfInteractiveFormDictionary_autogen.cpp59 SkPdfDictionary* SkPdfInteractiveFormDictionary::DR(SkPdfNativeDoc* doc) { in DR() function in SkPdfInteractiveFormDictionary
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
DSkPdfVariableTextFieldDictionary_autogen.cpp11 SkPdfDictionary* SkPdfVariableTextFieldDictionary::DR(SkPdfNativeDoc* doc) { in DR() function in SkPdfVariableTextFieldDictionary
DSkPdfInteractiveFormDictionary_autogen.cpp59 SkPdfDictionary* SkPdfInteractiveFormDictionary::DR(SkPdfNativeDoc* doc) { in DR() function in SkPdfInteractiveFormDictionary
/external/clang/include/clang/Analysis/Analyses/
DLiveVariables.h68 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
/external/clang/www/
Dmake_cxx_dr_status16 class DR: class
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp53 DispRange DR; member
345 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
456 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
612 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
623 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
635 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
/external/chromium_org/third_party/harfbuzz-ng/src/
Dhb-ot-shape-complex-arabic-table.hh24 #define DR JOINING_GROUP_DALATH_RISH macro
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-table.hh24 #define DR JOINING_GROUP_DALATH_RISH macro
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp224 DataRefImpl DR = Section.getRawDataRefImpl(); in printSections() local
318 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp460 DataRefImpl DR = Section.getRawDataRefImpl(); in DisassembleObject() local
791 DataRefImpl DR = Section->getRawDataRefImpl(); in PrintSymbolTable() local
DMachODump.cpp316 DataRefImpl DR = Sections[SectIdx].getRawDataRefImpl(); in DisassembleInputMachO2() local
/external/qemu/hw/android/goldfish/
Dpipe.c37 # define DR(...) D(__VA_ARGS__) macro
39 # define DR(...) (void)0 macro

12