| /external/deqp-deps/SPIRV-Tools/test/link/ |
| D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
| /external/swiftshader/third_party/SPIRV-Tools/test/link/ |
| D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
| /external/angle/third_party/vulkan-deps/spirv-tools/src/test/link/ |
| D | type_match_test.cpp | 37 #define PartVector(DR, DA, N, T) DR(N) " = OpTypeVector " DA(T) " 3" argument 38 #define PartMatrix(DR, DA, N, T) DR(N) " = OpTypeMatrix " DA(T) " 4" argument 39 #define PartImage(DR, DA, N, T) \ argument 41 #define PartSampledImage(DR, DA, N, T) DR(N) " = OpTypeSampledImage " DA(T) argument 42 #define PartArray(DR, DA, N, T) DR(N) " = OpTypeArray " DA(T) " " DA(const) argument 43 #define PartRuntimeArray(DR, DA, N, T) DR(N) " = OpTypeRuntimeArray " DA(T) argument 44 #define PartStruct(DR, DA, N, T) DR(N) " = OpTypeStruct " DA(T) " " DA(T) argument 45 #define PartPointer(DR, DA, N, T) DR(N) " = OpTypePointer Workgroup " DA(T) argument 46 #define PartFunction(DR, DA, N, T) DR(N) " = OpTypeFunction " DA(T) " " DA(T) argument
|
| /external/clang/lib/StaticAnalyzer/Core/ |
| D | CheckerHelpers.cpp | 35 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsEnum() local 49 const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(S); in containsStaticLocal() local
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | DeadStoresChecker.cpp | 54 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 312 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt() local 418 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()() local
|
| D | MallocOverflowSecurityChecker.cpp | 144 static const Decl *getDecl(const DeclRefExpr *DR) { return DR->getDecl(); } in getDecl() 150 void Erase(const T1 *DR, in Erase() 164 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckExpr() local 218 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in CheckAssignmentExpr() local
|
| /external/clang/lib/Analysis/ |
| D | PseudoConstantAnalysis.cpp | 68 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in getDecl() local 199 const DeclRefExpr *DR = cast<DeclRefExpr>(Head); in RunAnalysis() local
|
| D | LiveVariables.cpp | 340 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) in VisitBinaryOperator() local 366 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() 382 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local 433 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) in VisitUnaryOperator() local 521 if (const DeclRefExpr *DR = in computeLiveness() local
|
| D | BodyFarm.cpp | 110 DeclRefExpr *DR = in makeDeclRefExpr() local 205 DeclRefExpr *DR = M.makeDeclRefExpr(Block); in create_dispatch_once() local 267 DeclRefExpr *DR = M.makeDeclRefExpr(PV); in create_dispatch_sync() local
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| D | DeadStoresChecker.cpp | 54 bool VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() 288 void CheckDeclRef(const DeclRefExpr *DR, const Expr *Val, DeadStoreKind dsk, in CheckDeclRef() 304 const DeclRefExpr *DR; in isIncrement() local 331 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(B->getLHS())) in observeStmt() local 371 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(Ex)) in observeStmt() local 476 if (const DeclRefExpr *DR = dyn_cast<DeclRefExpr>(E)) in operator ()() local
|
| 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
|
| /external/llvm-project/llvm/include/llvm/ADT/ |
| D | iterator.h | 356 const DataRef DR; variable 360 WrappedPairNodeDataIterator(ItType Begin, const DataRef DR) in WrappedPairNodeDataIterator()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
| D | iterator.h | 354 const DataRef DR; variable 358 WrappedPairNodeDataIterator(ItType Begin, const DataRef DR) in WrappedPairNodeDataIterator()
|
| /external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| 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
|
| /external/llvm-project/clang/tools/diagtool/ |
| D | TreeView.cpp | 51 for (const DiagnosticRecord &DR : Group.diagnostics()) { in enabledByDefault() local 82 for (const DiagnosticRecord &DR : Group.diagnostics()) { in printGroup() local
|
| D | ListWarnings.cpp | 53 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { in run() local
|
| D | ShowEnabledWarnings.cpp | 116 for (const DiagnosticRecord &DR : getBuiltinDiagnosticsByName()) { in run() local
|
| /external/llvm-project/clang/lib/Analysis/ |
| D | LiveVariables.cpp | 335 if (DeclRefExpr *DR = dyn_cast<DeclRefExpr>(LHS)) { in VisitBinaryOperator() local 365 void TransferFunctions::VisitDeclRefExpr(DeclRefExpr *DR) { in VisitDeclRefExpr() 391 DeclRefExpr *DR = nullptr; in VisitObjCForCollectionStmt() local 442 if (auto *DR = dyn_cast<DeclRefExpr>(UO->getSubExpr()->IgnoreParens())) { in VisitUnaryOperator() local 531 if (const auto *DR = in computeLiveness() local
|
| /external/llvm/lib/Target/Hexagon/ |
| D | RDFCopy.cpp | 66 RegisterRef DR = { DefR.Reg, S }; in interpretAsCopy() local 183 RegisterRef DR = DA.Addr->getRegRef(); in run() local
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | LiveVariables.h | 66 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
|
| /external/llvm-project/clang/include/clang/Analysis/Analyses/ |
| D | LiveVariables.h | 67 virtual void observerKill(const DeclRefExpr *DR) {} in observerKill()
|
| /external/clang/www/ |
| D | make_cxx_dr_status | 16 class DR: class
|
| /external/llvm-project/clang/www/ |
| D | make_cxx_dr_status | 16 class DR: class
|
| /external/llvm/lib/Target/SystemZ/ |
| D | SystemZISelDAGToDAG.cpp | 53 DispRange DR; member 364 static bool selectDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in selectDisp() 475 static bool isValidDisp(SystemZAddressingMode::DispRange DR, int64_t Val) { in isValidDisp() 635 bool SystemZDAGToDAGISel::selectBDAddr(SystemZAddressingMode::DispRange DR, in selectBDAddr() 646 bool SystemZDAGToDAGISel::selectMVIAddr(SystemZAddressingMode::DispRange DR, in selectMVIAddr() 658 SystemZAddressingMode::DispRange DR, in selectBDXAddr()
|
| /external/harfbuzz_ng/src/ |
| D | hb-ot-shape-complex-arabic-table.hh | 25 #define DR JOINING_GROUP_DALATH_RISH macro
|