HomeSort by relevance Sort by last modified time
    Searched defs:PD (Results 1 - 25 of 37) sorted by null

1 2

  /external/arduino/hardware/arduino/cores/arduino/
pins_arduino.c 71 #define PD 4
151 PD , // PD 3 ** 18 ** USART1_TX
152 PD , // PD 2 ** 19 ** USART1_RX
153 PD , // PD 1 ** 20 ** I2C_SDA
154 PD , // PD 0 ** 21 ** I2C_SCL
171 PD , // PD 7 ** 38 ** D38
    [all...]
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 53 const ObjCPropertyDecl *PD,
73 if (ME->getMethodDecl() == PD->getSetterMethodDecl() &&
84 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
89 return PD->getSetterKind() != ObjCPropertyDecl::Assign;
94 if (*I && scan_ivar_release(*I, ID, PD, Release, SelfII, Ctx))
224 const ObjCPropertyDecl *PD = I->getPropertyDecl();
225 if (!PD)
229 if (PD->isReadOnly())
233 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign;
234 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx
    [all...]
DirectIvarAssignment.cpp 96 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD,
100 ObjCIvarDecl *ID = PD->getPropertyIvarDecl();
107 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));
112 IdentifierInfo *PropIdent = PD->getIdentifier();
127 for (const auto *PD : InterD->properties()) {
129 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD,
136 IvarToPropMap[ID] = PD;
180 const ObjCPropertyDecl *PD = I->second;
185 if (isAnnotatedToAllowDirectAssignment(PD) ||
190 InterfD->getInstanceMethod(PD->getGetterName())
    [all...]
IvarInvalidationChecker.cpp 353 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl);
354 assert(PD &&"Do we synthesize ivars for something other than properties?");
355 os << "Property "<< PD->getName() << " ";
392 const ObjCPropertyDecl *PD = I->second;
394 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars,
400 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl());
401 PropertyToIvarMap[PD] = ID;
402 IvarToPopertyMap[ID] = PD;
405 const ObjCMethodDecl *SetterD = PD->getSetterMethodDecl()
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 243 ObjCPropertyDecl *PD = *PI;
244 Attrs = PD->getPropertyAttributesAsWritten();
245 TypeSourceInfo *TInfo = PD->getTypeSourceInfo();
251 ATLs.push_back(std::make_pair(ATL, PD));
307 ObjCPropertyDecl *PD = AllProps[i];
308 if (PD->getPropertyAttributesAsWritten() &
311 SourceLocation AtLoc = PD->getAtLoc();
315 AtProps[RawAt].push_back(PD);
TransZeroOutPropsInDealloc.cpp 119 ObjCPropertyDecl *PD = PID->getPropertyDecl();
120 ObjCMethodDecl *setterM = PD->getSetterMethodDecl();
123 PD->getPropertyAttributes();
128 SynthesizedProperties[PD] = PID;
TransUnbridgedCasts.cpp 442 ParmVarDecl *PD = FD->getParamDecl(i);
443 if (PD->hasAttr<CFConsumedAttr>()) {
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 22 class PD {
24 ~PD(); // expected-note 5{{here}}
33 PD pd();
37 decltype(pd()) s; // ok
38 decltype(pd())::n n; // ok
45 pd(), // expected-error {{private destructor}}
46 pd()) pd1; // expected-error {{private destructor}}
52 pd(), // expected-error {{temporary of type 'PD' has private destructor}
    [all...]
  /external/clang/tools/libclang/
IndexDecl.cpp 222 ObjCPropertyDecl *PD = D->getPropertyDecl();
235 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
241 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) {
IndexingContext.cpp 30 ObjCProtocolDecl *PD = *I;
32 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
34 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
39 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
591 ObjCPropertyDecl *PD = D->getPropertyDecl();
592 return handleReference(PD, D->getLocation(), getCursor(D), nullptr,
    [all...]
  /external/valgrind/main/memcheck/tests/amd64/
sse_memory.c 174 #define PD 16
254 TEST_INSN( &AllMask, PD,addpd)
256 TEST_INSN( &AllMask, PD,andnpd)
257 TEST_INSN( &AllMask, PD,andpd)
258 TEST_INSN( &AllMask, PD,cmpeqpd)
260 TEST_INSN( &AllMask, PD,cmplepd)
262 TEST_INSN( &AllMask, PD,cmpltpd)
264 TEST_INSN( &AllMask, PD,cmpneqpd)
266 TEST_INSN( &AllMask, PD,cmpnlepd)
268 TEST_INSN( &AllMask, PD,cmpnltpd
    [all...]
  /external/llvm/utils/TableGen/
X86RecognizableInstr.cpp 110 PS = 1, PD = 2, XS = 3, XD = 4
278 if (OpPrefix == X86Local::PD)
292 if (OpPrefix == X86Local::PD)
307 if (OpPrefix == X86Local::PD)
321 if (OpPrefix == X86Local::PD)
336 if (OpPrefix == X86Local::PD)
350 else if (OpPrefix == X86Local::PD)
361 if (OpPrefix == X86Local::PD)
373 } else if (OpPrefix == X86Local::PD && HasVEX_LPrefix)
375 else if (OpPrefix == X86Local::PD && HasVEX_WPrefix
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 113 const PathDiagnostic *PD = *I;
114 SourceLocation WarnLoc = PD->getLocation().asLocation();
115 Diag.Report(WarnLoc, WarnID) << PD->getShortDescription()
116 << PD->path.back()->getRanges();
121 PathPieces FlatPath = PD->path.flatten(/*ShouldFlattenMacros=*/true);
  /external/clang/include/clang/Sema/
ScopeInfo.h 70 PartialDiagnostic PD;
74 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
76 : PD(PD), Loc(Loc), stmt(stmt) {}
  /external/clang/lib/Sema/
SemaObjCProperty.cpp     [all...]
SemaOpenMP.cpp 508 PartialDiagnostic PD =
513 CD->getAccess(), PD) == AR_inaccessible ||
    [all...]
SemaTemplateDeduction.cpp     [all...]
  /libcore/luni/src/test/java/libcore/java/util/
EnumSetTest.java 103 FE, CO, NI, CU, ZN, GA, GE, AS, SE, BR, KR, RB, SR, Y, ZR, NB, MO, TC, RU, RH, PD, AG, CD,
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 110 const ParmVarDecl *PD = FD->getParamDecl(0);
111 QualType T = PD->getType();
116 const MemRegion *R = state->getRegion(PD, InitLoc);
    [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonHardwareLoops.cpp     [all...]
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86BaseInfo.h 347 // PS, PD - Prefix code for packed single and double precision vector
349 PS = 1 << OpPrefixShift, PD = 2 << OpPrefixShift,
  /external/clang/lib/Analysis/
ThreadSafety.cpp     [all...]
  /external/clang/lib/CodeGen/
CGObjC.cpp 749 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
750 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
    [all...]
CodeGenModule.cpp     [all...]

Completed in 622 milliseconds

1 2