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

1 2 3

  /external/clang/include/clang/Basic/
PartialDiagnostic.h 288 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
290 PD.AddTaggedVal(I, DiagnosticsEngine::ak_uint);
291 return PD;
294 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
296 PD.AddTaggedVal(I, DiagnosticsEngine::ak_sint);
297 return PD;
300 friend inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
302 PD.AddTaggedVal(reinterpret_cast<intptr_t>(S),
304 return PD;
307 friend inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
    [all...]
  /external/clang/include/clang/Sema/
ScopeInfo.h 36 PartialDiagnostic PD;
40 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
42 : PD(PD), Loc(Loc), stmt(stmt) {}
TemplateDeduction.h 79 void addSuppressedDiagnostic(SourceLocation Loc, const PartialDiagnostic &PD) {
80 SuppressedDiagnostics.push_back(std::make_pair(Loc, PD));
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckObjCDealloc.cpp 52 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))
227 const ObjCPropertyDecl *PD = (*I)->getPropertyDecl();
228 if (!PD)
232 if (PD->isReadOnly())
236 bool requiresRelease = PD->getSetterKind() != ObjCPropertyDecl::Assign;
237 if (scan_ivar_release(MD->getBody(), ID, PD, RS, SelfII, Ctx
    [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/valgrind/main/memcheck/tests/x86/
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 369 PathDiagnostic& PD;
379 PathDiagnostic& pd,
386 PD(pd),
445 PD.push_front(new PathDiagnosticEventPiece(L, os.str()));
456 PathDiagnostic& PD) {
467 NotableSymbolHandler H(Sym, PrevSt, S, VMgr, Pred, PD, BR);
479 PathDiagnostic& PD;
483 GRBugReporter& br, PathDiagnostic& pd)
484 : N(n), S(s), BR(br), PD(pd) {
    [all...]
AnalysisManager.cpp 19 PathDiagnosticConsumer *pd,
32 Ctx(ctx), Diags(diags), LangInfo(lang), PD(pd),
49 LangInfo(ParentAM.LangInfo), PD(ParentAM.getPathDiagnosticConsumer()),
PlistDiagnostics.cpp 103 if (const PathDiagnosticConsumer *PD = SubPD.get())
104 return PD->getGenerationScheme();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
AnalysisManager.h 41 llvm::OwningPtr<PathDiagnosticConsumer> PD;
80 const LangOptions &lang, PathDiagnosticConsumer *pd,
137 return PD.get();
141 if (PD.get())
142 PD->FlushDiagnostics();
  /external/clang/lib/ARCMigrate/
TransZeroOutPropsInDealloc.cpp 106 ObjCPropertyDecl *PD = PID->getPropertyDecl();
107 ObjCMethodDecl *setterM = PD->getSetterMethodDecl();
110 PD->getPropertyAttributes();
115 SynthesizedProperties[PD] = PID;
TransUnbridgedCasts.cpp 285 ParmVarDecl *PD = FD->getParamDecl(i);
286 if (PD->getAttr<CFConsumedAttr>()) {
  /external/llvm/include/llvm/MC/
MCSubtargetInfo.h 44 const SubtargetFeatureKV *PD,
  /external/llvm/lib/MC/
MCSubtargetInfo.cpp 23 const SubtargetFeatureKV *PD,
31 ProcDesc = PD;
  /external/clang/tools/libclang/
IndexDecl.cpp 88 ObjCProtocolDecl *PD = *I;
90 if (PD->getLocation() == Loc) {
91 IndexCtx.handleObjCProtocol(PD);
93 IndexCtx.handleReference(PD, Loc, 0, PD->getDeclContext());
  /external/clang/lib/StaticAnalyzer/Frontend/
AnalysisConsumer.cpp 51 PathDiagnosticConsumer *PD =
53 return createPlistDiagnosticConsumer(prefix, PP, PD);
70 // PD is owned by AnalysisManager.
71 PathDiagnosticConsumer *PD;
83 : Ctx(0), PP(pp), OutDir(outdir), Opts(opts), Plugins(plugins), PD(0) {
93 case PD_##NAME: PD = CREATEFN(OutDir, PP); break;
99 PD = createTextPathDiagnosticConsumer("", PP);
149 PP.getLangOptions(), PD,
  /external/clang/lib/CodeGen/
CGObjCMac.cpp 755 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD,
804 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
    [all...]
  /external/clang/include/clang/AST/
DeclarationName.h 529 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD,
531 PD.AddTaggedVal(N.getAsOpaqueInteger(),
533 return PD;
  /external/clang/include/clang/Lex/
PreprocessingRecord.h 129 static bool classof(const PreprocessedEntity *PD) {
130 return PD->getKind() >= FirstPreprocessingDirective &&
131 PD->getKind() <= LastPreprocessingDirective;
  /external/clang/lib/Serialization/
ASTReaderDecl.cpp 147 void VisitImplicitParamDecl(ImplicitParamDecl *PD);
148 void VisitParmVarDecl(ParmVarDecl *PD);
573 void ASTDeclReader::VisitObjCProtocolDecl(ObjCProtocolDecl *PD) {
574 VisitObjCContainerDecl(PD);
575 PD->InitiallyForwardDecl = Record[Idx++];
576 PD->setForwardDecl(Record[Idx++]);
577 PD->setLocEnd(ReadSourceLocation(Record, Idx));
587 PD->setProtocolList(ProtoRefs.data(), NumProtoRefs, ProtoLocs.data(),
736 void ASTDeclReader::VisitImplicitParamDecl(ImplicitParamDecl *PD) {
737 VisitVarDecl(PD);
    [all...]
  /external/clang/lib/Sema/
Sema.cpp 713 Sema::Diag(SourceLocation Loc, const PartialDiagnostic& PD) {
714 SemaDiagnosticBuilder Builder(Diag(Loc, PD.getDiagID()));
715 PD.Emit(Builder);
802 Diag(D.Loc, D.PD);
    [all...]
SemaAccess.cpp     [all...]
SemaExprMember.cpp 375 if (ObjCPropertyDecl *PD = PDecl->FindPropertyDeclaration(Member))
376 return PD;
398 if (ObjCPropertyDecl *PD = (*I)->FindPropertyDeclaration(Member)) {
399 GDecl = PD;
    [all...]
SemaExprObjC.cpp 574 if (ObjCPropertyDecl *PD = IFace->FindPropertyDeclaration(Member)) {
576 if (DiagnoseUseOfDecl(PD, MemberLoc))
578 QualType ResTy = PD->getType();
584 || DiagnosePropertyAccessorMismatch(PD, Getter, MemberLoc)))
589 return Owned(new (Context) ObjCPropertyRefExpr(PD, ResTy,
594 return Owned(new (Context) ObjCPropertyRefExpr(PD, ResTy,
601 if (ObjCPropertyDecl *PD = (*I)->FindPropertyDeclaration(Member)) {
603 if (DiagnoseUseOfDecl(PD, MemberLoc))
606 QualType T = PD->getType();
607 if (ObjCMethodDecl *Getter = PD->getGetterMethodDecl()
    [all...]
  /external/clang/lib/AST/
DeclObjC.cpp 88 if (ObjCPropertyDecl *PD = dyn_cast<ObjCPropertyDecl>(*I))
89 return PD;
99 if (ObjCPropertyDecl *PD =
101 return PD;
160 if (ObjCPropertyDecl *PD =
162 return PD;
    [all...]

Completed in 391 milliseconds

1 2 3