Searched refs:PD (Results 1 - 25 of 72) sorted by relevance

123

/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp22 class PD { class
24 ~PD(); // expected-note 5{{here}}
34 decltype(PD()) s; // ok
35 decltype(PD())::n n; // ok
41 PD(), // expected-error {{private destructor}}
42 PD()) pd1; // expected-error {{private destructor}}
48 PD(), // expected-error {{temporary of type 'PD' has private destructor}}
52 decltype(((((42)), PD())))::n pd_parens_comma; // ok
55 extern decltype(PD()) pd_re
[all...]
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h271 void swap(PartialDiagnostic &PD) { argument
272 std::swap(DiagID, PD.DiagID);
273 std::swap(DiagStorage, PD.DiagStorage);
274 std::swap(Allocator, PD.Allocator);
344 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
346 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
347 return PD;
350 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
352 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
353 return PD;
356 operator <<(const PartialDiagnostic &PD, const char *S) argument
363 operator <<(const PartialDiagnostic &PD, StringRef S) argument
370 operator <<(const PartialDiagnostic &PD, const SourceRange &R) argument
376 operator <<(const PartialDiagnostic &PD, const CharSourceRange &R) argument
382 operator <<(const PartialDiagnostic &PD, const FixItHint &Hint) argument
390 operator <<(const DiagnosticBuilder &DB, const PartialDiagnostic &PD) argument
[all...]
/external/arduino/hardware/arduino/cores/arduino/
H A Dpins_arduino.c71 #define PD 4 macro
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 , // P
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp100 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, argument
104 ObjCIvarDecl *ID = PD->getPropertyIvarDecl();
111 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));
116 IdentifierInfo *PropIdent = PD->getIdentifier();
133 ObjCPropertyDecl *PD = *I; local
136 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD,
143 IvarToPropMap[ID] = PD;
193 const ObjCPropertyDecl *PD = I->second; local
198 if (isAnnotatedToAllowDirectAssignment(PD) ||
203 InterfD->getInstanceMethod(PD
[all...]
H A DCheckObjCDealloc.cpp53 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))
230 const ObjCPropertyDecl *PD = I->getPropertyDecl(); local
231 if (!PD)
235 if (PD->isReadOnly())
239 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign;
240 if (scan_ivar_release(MD->getBody(), ID, PD, R
52 scan_ivar_release(Stmt *S, ObjCIvarDecl *ID, const ObjCPropertyDecl *PD, Selector Release, IdentifierInfo* SelfII, ASTContext &Ctx) argument
[all...]
H A DIvarInvalidationChecker.cpp365 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); local
366 assert(PD &&"Do we synthesize ivars for something other than properties?");
367 os << "Property "<< PD->getName() << " ";
404 const ObjCPropertyDecl *PD = I->second; local
406 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterfaceD, Ivars,
412 PD = cast<ObjCPropertyDecl>(PD->getCanonicalDecl());
413 PropertyToIvarMap[PD] = ID;
414 IvarToPopertyMap[ID] = PD;
417 const ObjCMethodDecl *SetterD = PD
633 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); local
[all...]
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h67 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { argument
69 PD.first = SuppressedDiagnostics.front().first;
70 PD.second.swap(SuppressedDiagnostics.front().second);
87 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { argument
94 SuppressedDiagnostics.back().second.swap(PD);
100 PartialDiagnostic PD) {
105 SuppressedDiagnostics.back().second.swap(PD);
99 addSuppressedDiagnostic(SourceLocation Loc, PartialDiagnostic PD) argument
H A DScopeInfo.h64 PartialDiagnostic PD; member in class:clang::sema::PossiblyUnreachableDiag
68 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc, argument
70 : PD(PD), Loc(Loc), stmt(stmt) {}
/external/valgrind/main/memcheck/tests/amd64/
H A Dsse_memory.c174 #define PD 16 macro
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,cmpnltp
[all...]
/external/valgrind/main/memcheck/tests/x86/
H A Dsse_memory.c174 #define PD 16 macro
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,cmpnltp
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp466 static bool GenerateVisitorsOnlyPathDiagnostic(PathDiagnostic &PD, argument
523 static bool GenerateMinimalPathDiagnostic(PathDiagnostic& PD, argument
549 PD.getActivePath().push_front(C);
550 PD.pushActivePath(&C->path);
557 bool VisitedEntireCall = PD.isWithinCall();
558 PD.popActivePath();
567 C = cast<PathDiagnosticCallPiece>(PD.getActivePath().front());
570 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
612 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
664 PD
937 PathDiagnostic &PD; member in class:__anon15584::EdgeBuilder
1359 GenerateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1599 GenerateAlternateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
3038 generatePathDiagnostic(PathDiagnostic& PD, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
3369 FlushReport(BugReport *exampleReport, PathDiagnosticConsumer &PD, ArrayRef<BugReport*> bugReports) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp245 ObjCPropertyDecl *PD = *PI; local
246 Attrs = PD->getPropertyAttributesAsWritten();
247 TypeSourceInfo *TInfo = PD->getTypeSourceInfo();
253 ATLs.push_back(std::make_pair(ATL, PD));
309 ObjCPropertyDecl *PD = AllProps[i]; local
310 if (PD->getPropertyAttributesAsWritten() &
313 SourceLocation AtLoc = PD->getAtLoc();
317 AtProps[RawAt].push_back(PD);
H A DTransZeroOutPropsInDealloc.cpp121 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
122 ObjCMethodDecl *setterM = PD->getSetterMethodDecl();
125 PD->getPropertyAttributes();
130 SynthesizedProperties[PD] = PID;
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp39 const SubtargetFeatureKV *PD,
50 ProcDesc = PD;
37 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp921 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD,
999 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
1045 virtual void GenerateProtocol(const ObjCProtocolDecl *PD);
1050 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD)=0;
1056 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD)=0;
1147 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD);
1153 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD);
1160 EmitProtocolExtension(const ObjCProtocolDecl *PD,
1222 const ObjCProtocolDecl *PD);
1343 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD);
2535 GenerateProtocolRef(CodeGenFunction &CGF, const ObjCProtocolDecl *PD) argument
2545 GenerateProtocol(const ObjCProtocolDecl *PD) argument
2557 GetProtocolRef(const ObjCProtocolDecl *PD) argument
2576 GetOrEmitProtocol(const ObjCProtocolDecl *PD) argument
2668 GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) argument
2698 EmitProtocolExtension(const ObjCProtocolDecl *PD, ArrayRef<llvm::Constant*> OptInstanceMethods, ArrayRef<llvm::Constant*> OptClassMethods, ArrayRef<llvm::Constant*> MethodTypesExt) argument
2784 const ObjCPropertyDecl *PD = *I; local
2815 const ObjCPropertyDecl *PD = *I; local
3091 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
4962 GetPropertyTypeString(const ObjCPropertyDecl *PD, const Decl *Container) argument
5688 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
5931 GenerateProtocolRef(CodeGenFunction &CGF, const ObjCProtocolDecl *PD) argument
6226 GetOrEmitProtocolRef( const ObjCProtocolDecl *PD) argument
6263 GetOrEmitProtocol( const ObjCProtocolDecl *PD) argument
[all...]
H A DCGDebugInfo.cpp1499 /// \return true if Getter has the default name for the property PD.
1500 static bool hasDefaultGetterName(const ObjCPropertyDecl *PD, argument
1502 assert(PD);
1507 return PD->getName() ==
1511 /// \return true if Setter has the default name for the property PD.
1512 static bool hasDefaultSetterName(const ObjCPropertyDecl *PD, argument
1514 assert(PD);
1519 return SelectorTable::constructSetterName(PD->getName()) ==
1588 const ObjCPropertyDecl *PD = *I; local
1589 SourceLocation Loc = PD
[all...]
/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h51 const SubtargetFeatureKV *PD,
/external/clang/tools/libclang/
H A DIndexDecl.cpp232 ObjCPropertyDecl *PD = D->getPropertyDecl(); local
245 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
251 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) {
H A DCursorVisitor.h224 bool VisitObjCPropertyDecl(ObjCPropertyDecl *PD);
230 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp264 void VisitImplicitParamDecl(ImplicitParamDecl *PD);
265 void VisitParmVarDecl(ParmVarDecl *PD);
779 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) { argument
780 RedeclarableResult Redecl = VisitRedeclarable(PD);
781 VisitObjCContainerDecl(PD);
782 mergeRedeclarable(PD, Redecl);
786 PD->allocateDefinitionData();
790 PD->getCanonicalDecl()->Data = PD->Data;
801 PD
912 VisitMSPropertyDecl(MSPropertyDecl *PD) argument
966 VisitImplicitParamDecl(ImplicitParamDecl *PD) argument
970 VisitParmVarDecl(ParmVarDecl *PD) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclarationName.h553 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
555 PD.AddTaggedVal(N.getAsOpaqueInteger(),
557 return PD;
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h130 static bool classof(const PreprocessedEntity *PD) { argument
131 return PD->getKind() >= FirstPreprocessingDirective &&
132 PD->getKind() <= LastPreprocessingDirective;
/external/clang/lib/Sema/
H A DSemaOpenMP.cpp369 PartialDiagnostic PD = local
374 CD->getAccess(), PD) == AR_inaccessible ||
390 if (CheckDestructorAccess(ELoc, DD, PD) == AR_inaccessible ||
H A DSemaAccess.cpp1629 PartialDiagnostic PD(PDiag());
1632 PD = PDiag(IsCopyBindingRefToTemp
1639 PD = PDiag(diag::err_access_base_ctor);
1640 PD << Entity.isInheritedVirtualBase()
1646 PD = PDiag(diag::err_access_field_ctor);
1647 PD << Field->getType() << getSpecialMember(Constructor);
1653 PD = PDiag(diag::err_access_lambda_capture);
1654 PD << Var->getName() << Entity.getType() << getSpecialMember(Constructor);
1660 return CheckConstructorAccess(UseLoc, Constructor, Entity, Access, PD);
1668 const PartialDiagnostic &PD) {
1664 CheckConstructorAccess(SourceLocation UseLoc, CXXConstructorDecl *Constructor, const InitializedEntity &Entity, AccessSpecifier Access, const PartialDiagnostic &PD) argument
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp91 const PathDiagnostic *PD = *I; local
92 StringRef desc = PD->getShortDescription();
104 SourceLocation L = PD->getLocation().asLocation();
108 ArrayRef<SourceRange> Ranges = PD->path.back()->getRanges();

Completed in 504 milliseconds

123