/external/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 259 void swap(PartialDiagnostic &PD) { in swap() argument 260 std::swap(DiagID, PD.DiagID); in swap() 261 std::swap(DiagStorage, PD.DiagStorage); in swap() 262 std::swap(Allocator, PD.Allocator); in swap() 332 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, 334 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint); 335 return PD; 338 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, 340 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint); 341 return PD; [all …]
|
/external/llvm-project/lld/test/ELF/ |
D | ppc32-long-thunk.s | 10 # RUN: llvm-objdump -d --no-show-raw-insn %t | FileCheck --check-prefixes=CHECK,PD %s 25 # PD-NEXT: bl 0x2028 29 # PD: <__LongThunk_high>: 30 # PD-NEXT: 2018: lis 12, 512 31 # PD-NEXT: addi 12, 12, 8200 32 # PD-NEXT: mtctr 12 33 # PD-NEXT: bctr 36 # PD: <__LongThunk_>: 37 # PD-NEXT: 2028: lis 12, 512 38 # PD-NEXT: addi 12, 12, 8208 [all …]
|
/external/arm-optimized-routines/math/ |
D | erf.c | 20 #define PD __erf_data.erfc_poly_D macro 146 double r1 = fma (a, PD[1], PD[0]); in erf() 147 double r2 = fma (a, PD[3], PD[2]); in erf() 148 double r3 = fma (a, PD[5], PD[4]); in erf() 149 double r4 = fma (a, PD[7], PD[6]); in erf() 150 double r5 = fma (a, PD[9], PD[8]); in erf() 151 double r6 = fma (a, PD[11], PD[10]); in erf() 152 double r7 = fma (a, PD[13], PD[12]); in erf() 153 double r8 = fma (a, PD[15], PD[14]); in erf() 154 double r9 = fma (a, PD[17], PD[16]); in erf()
|
/external/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 94 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() argument 98 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar() 105 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar() 110 IdentifierInfo *PropIdent = PD->getIdentifier(); in findPropertyBackingIvar() 125 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local 127 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD, in checkASTDecl() 134 IvarToPropMap[ID] = PD; in checkASTDecl() 180 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local 185 if (isAnnotatedToAllowDirectAssignment(PD) || in VisitBinaryOperator() 190 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator() [all …]
|
D | IvarInvalidationChecker.cpp | 348 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local 349 assert(PD &&"Do we synthesize ivars for something other than properties?"); in printIvar() 350 os << "Property "<< PD->getName() << " "; in printIvar() 387 const ObjCPropertyDecl *PD = I->second; in visit() local 388 if (PD->isClassProperty()) in visit() 391 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars, in visit() 397 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl()); in visit() 398 PropertyToIvarMap[PD] = ID; in visit() 399 IvarToPopertyMap[ID] = PD; in visit() 402 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit() [all …]
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | DirectIvarAssignment.cpp | 95 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, in findPropertyBackingIvar() argument 99 ObjCIvarDecl *ID = PD->getPropertyIvarDecl(); in findPropertyBackingIvar() 106 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx)); in findPropertyBackingIvar() 111 IdentifierInfo *PropIdent = PD->getIdentifier(); in findPropertyBackingIvar() 126 for (const auto *PD : InterD->instance_properties()) { in checkASTDecl() local 128 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD, in checkASTDecl() 135 IvarToPropMap[ID] = PD; in checkASTDecl() 179 const ObjCPropertyDecl *PD = I->second; in VisitBinaryOperator() local 184 if (isAnnotatedToAllowDirectAssignment(PD) || in VisitBinaryOperator() 189 InterfD->getInstanceMethod(PD->getGetterName()); in VisitBinaryOperator() [all …]
|
D | IvarInvalidationChecker.cpp | 349 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); in printIvar() local 350 assert(PD &&"Do we synthesize ivars for something other than properties?"); in printIvar() 351 os << "Property "<< PD->getName() << " "; in printIvar() 388 const ObjCPropertyDecl *PD = I->second; in visit() local 389 if (PD->isClassProperty()) in visit() 392 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars, in visit() 398 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl()); in visit() 399 PropertyToIvarMap[PD] = ID; in visit() 400 IvarToPopertyMap[ID] = PD; in visit() 403 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl(); in visit() [all …]
|
/external/autotest/docs/ |
D | faft-pd.md | 1 # PD FAFT 3 PD FAFT is another set of firmware tests (FAFT), which targets testing USB-C and 4 PD (Power Delivery) functionalities. 10 The USB-C and PD stack is complex that involves multiple hardware/firmware: 30 PD FAFT was proposed to uncover any regression on the PD stack in an automated 33 PD FAFT requires hardware to emulate the PD port partner, e.g. a PD-capable 35 a USB-C monitor, etc. The first version of PD FAFT uses 43 The PD FAFT tests are located in the Autotest tree as directories, usually with 48 * Ability to disconnect, then reconnect establishing a successful PD contract 49 * If PD Dual role mode is operational in the DUT [all …]
|
/external/llvm-project/clang/lib/StaticAnalyzer/Core/ |
D | TextDiagnostics.cpp | 91 const PathDiagnostic *PD = *I; in FlushDiagnosticsImpl() local 93 ? " [" + PD->getCheckerName() + "]" in FlushDiagnosticsImpl() 97 reportPiece(WarnID, PD->getLocation().asLocation(), in FlushDiagnosticsImpl() 98 (PD->getShortDescription() + WarningMsg).str(), in FlushDiagnosticsImpl() 99 PD->path.back()->getRanges(), PD->path.back()->getFixits()); in FlushDiagnosticsImpl() 102 for (const auto &Piece : PD->path) { in FlushDiagnosticsImpl() 115 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true); in FlushDiagnosticsImpl()
|
/external/clang/include/clang/Sema/ |
D | TemplateDeduction.h | 69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() argument 71 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic() 72 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic() 89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() argument 94 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic() 100 PartialDiagnostic PD) { in addSuppressedDiagnostic() argument 103 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | BugReporter.cpp | 503 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateVisitorsOnlyPathDiagnostic() argument 557 PathDiagnostic &PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, in GenerateMinimalPathDiagnostic() argument 581 PD.getActivePath().push_front(C); in GenerateMinimalPathDiagnostic() 582 PD.pushActivePath(&C->path); in GenerateMinimalPathDiagnostic() 589 bool VisitedEntireCall = PD.isWithinCall(); in GenerateMinimalPathDiagnostic() 590 PD.popActivePath(); in GenerateMinimalPathDiagnostic() 599 C = cast<PathDiagnosticCallPiece>(PD.getActivePath().front()); in GenerateMinimalPathDiagnostic() 602 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller); in GenerateMinimalPathDiagnostic() 644 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() 696 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece( in GenerateMinimalPathDiagnostic() [all …]
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 22 class PD { class 24 ~PD(); // expected-note 5{{here}} 33 PD pd(); 113 DD operator+(PD &a, PD &b); 118 DD operator,(int a, PD b);
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 22 class PD { class 24 ~PD(); // expected-note 5{{here}} 33 PD pd(); 113 DD operator+(PD &a, PD &b); 118 DD operator,(int a, PD b);
|
/external/llvm-project/clang/include/clang/Sema/ |
D | TemplateDeduction.h | 102 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { in takeSFINAEDiagnostic() argument 104 PD.first = SuppressedDiagnostics.front().first; in takeSFINAEDiagnostic() 105 PD.second.swap(SuppressedDiagnostics.front().second); in takeSFINAEDiagnostic() 140 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { in addSFINAEDiagnostic() argument 145 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSFINAEDiagnostic() 151 PartialDiagnostic PD) { in addSuppressedDiagnostic() argument 154 SuppressedDiagnostics.emplace_back(Loc, std::move(PD)); in addSuppressedDiagnostic()
|
/external/llvm-project/clang/tools/diagtool/ |
D | ShowEnabledWarnings.cpp | 135 for (const PrettyDiag &PD : Active) { in run() local 137 Out << getCharForLevel(PD.Level) << " "; in run() 138 Out << PD.Name; in run() 139 if (!PD.Flag.empty()) in run() 140 Out << " [-W" << PD.Flag << "]"; in run()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86InstrTDX.td | 21 "seamcall", []>, PD; 25 "seamret", []>, PD; 29 "seamops", []>, PD; 37 "tdcall", []>, PD;
|
/external/autotest/server/site_tests/firmware_PDProtocol/ |
D | control | 9 PURPOSE = "Verify PD protocol negotiation." 10 CRITERIA = "This test will fail if PD is negotiated when running from USB image." 18 - That the DUT negotiated PD in dev mode from SSD boot 19 - That the DUT did not negotiate PD when booted from test image from recovery
|
D | control.ec_wp | 9 PURPOSE = "Verify PD protocol negotiation." 10 CRITERIA = "This test will fail if PD is negotiated when running from USB image." 19 - That the DUT negotiated PD in dev mode from SSD boot 20 - That the DUT did not negotiate PD when booted from test image from recovery
|
/external/llvm-project/clang/include/clang/Basic/ |
D | PartialDiagnostic.h | 138 void swap(PartialDiagnostic &PD) { in swap() argument 139 std::swap(DiagID, PD.DiagID); in swap() 140 std::swap(DiagStorage, PD.DiagStorage); in swap() 141 std::swap(Allocator, PD.Allocator); in swap() 201 const PartialDiagnostic &PD) { 202 PD.Emit(DB);
|
/external/autotest/server/site_tests/firmware_PDConnect/ |
D | control | 9 PURPOSE = "Servo based PD Connect/Disconnect test" 11 CRITERIA = "This test will fail if PD connection is not successful each attempt" 19 - PD Dual role mode is operational in the DUT 20 - Abiility to disconnect, then reconnect establishing a successful PD contract
|
D | control.dts | 9 PURPOSE = "Servo based PD Connect/Disconnect test" 11 CRITERIA = "This test will fail if PD connection is not successful each attempt" 19 - PD Dual role mode is operational in the DUT 20 - Abiility to disconnect, then reconnect establishing a successful PD contract
|
D | control.flip | 9 PURPOSE = "Servo based PD Connect/Disconnect test" 11 CRITERIA = "This test will fail if PD connection is not successful each attempt" 19 - PD Dual role mode is operational in the DUT 20 - Abiility to disconnect, then reconnect establishing a successful PD contract
|
D | control.dts_flip | 9 PURPOSE = "Servo based PD Connect/Disconnect test" 11 CRITERIA = "This test will fail if PD connection is not successful each attempt" 19 - PD Dual role mode is operational in the DUT 20 - Abiility to disconnect, then reconnect establishing a successful PD contract
|
/external/autotest/server/site_tests/firmware_Cr50ConsoleCommands/ |
D | pinmux.guc | 11 40060048: DIOA4 8 IN PD GPIO0_GPIO7 15 40060068: DIOA8 9 IN PD GPIO0_GPIO8 27 400600c0: DIOB4 (?P<no_ec_comm>0 IN PD)?(?P<ec_comm>3 IN PD GPIO0_GPIO2)? 28 400600c8: DIOB5 0 IN PD
|
D | pinmux | 12 40060048: DIOA4 8 IN PD GPIO0_GPIO7 16 40060068: DIOA8 9 IN PD GPIO0_GPIO8 28 400600c0: DIOB4 (?P<no_ec_comm>0 IN PD)?(?P<ec_comm>3 IN PD GPIO0_GPIO2)? 29 400600c8: DIOB5 0 IN PD
|