Searched defs:PD (Results 1 - 25 of 57) sorted by relevance

123

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DTextDiagnostics.cpp94 const PathDiagnostic *PD = *I; variable
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DTargetSubtargetInfo.cpp17 TargetSubtargetInfo( const Triple &TT, StringRef CPU, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/freebsd-13-stable/lib/msun/ld128/
H A De_powl.c127 static const long double PD[] = variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp94 static const ObjCIvarDecl *findPropertyBackingIvar(const ObjCPropertyDecl *PD, argument
180 const ObjCPropertyDecl *PD = I->second; local
[all...]
H A DCheckObjCDealloc.cpp68 isSynthesizedRetainableProperty(const ObjCPropertyImplDecl *I, const ObjCIvarDecl **ID, const ObjCPropertyDecl **PD) argument
H A DIvarInvalidationChecker.cpp348 const ObjCPropertyDecl *PD = IvarToPopertyMap.lookup(IvarDecl); local
387 const ObjCPropertyDecl *PD = I->second; local
619 const ObjCPropertyDecl *PD = PA->getExplicitProperty(); local
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransZeroOutPropsInDealloc.cpp118 ObjCPropertyDecl *PD = PID->getPropertyDecl(); local
H A DTransGCAttrs.cpp237 ObjCPropertyDecl *PD = *PI; local
302 ObjCPropertyDecl *PD = AllProps[i]; local
H A DTransUnbridgedCasts.cpp439 ParmVarDecl *PD = FD->getParamDecl(i); local
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DTemplateName.cpp271 const PartialDiagnostic&clang::operator<<(const PartialDiagnostic &PD, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
H A DAttr.h354 inline const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DPartialDiagnostic.h262 void swap(PartialDiagnostic &PD) { argument
344 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
350 friend const PartialDiagnostic &operator<<(const PartialDiagnostic &PD, argument
356 operator <<(const PartialDiagnostic &PD, const char *S) argument
363 operator <<(const PartialDiagnostic &PD, StringRef S) argument
370 operator <<(const PartialDiagnostic &PD, const IdentifierInfo *II) argument
384 operator <<(const PartialDiagnostic &PD, T *DC) argument
390 operator <<(const PartialDiagnostic &PD, SourceRange R) argument
396 operator <<(const PartialDiagnostic &PD, const CharSourceRange &R) argument
402 operator <<(const PartialDiagnostic &PD, const FixItHint &Hint) argument
409 operator <<(const DiagnosticBuilder &DB, const PartialDiagnostic &PD) argument
[all...]
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Sema/
H A DTemplateDeduction.h102 void takeSFINAEDiagnostic(PartialDiagnosticAt &PD) { argument
140 void addSFINAEDiagnostic(SourceLocation Loc, PartialDiagnostic PD) { argument
150 addSuppressedDiagnostic(SourceLocation Loc, PartialDiagnostic PD) argument
H A DTypoCorrection.h253 void addExtraDiagnostic(PartialDiagnostic PD) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/Interp/
H A DProgram.cpp122 llvm::Optional<unsigned> Program::getOrCreateDummy(const ParmVarDecl *PD) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/MC/
H A DMCSubtargetInfo.cpp207 MCSubtargetInfo(const Triple &TT, StringRef C, StringRef FS, ArrayRef<SubtargetFeatureKV> PF, ArrayRef<SubtargetSubTypeKV> PD, const MCWriteProcResEntry *WPR, const MCWriteLatencyEntry *WL, const MCReadAdvanceEntry *RA, const InstrStage *IS, const unsigned *OC, const unsigned *FP) argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopDataPrefetch.cpp353 int64_t PD = std::abs(ConstPtrDiff->getValue()->getSExtValue()); local
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h141 static bool classof(const PreprocessedEntity *PD) { argument
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonMachineScheduler.cpp554 PressureDiff &PD = DAG->getPressureDiff(SU); local
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
H A DInstrProfWriter.cpp259 bool InstrProfWriter::shouldEncodeData(const ProfilingData &PD) { argument
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp382 ObjCProtocolDecl *PD = *I; local
524 ObjCPropertyDecl *PD = D->getPropertyDecl(); local
H A DUSRGeneration.cpp468 const ObjCProtocolDecl *PD = cast<ObjCProtocolDecl>(D); local
/freebsd-13-stable/contrib/llvm-project/llvm/utils/TableGen/
H A DX86RecognizableInstr.h137 PD = 1, XS = 2, XD = 3, PS = 4 enumerator in enum:llvm::X86Local::__anon4957
/freebsd-13-stable/usr.sbin/makefs/cd9660/
H A Diso9660_rrip.h194 ISO_SUSP_PD PD; member in union:__anon16566
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCoroutine.cpp361 auto *PD = DREOrig->getDecl(); local

Completed in 320 milliseconds

123