/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | tree-data-ref.h | 184 #define DR_STMT(DR) (DR)->stmt argument 185 #define DR_REF(DR) (DR)->ref argument 186 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument 187 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument 188 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument 189 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] argument 190 #define DR_NUM_DIMENSIONS(DR) DR_ACCESS_FNS (DR).length () argument 191 #define DR_IS_READ(DR) (DR)->is_read argument 192 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument 193 #define DR_IS_CONDITIONAL_IN_STMT(DR) (DR)->is_conditional_in_stmt argument [all …]
|
H A D | tree-if-conv.cc | 700 #define IFC_DR(DR) ((struct ifc_dr *) (DR)->aux) argument 701 #define DR_BASE_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->written_at_least_once) argument 702 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) argument 703 #define DR_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->w_unconditionally) argument
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | tree-data-ref.h | 179 #define DR_STMT(DR) (DR)->stmt argument 180 #define DR_REF(DR) (DR)->ref argument 181 #define DR_BASE_OBJECT(DR) (DR)->indices.base_object argument 182 #define DR_UNCONSTRAINED_BASE(DR) (DR)->indices.unconstrained_base argument 183 #define DR_ACCESS_FNS(DR) (DR)->indices.access_fns argument 184 #define DR_ACCESS_FN(DR, I) DR_ACCESS_FNS (DR)[I] argument 185 #define DR_NUM_DIMENSIONS(DR) DR_ACCESS_FNS (DR).length () argument 186 #define DR_IS_READ(DR) (DR)->is_read argument 187 #define DR_IS_WRITE(DR) (!DR_IS_READ (DR)) argument 188 #define DR_IS_CONDITIONAL_IN_STMT(DR) (DR)->is_conditional_in_stmt argument [all …]
|
H A D | tree-if-conv.c | 693 #define IFC_DR(DR) ((struct ifc_dr *) (DR)->aux) argument 694 #define DR_BASE_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->written_at_least_once) argument 695 #define DR_RW_UNCONDITIONALLY(DR) (IFC_DR (DR)->rw_unconditionally) argument 696 #define DR_W_UNCONDITIONALLY(DR) (IFC_DR (DR)->w_unconditionally) argument
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/ |
H A D | DeadStoresChecker.cpp | 55 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() 289 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() 305 const DeclRefExpr *DR; in isIncrement() local 332 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) in observeStmt() local 372 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt() local 502 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()() local
|
H A D | MallocOverflowSecurityChecker.cpp | 143 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() 149 void Erase(const T1 *DR, in Erase() 163 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckExpr() local 220 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckAssignmentExpr() local
|
H A D | DereferenceChecker.cpp | 67 const DeclRefExpr *DR = cast<DeclRefExpr>(Ex); in AddDerefSource() local
|
H A D | ObjCSelfInitChecker.cpp | 418 if (const DeclRegion *DR = dyn_cast<DeclRegion>(MRV.stripCasts())) in isSelfVar() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
H A D | CheckerHelpers.cpp | 39 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local 53 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
|
H A D | BugReporterVisitors.cpp | 159 if (const auto *DR = dyn_cast<DeclRefExpr>(E)) { in getLocationRegionIfReference() local 770 const auto *DR = cast<DeclRegion>(R); in prettyPrintRegionName() local 1127 if (const auto *DR = dyn_cast<DeclRefExpr>(RetE)) in visitNodeInitial() local 2474 if (const auto *DR = dyn_cast<DeclRefExpr>(Ex)) { in patternMatch() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/ |
H A D | iterator.h | 366 const DataRef DR; variable 370 WrappedPairNodeDataIterator(ItType Begin, const DataRef DR) in WrappedPairNodeDataIterator()
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/diagtool/ |
H A D | TreeView.cpp | 51 for (const DiagnosticRecord &DR : Group.diagnostics()) { in enabledByDefault() local 82 for (const DiagnosticRecord &DR : Group.diagnostics()) { in printGroup() local
|
H A D | ListWarnings.cpp | 53 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { in run() local
|
H A D | ShowEnabledWarnings.cpp | 116 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { in run() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | LiveVariables.cpp | 329 if (const auto *DR = dyn_cast<DeclRefExpr>(B->getLHS()->IgnoreParens())) { in VisitBinaryOperator() local 340 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) { in VisitBinaryOperator() local 370 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() 396 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local 447 if (auto *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) { in VisitUnaryOperator() local
|
H A D | BodyFarm.cpp | 141 DeclRefExpr *DR = DeclRefExpr::Create( in makeDeclRefExpr() local 581 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/ |
H A D | LiveVariables.h | 67 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CGOpenCLRuntime.cpp | 135 if (auto DR = dyn_cast<DeclRefExpr>(E)) { in getBlockExpr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/ |
H A D | SystemZISelDAGToDAG.cpp | 54 DispRange DR; member 390 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp() 501 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() 667 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() 678 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr() 690 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | RDFCopy.cpp | 145 RegisterRef DR = DA.Addr->getRegRef(DFG); in run() local
|
H A D | HexagonSplitDouble.cpp | 425 for (unsigned DR : Part) { in isProfitable() local 1135 for (unsigned DR : Part) { in splitPartition() local 1165 for (unsigned DR : Part) { in splitPartition() local
|
H A D | HexagonGenPredicate.cpp | 474 RegisterSubReg DR = MI.getOperand(0); in eliminatePredCopies() local
|
H A D | HexagonGenMux.cpp | 242 Register DR = MI->getOperand(0).getReg(); in genMuxInBlock() local
|
H A D | HexagonExpandCondsets.cpp | 377 Register DR = Op.getReg(), DSR = Op.getSubReg(); in updateDeadsInRange() local 676 Register DR = MD.getReg(), DSR = MD.getSubReg(); in split() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-readobj/ |
H A D | MachODumper.cpp | 464 DataRefImpl DR = Section.getRawDataRefImpl(); in printSectionHeaders() local 545 DataRefImpl DR = Reloc.getRawDataRefImpl(); in printRelocation() local
|