Searched refs:PD (Results 1 - 25 of 63) 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}}
46 PD(), // expected-error {{temporary of type 'PD' has private destructor}}
50 decltype(((((42)), PD())))::n pd_parens_comma; // ok
53 extern decltype(PD()) pd_re
[all...]
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h75 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { argument
77 PD.first = SuppressedDiagnostics.front().first;
78 PD.second.swap(SuppressedDiagnostics.front().second);
96 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { argument
103 SuppressedDiagnostics.back().second.swap(PD);
109 PartialDiagnostic PD) {
114 SuppressedDiagnostics.back().second.swap(PD);
108 addSuppressedDiagnostic(SourceLocation Loc, PartialDiagnostic PD) argument
H A DScopeInfo.h53 PartialDiagnostic PD; member in class:clang::sema::PossiblyUnreachableDiag
57 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc, argument
59 : PD(PD), Loc(Loc), stmt(stmt) {}
/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h249 void swap(PartialDiagnostic &PD) { argument
250 std::swap(DiagID, PD.DiagID);
251 std::swap(DiagStorage, PD.DiagStorage);
252 std::swap(Allocator, PD.Allocator);
322 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
324 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
325 return PD;
328 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
330 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
331 return PD;
334 operator <<(const PartialDiagnostic &PD, const char *S) argument
341 operator <<(const PartialDiagnostic &PD, StringRef S) argument
348 operator <<(const PartialDiagnostic &PD, const SourceRange &R) argument
354 operator <<(const PartialDiagnostic &PD, const CharSourceRange &R) argument
360 operator <<(const PartialDiagnostic &PD, const FixItHint &Hint) argument
368 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 DCheckObjCDealloc.cpp52 const ObjCPropertyDecl *PD,
72 if (ME->getMethodDecl() == PD->getSetterMethodDecl() &&
83 if (PRE->isExplicitProperty() && PRE->getExplicitProperty() == PD)
88 return PD->getSetterKind() != ObjCPropertyDecl::Assign;
93 if (*I && scan_ivar_release(*I, ID, PD, Release, SelfII, Ctx))
229 const ObjCPropertyDecl *PD = I->getPropertyDecl(); local
230 if (!PD)
234 if (PD->isReadOnly())
238 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign;
239 if (scan_ivar_release(MD->getBody(), ID, PD, R
51 scan_ivar_release(Stmt *S, ObjCIvarDecl *ID, const ObjCPropertyDecl *PD, Selector Release, IdentifierInfo* SelfII, ASTContext &Ctx) argument
[all...]
/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/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h44 const SubtargetFeatureKV *PD,
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp25 const SubtargetFeatureKV *PD,
33 ProcDesc = PD;
23 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, const SubtargetFeatureKV *PF, const SubtargetFeatureKV *PD, const SubtargetInfoKV *ProcSched, const InstrStage *IS, const unsigned *OC, const unsigned *FP, unsigned NF, unsigned NP) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp419 static void GenerateMinimalPathDiagnostic(PathDiagnostic& PD, argument
444 PD.getActivePath().push_front(C);
445 PD.pushActivePath(&C->path);
452 bool VisitedEntireCall = PD.isWithinCall();
453 PD.popActivePath();
462 C = cast<PathDiagnosticCallPiece>(PD.getActivePath().front());
465 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
507 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
559 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
565 PD
784 PathDiagnostic &PD; member in class:__anon3940::EdgeBuilder
1146 GenerateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, ArrayRef<BugReporterVisitor *> visitors) argument
1852 GeneratePathDiagnostic(PathDiagnostic& PD, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
2096 FlushReport(BugReport *exampleReport, PathDiagnosticConsumer &PD, ArrayRef<BugReport*> bugReports) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp246 ObjCPropertyDecl *PD = *PI; local
247 Attrs = PD->getPropertyAttributesAsWritten();
248 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;
H A DTransUnbridgedCasts.cpp354 ParmVarDecl *PD = FD->getParamDecl(i); local
355 if (PD->getAttr<CFConsumedAttr>()) {
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp846 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD,
902 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
948 virtual void GenerateProtocol(const ObjCProtocolDecl *PD);
953 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD)=0;
959 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD)=0;
1046 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD);
1052 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD);
1059 EmitProtocolExtension(const ObjCProtocolDecl *PD,
1121 const ObjCProtocolDecl *PD);
1240 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD);
1875 GenerateProtocolRef(CGBuilderTy &Builder, const ObjCProtocolDecl *PD) argument
1885 GenerateProtocol(const ObjCProtocolDecl *PD) argument
1897 GetProtocolRef(const ObjCProtocolDecl *PD) argument
1916 GetOrEmitProtocol(const ObjCProtocolDecl *PD) argument
2008 GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) argument
2038 EmitProtocolExtension(const ObjCProtocolDecl *PD, ArrayRef<llvm::Constant*> OptInstanceMethods, ArrayRef<llvm::Constant*> OptClassMethods, ArrayRef<llvm::Constant*> MethodTypesExt) argument
2124 const ObjCPropertyDecl *PD = *I; local
2155 const ObjCPropertyDecl *PD = *I; local
2409 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
4274 GetPropertyTypeString(const ObjCPropertyDecl *PD, const Decl *Container) argument
5012 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
5237 GenerateProtocolRef(CGBuilderTy &Builder, const ObjCProtocolDecl *PD) argument
5532 GetOrEmitProtocolRef( const ObjCProtocolDecl *PD) argument
5569 GetOrEmitProtocol( const ObjCProtocolDecl *PD) argument
[all...]
/external/clang/tools/libclang/
H A DIndexDecl.cpp217 ObjCPropertyDecl *PD = D->getPropertyDecl(); local
230 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
235 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) {
H A DCursorVisitor.h224 bool VisitObjCPropertyDecl(ObjCPropertyDecl *PD);
230 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
H A DIndexingContext.cpp30 ObjCProtocolDecl *PD = *I; local
32 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
34 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
39 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
505 ObjCPropertyDecl *PD = D->getPropertyDecl(); local
506 return handleReference(PD, D->getLocation(), getCursor(D), 0, D->getDeclContext());
1047 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D))
1048 return MakeCursorObjCProtocolRef(PD, Loc, CXTU);
/external/clang/lib/Sema/
H A DSema.cpp893 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) { argument
894 SemaDiagnosticBuilder Builder(Diag(Loc, PD.getDiagID()));
895 PD.Emit(Builder);
988 Diag(D.Loc, D.PD);
1218 bool Sema::tryToRecoverWithCall(ExprResult &E, const PartialDiagnostic &PD, argument
1235 Diag(Loc, PD)
1251 Diag(Loc, PD) << /*not zero-arg*/ 0 << Range;
H A DSemaAccess.cpp1576 PartialDiagnostic PD(PDiag());
1579 PD = PDiag(IsCopyBindingRefToTemp
1586 PD = PDiag(diag::err_access_base_ctor);
1587 PD << Entity.isInheritedVirtualBase()
1593 PD = PDiag(diag::err_access_field_ctor);
1594 PD << Field->getType() << getSpecialMember(Constructor);
1600 PD = PDiag(diag::err_access_lambda_capture);
1601 PD << Var->getName() << Entity.getType() << getSpecialMember(Constructor);
1607 return CheckConstructorAccess(UseLoc, Constructor, Entity, Access, PD);
1615 const PartialDiagnostic &PD) {
1611 CheckConstructorAccess(SourceLocation UseLoc, CXXConstructorDecl *Constructor, const InitializedEntity &Entity, AccessSpecifier Access, const PartialDiagnostic &PD) argument
[all...]
/external/clang/include/clang/AST/
H A DDeclarationName.h552 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
554 PD.AddTaggedVal(N.getAsOpaqueInteger(),
556 return PD;
/external/clang/include/clang/Lex/
H A DPreprocessingRecord.h132 static bool classof(const PreprocessedEntity *PD) { argument
133 return PD->getKind() >= FirstPreprocessingDirective &&
134 PD->getKind() <= LastPreprocessingDirective;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp252 void VisitImplicitParamDecl(ImplicitParamDecl *PD);
253 void VisitParmVarDecl(ParmVarDecl *PD);
747 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) { argument
748 RedeclarableResult Redecl = VisitRedeclarable(PD);
749 VisitObjCContainerDecl(PD);
750 mergeRedeclarable(PD, Redecl);
754 PD->allocateDefinitionData();
758 PD->getCanonicalDecl()->Data = PD->Data;
769 PD
922 VisitImplicitParamDecl(ImplicitParamDecl *PD) argument
926 VisitParmVarDecl(ParmVarDecl *PD) argument
[all...]
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp87 const PathDiagnostic *PD = *I; local
88 StringRef desc = PD->getShortDescription();
100 SourceLocation L = PD->getLocation().asLocation();
104 ArrayRef<SourceRange> Ranges = PD->path.back()->getRanges();
/external/clang/lib/AST/
H A DDeclObjC.cpp90 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(*I))
91 return PD;
101 if (ObjCPropertyDecl *PD =
103 return PD;
168 if (ObjCPropertyDecl *PD =
170 return PD;

Completed in 5989 milliseconds

123