HomeSort by relevance Sort by last modified time
    Searched defs:PD (Results 1 - 21 of 21) sorted by null

  /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/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/clang/include/clang/Sema/
ScopeInfo.h 36 PartialDiagnostic PD;
40 PossiblyUnreachableDiag(const PartialDiagnostic &PD, SourceLocation Loc,
42 : PD(PD), Loc(Loc), stmt(stmt) {}
  /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());
IndexingContext.cpp 285 ObjCProtocolDecl *PD = *I;
286 CXIdxObjCProtocolRefInfo ProtInfo = { getIndexEntity(PD),
692 if (const ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D))
693 return MakeCursorObjCProtocolRef(PD, Loc, CXTU);
  /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/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/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/Sema/
SemaObjCProperty.cpp     [all...]
SemaChecking.cpp     [all...]
SemaDeclCXX.cpp 628 const ParmVarDecl *PD = FD->getParamDecl(ArgIndex);
629 SourceLocation ParamLoc = PD->getLocation();
633 << ArgIndex+1 << PD->getSourceRange()
639 << ArgIndex+1 << PD->getSourceRange()
    [all...]
  /external/clang/lib/AST/
ItaniumMangle.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngine.cpp 100 const ParmVarDecl *PD = FD->getParamDecl(0);
101 QualType T = PD->getType();
105 const MemRegion *R = state->getRegion(PD, InitLoc);
    [all...]
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...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGDebugInfo.cpp     [all...]
CGObjC.cpp 567 const ObjCPropertyDecl *PD = PID->getPropertyDecl();
568 ObjCMethodDecl *OMD = PD->getGetterMethodDecl();
    [all...]
CGObjCMac.cpp 755 llvm::Constant *GetPropertyTypeString(const ObjCPropertyDecl *PD,
804 llvm::Constant *GetProtocolRef(const ObjCProtocolDecl *PD);
    [all...]
  /external/clang/lib/Rewrite/
RewriteObjC.cpp 729 } else if (ObjCProtocolDecl *PD = dyn_cast<ObjCProtocolDecl>(D)) {
730 RewriteProtocolDecl(PD);
    [all...]

Completed in 4365 milliseconds