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

1234

/external/clang/include/clang/Basic/
H A DPartialDiagnostic.h259 void swap(PartialDiagnostic &PD) { argument
260 std::swap(DiagID, PD.DiagID);
261 std::swap(DiagStorage, PD.DiagStorage);
262 std::swap(Allocator, PD.Allocator);
332 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
334 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
335 return PD;
338 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
340 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
341 return PD;
344 operator <<(const PartialDiagnostic &PD, const char *S) argument
351 operator <<(const PartialDiagnostic &PD, StringRef S) argument
358 operator <<(const PartialDiagnostic &PD, const IdentifierInfo *II) argument
373 operator <<(const PartialDiagnostic &PD, T *DC) argument
379 operator <<(const PartialDiagnostic &PD, const SourceRange &R) argument
385 operator <<(const PartialDiagnostic &PD, const CharSourceRange &R) argument
391 operator <<(const PartialDiagnostic &PD, const FixItHint &Hint) argument
399 operator <<(const DiagnosticBuilder &DB, const PartialDiagnostic &PD) argument
[all...]
/external/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp96 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, argument
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; local
185 if (isAnnotatedToAllowDirectAssignment(PD) ||
190 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))
224 const ObjCPropertyDecl *PD = I->getPropertyDecl(); local
225 if (!PD)
229 if (PD->isReadOnly())
233 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign;
234 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.cpp353 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); local
354 assert(PD &&"Do we synthesize ivars for something other than properties?");
355 os << "Property "<< PD->getName() << " ";
392 const ObjCPropertyDecl *PD = I->second; local
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
623 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); local
[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/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}}
33 PD pd();
52 pd(), // expected-error {{temporary of type 'PD' has private destructor}}
60 decltype((pd_ref)) pd_ref3 = pd_ref; // ok, PD &
113 DD operator+(PD &a, PD &b);
118 DD operator,(int a, PD b);
/external/clang/include/clang/Sema/
H A DTemplateDeduction.h69 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { argument
71 PD.first = SuppressedDiagnostics.front().first;
72 PD.second.swap(SuppressedDiagnostics.front().second);
89 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { argument
96 SuppressedDiagnostics.back().second.swap(PD);
102 PartialDiagnostic PD) {
107 SuppressedDiagnostics.back().second.swap(PD);
101 addSuppressedDiagnostic(SourceLocation Loc, PartialDiagnostic PD) argument
H A DScopeInfo.h70 PartialDiagnostic PD; member in class:clang::sema::PossiblyUnreachableDiag
74 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc, argument
76 : 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/include/clang/AST/
H A DAttr.h158 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
160 PD.AddTaggedVal(reinterpret_cast<intptr_t>(At),
162 return PD;
H A DDeclarationName.h554 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
556 PD.AddTaggedVal(N.getAsOpaqueInteger(),
558 return PD;
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp502 static bool GenerateVisitorsOnlyPathDiagnostic(PathDiagnostic &PD, argument
559 static bool GenerateMinimalPathDiagnostic(PathDiagnostic& PD, argument
585 PD.getActivePath().push_front(C);
586 PD.pushActivePath(&C->path);
593 bool VisitedEntireCall = PD.isWithinCall();
594 PD.popActivePath();
603 C = cast<PathDiagnosticCallPiece>(PD.getActivePath().front());
606 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
648 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
700 PD
973 PathDiagnostic &PD; member in class:__anon18256::EdgeBuilder
1395 GenerateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
1639 GenerateAlternateExtensivePathDiagnostic(PathDiagnostic& PD, PathDiagnosticBuilder &PDB, const ExplodedNode *N, LocationContextMap &LCM, ArrayRef<BugReporterVisitor *> visitors) argument
3079 generatePathDiagnostic(PathDiagnostic& PD, PathDiagnosticConsumer &PC, ArrayRef<BugReport *> &bugReports) argument
3412 FlushReport(BugReport *exampleReport, PathDiagnosticConsumer &PD, ArrayRef<BugReport*> bugReports) argument
[all...]
/external/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp243 ObjCPropertyDecl *PD = *PI; local
244 Attrs = PD->getPropertyAttributesAsWritten();
245 TypeSourceInfo *TInfo = PD->getTypeSourceInfo();
251 ATLs.push_back(std::make_pair(ATL, PD));
307 ObjCPropertyDecl *PD = AllProps[i]; local
308 if (PD->getPropertyAttributesAsWritten() &
311 SourceLocation AtLoc = PD->getAtLoc();
315 AtProps[RawAt].push_back(PD);
H A DTransZeroOutPropsInDealloc.cpp119 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
120 ObjCMethodDecl *setterM = PD->getSetterMethodDecl();
123 PD->getPropertyAttributes();
128 SynthesizedProperties[PD] = PID;
/external/llvm/lib/MC/
H A DMCSubtargetInfo.cpp42 ArrayRef<SubtargetFeatureKV> PD,
52 ProcDesc = PD;
40 InitMCSubtargetInfo(StringRef TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetFeatureKV> PD, const SubtargetInfoKV *ProcSched, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp110 PS = 1, PD = 2, XS = 3, XD = 4 enumerator in enum:X86Local::__anon26610
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
[all...]
/external/clang/lib/CodeGen/
H A DCGObjCMac.cpp931 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD,
1009 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
1053 void GenerateProtocol(const ObjCProtocolDecl *PD) override;
1058 virtual llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD)=0;
1064 virtual llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD)=0;
1155 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) override;
1161 llvm::Constant *GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) override;
1168 EmitProtocolExtension(const ObjCProtocolDecl *PD,
1225 const ObjCProtocolDecl *PD) override;
1345 llvm::Constant *GetOrEmitProtocol(const ObjCProtocolDecl *PD) overrid
2525 GenerateProtocolRef(CodeGenFunction &CGF, const ObjCProtocolDecl *PD) argument
2535 GenerateProtocol(const ObjCProtocolDecl *PD) argument
2547 GetProtocolRef(const ObjCProtocolDecl *PD) argument
2574 GetOrEmitProtocol(const ObjCProtocolDecl *PD) argument
2663 GetOrEmitProtocolRef(const ObjCProtocolDecl *PD) argument
2694 EmitProtocolExtension(const ObjCProtocolDecl *PD, ArrayRef<llvm::Constant*> OptInstanceMethods, ArrayRef<llvm::Constant*> OptClassMethods, ArrayRef<llvm::Constant*> MethodTypesExt) argument
3065 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
4933 GetPropertyTypeString(const ObjCPropertyDecl *PD, const Decl *Container) argument
5659 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
5918 GenerateProtocolRef(CodeGenFunction &CGF, const ObjCProtocolDecl *PD) argument
6208 GetOrEmitProtocolRef( const ObjCProtocolDecl *PD) argument
6245 GetOrEmitProtocol( const ObjCProtocolDecl *PD) argument
[all...]
H A DCGDebugInfo.cpp1606 /// \return true if Getter has the default name for the property PD.
1607 static bool hasDefaultGetterName(const ObjCPropertyDecl *PD, argument
1609 assert(PD);
1614 return PD->getName() ==
1618 /// \return true if Setter has the default name for the property PD.
1619 static bool hasDefaultSetterName(const ObjCPropertyDecl *PD, argument
1621 assert(PD);
1626 return SelectorTable::constructSetterName(PD->getName()) ==
1699 for (const auto *PD : ID->properties()) {
1700 SourceLocation Loc = PD
[all...]
/external/llvm/include/llvm/MC/
H A DMCSubtargetInfo.h49 ArrayRef<SubtargetFeatureKV> PD,
/external/clang/tools/libclang/
H A DIndexDecl.cpp222 ObjCPropertyDecl *PD = D->getPropertyDecl(); local
235 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
241 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) {
H A DCursorVisitor.h224 bool VisitObjCPropertyDecl(ObjCPropertyDecl *PD);
230 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
/external/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp113 const PathDiagnostic *PD = *I; variable
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/Lex/
H A DPreprocessingRecord.h130 static bool classof(const PreprocessedEntity *PD) { argument
131 return PD->getKind() >= FirstPreprocessingDirective &&
132 PD->getKind() <= LastPreprocessingDirective;
/external/clang/lib/Serialization/
H A DASTReaderDecl.cpp278 void VisitImplicitParamDecl(ImplicitParamDecl *PD);
279 void VisitParmVarDecl(ParmVarDecl *PD);
832 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) { argument
833 RedeclarableResult Redecl = VisitRedeclarable(PD);
834 VisitObjCContainerDecl(PD);
835 mergeRedeclarable(PD, Redecl);
839 PD->allocateDefinitionData();
843 PD->getCanonicalDecl()->Data = PD->Data;
854 PD
966 VisitMSPropertyDecl(MSPropertyDecl *PD) argument
1040 VisitImplicitParamDecl(ImplicitParamDecl *PD) argument
1044 VisitParmVarDecl(ParmVarDecl *PD) argument
[all...]

Completed in 595 milliseconds

1234