Home
last modified time | relevance | path

Searched defs:DR (Results 1 – 25 of 34) 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.cpp320 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(RetE)) in visitNodeInitial() local
839 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) { in getLocationRegionIfReference() local
1117 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Head)) { in registerStatementVarDecls() local
1275 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) { in patternMatch() local
1439 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(CondVarExpr)) { in VisitConditionVariable() local
1454 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.cpp204 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.cpp341 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) in VisitBinaryOperator() local
367 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
383 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local
434 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) in VisitUnaryOperator() local
522 if (const DeclRefExpr *DR = in computeLiveness() local
DBodyFarm.cpp113 DeclRefExpr *DR = in makeDeclRefExpr() local
208 DeclRefExpr *DR = M.makeDeclRefExpr(Block); in create_dispatch_once() local
269 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local
DReachableCode.cpp35 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex); in isEnumConstant() local
DAnalysisDeclContext.cpp480 void VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr()
/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/clang/include/clang/Analysis/Analyses/
DLiveVariables.h66 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
/external/llvm/lib/Target/SystemZ/
DSystemZISelDAGToDAG.cpp53 DispRange DR; member
347 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp()
458 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp()
614 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr()
625 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr()
637 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
/external/clang/www/
Dmake_cxx_dr_status16 class DR: class
/external/harfbuzz_ng/src/
Dhb-ot-shape-complex-arabic-table.hh24 #define DR JOINING_GROUP_DALATH_RISH macro
/external/llvm/tools/llvm-readobj/
DMachODumper.cpp398 DataRefImpl DR = Section.getRawDataRefImpl(); in printSections() local
494 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() local
/external/llvm/tools/llvm-objdump/
Dllvm-objdump.cpp344 DataRefImpl DR = Section.getRawDataRefImpl(); in DisassembleObject() local
676 DataRefImpl DR = Section->getRawDataRefImpl(); in PrintSymbolTable() local
/external/clang/lib/Sema/
DSemaChecking.cpp2151 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Arg)) { in SemaBuiltinVAStart() local
2646 const DeclRefExpr *DR = cast<DeclRefExpr>(E); in checkFormatStringExpr() local
5159 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(stackE)) { //address of local var. in CheckReturnStackAddr() local
5231 DeclRefExpr *DR = cast<DeclRefExpr>(E); in EvalAddr() local
5398 DeclRefExpr *DR = cast<DeclRefExpr>(E); in EvalVal() local
5991 if (const DeclRefExpr *DR = in IsZero() local
6235 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Constant)) in DiagnoseOutOfRangeComparison() local
/external/pcre/dist/sljit/
DsljitNativeSPARC_common.c112 #define DR(dr) (reg_map[dr]) macro
DsljitNativeMIPS_common.c92 #define DR(dr) (reg_map[dr]) macro
/external/llvm/lib/Target/Hexagon/
DHexagonExpandCondsets.cpp712 unsigned DR = MD.getReg(), DSR = MD.getSubReg(); in split() local
/external/valgrind/VEX/priv/
Dhost_mips_defs.h51 #define DR(_mode64, _enc, _ix64, _ix32) \ macro

12