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

1 2 3

  /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}}
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_ref; // o
    [all...]
  /external/clang/include/clang/Sema/
TemplateDeduction.h 66 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) {
68 PD.first = SuppressedDiagnostics.front().first;
69 PD.second.swap(SuppressedDiagnostics.front().second);
86 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) {
93 SuppressedDiagnostics.back().second.swap(PD);
99 PartialDiagnostic PD) {
104 SuppressedDiagnostics.back().second.swap(PD);
ScopeInfo.h 60 PartialDiagnostic PD;
64 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
66 : PD(PD), Loc(Loc), stmt(stmt) {}
  /external/clang/include/clang/Basic/
PartialDiagnostic.h 271 void swap(PartialDiagnostic &PD) {
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,
346 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
347 return PD;
350 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
352 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
353 return PD;
    [all...]
  /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/
DirectIvarAssignment.cpp 100 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD,
104 ObjCIvarDecl *ID = PD->getPropertyIvarDecl();
111 ID = NonConstInterD->lookupInstanceVariable(PD->getDefaultSynthIvarName(Ctx));
116 IdentifierInfo *PropIdent = PD->getIdentifier();
133 ObjCPropertyDecl *PD = *I;
136 const ObjCIvarDecl *ID = findPropertyBackingIvar(PD, InterD,
143 IvarToPropMap[ID] = PD;
193 const ObjCPropertyDecl *PD = I->second;
198 if (isAnnotatedToAllowDirectAssignment(PD) ||
203 InterfD->getInstanceMethod(PD->getGetterName())
    [all...]
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))
230 const ObjCPropertyDecl *PD = I->getPropertyDecl();
231 if (!PD)
235 if (PD->isReadOnly())
239 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign;
240 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx
    [all...]
IvarInvalidationChecker.cpp 365 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl);
366 assert(PD &&"Do we synthesize ivars for something other than properties?");
367 os << "Property "<< PD->getName() << " ";
404 const ObjCPropertyDecl *PD = I->second;
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->getSetterMethodDecl()
    [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/clang/lib/StaticAnalyzer/Core/
BugReporter.cpp 509 static bool GenerateVisitorsOnlyPathDiagnostic(PathDiagnostic &PD,
566 static bool GenerateMinimalPathDiagnostic(PathDiagnostic& PD,
591 PD.getActivePath().push_front(C);
592 PD.pushActivePath(&C->path);
599 bool VisitedEntireCall = PD.isWithinCall();
600 PD.popActivePath();
609 C = cast<PathDiagnosticCallPiece>(PD.getActivePath().front());
612 C = PathDiagnosticCallPiece::construct(PD.getActivePath(), Caller);
654 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece(
706 PD.getActivePath().push_front(new PathDiagnosticControlFlowPiece
    [all...]
  /external/clang/lib/ARCMigrate/
TransGCAttrs.cpp 245 ObjCPropertyDecl *PD = *PI;
246 Attrs = PD->getPropertyAttributesAsWritten();
247 TypeSourceInfo *TInfo = PD->getTypeSourceInfo();
253 ATLs.push_back(std::make_pair(ATL, PD));
309 ObjCPropertyDecl *PD = AllProps[i];
310 if (PD->getPropertyAttributesAsWritten() &
313 SourceLocation AtLoc = PD->getAtLoc();
317 AtProps[RawAt].push_back(PD);
TransZeroOutPropsInDealloc.cpp 121 ObjCPropertyDecl *PD = PID->getPropertyDecl();
122 ObjCMethodDecl *setterM = PD->getSetterMethodDecl();
125 PD->getPropertyAttributes();
130 SynthesizedProperties[PD] = PID;
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 39 const SubtargetFeatureKV *PD,
50 ProcDesc = PD;
  /external/clang/lib/CodeGen/
CGObjCMac.cpp     [all...]
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 51 const SubtargetFeatureKV *PD,
  /external/clang/include/clang/AST/
DeclarationName.h 549 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
551 PD.AddTaggedVal(N.getAsOpaqueInteger(),
553 return PD;
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 130 static bool classof(const PreprocessedEntity *PD) {
131 return PD->getKind() >= FirstPreprocessingDirective &&
132 PD->getKind() <= LastPreprocessingDirective;
  /external/clang/tools/libclang/
IndexDecl.cpp 218 ObjCPropertyDecl *PD = D->getPropertyDecl();
231 if (ObjCMethodDecl *MD = PD->getGetterMethodDecl()) {
236 if (ObjCMethodDecl *MD = PD->getSetterMethodDecl()) {
CursorVisitor.h 224 bool VisitObjCPropertyDecl(ObjCPropertyDecl *PD);
230 bool VisitObjCPropertyImplDecl(ObjCPropertyImplDecl *PD);
IndexingContext.cpp 29 ObjCProtocolDecl *PD = *I;
31 IdxCtx.getEntityInfo(PD, ProtEntities.back(), SA);
33 MakeCursorObjCProtocolRef(PD, Loc, IdxCtx.CXTU),
38 IdxCtx.markEntityOccurrenceInFile(PD, Loc);
583 ObjCPropertyDecl *PD = D->getPropertyDecl();
584 return handleReference(PD, D->getLocation(), getCursor(D), 0, D->getDeclContext());
    [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/Sema/
Sema.cpp     [all...]
SemaAccess.cpp     [all...]
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 249 void VisitImplicitParamDecl(ImplicitParamDecl *PD);
250 void VisitParmVarDecl(ParmVarDecl *PD);
750 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) {
751 RedeclarableResult Redecl = VisitRedeclarable(PD);
752 VisitObjCContainerDecl(PD);
753 mergeRedeclarable(PD, Redecl);
757 PD->allocateDefinitionData();
761 PD->getCanonicalDecl()->Data = PD->Data;
772 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data()
    [all...]
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 90 const PathDiagnostic *PD = *I;
91 StringRef desc = PD->getShortDescription();
103 SourceLocation L = PD->getLocation().asLocation();
107 ArrayRef<SourceRange> Ranges = PD->path.back()->getRanges();

Completed in 167 milliseconds

1 2 3