Searched defs:DD (Results 26 - 49 of 49) sorted by relevance

12

/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
H A DVTableBuilder.h78 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { argument
83 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { argument
H A DDeclCXX.h432 auto *DD = dataPtr(); local
440 auto *DD = DefinitionData; local
536 auto *DD = DefinitionData ? DefinitionData : dataPtr(); local
962 auto *DD = DefinitionData; local
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h781 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, argument
1229 getCXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, argument
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h479 NodeId DD, DU; // Ids of the first reached def and use. member in struct:NodeBase::Def_struct
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprComplex.cpp824 llvm::Value *DD = Builder.CreateFMul(RHSi, RHSi); // d*d local
H A DCGClass.cpp1769 void CodeGenFunction::EnterDtorCleanups(const CXXDestructorDecl *DD, argument
1550 LoadThisForDtorDelete(CodeGenFunction &CGF, const CXXDestructorDecl *DD) argument
2414 EmitCXXDestructorCall(const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This, QualType ThisTy) argument
[all...]
H A DCGDebugInfo.cpp1581 const auto *DD = dyn_cast<CXXDestructorDecl>(Method); local
H A DCodeGenModule.cpp2949 const auto *DD = FD->getAttr<CPUDispatchAttr>(); local
[all...]
H A DItaniumCXXABI.cpp3979 const CXXDestructorDecl *DD = CD ? nullptr : cast<CXXDestructorDecl>(MD); local
1630 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This, QualType ThisTy) argument
[all...]
H A DMicrosoftCXXABI.cpp1582 EmitDestructorCall(CodeGenFunction &CGF, const CXXDestructorDecl *DD, CXXDtorType Type, bool ForVirtualBase, bool Delegating, Address This, QualType ThisTy) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaAccess.cpp1467 void Sema::HandleDelayedAccessCheck(DelayedDiagnostic &DD, Decl *D) { argument
1490 void Sema::HandleDependentAccessCheck(const DependentDiagnostic &DD, argument
[all...]
H A DSemaDeclAttr.cpp7760 static void handleDelayedForbiddenType(Sema &S, DelayedDiagnostic &DD, argument
8301 handleDelayedAvailabilityCheck(Sema &S, DelayedDiagnostic &DD, Decl *Ctx) argument
[all...]
H A DSemaDecl.cpp6097 static void SetNestedNameSpecifier(Sema &S, DeclaratorDecl *DD, Declarator &D) { argument
12941 hasDeducedAuto(DeclaratorDecl *DD) argument
[all...]
H A DSemaExpr.cpp3220 auto *DD = dyn_cast_or_null<VarDecl>(BD->getDecomposedDecl()); local
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.cpp908 useGNUAnalogForDwarf5Feature(DwarfDebug *DD) argument
[all...]
H A DDwarfUnit.cpp462 isUnsignedDIType(DwarfDebug *DD, const DIType *Ty) argument
[all...]
/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
H A DDeclBase.cpp1981 auto *DD = new (C) DependentDiagnostic(PDiag, DiagStorage); local
H A DMicrosoftMangle.cpp3088 mangleCXXDtorThunk( const CXXDestructorDecl *DD, CXXDtorType Type, const ThisAdjustment &Adjustment, raw_ostream &Out) argument
[all...]
H A DVTableBuilder.cpp1984 const CXXDestructorDecl *DD = Component.getDestructorDecl(); local
3142 const CXXDestructorDecl *DD = Component.getDestructorDecl(); local
[all...]
H A DASTContext.cpp10460 addTypedefNameForUnnamedTagDecl(TagDecl *TD, TypedefNameDecl *DD) argument
10470 addDeclaratorForUnnamedTagDecl(TagDecl *TD, DeclaratorDecl *DD) argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp1108 Out << " (loaded from '" << *DD << "')"; local
/freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp3159 static bool isReferenceCountingPointerDestructor(const CXXDestructorDecl *DD) { argument
3280 BR.markInvalid(getTag(), DD); local
/freebsd-12-stable/contrib/llvm-project/clang/lib/Analysis/
H A DCFG.cpp1880 void CFGBuilder::addImplicitDtorsForDestructor(const CXXDestructorDecl *DD) { argument
/freebsd-12-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp820 void ASTDeclReader::VisitDeclaratorDecl(DeclaratorDecl *DD) { argument
1478 void ASTDeclReader::VisitDecompositionDecl(DecompositionDecl *DD) { argument
1739 auto &DD = *D->DefinitionData; local
1810 struct CXXRecordDecl::DefinitionData *DD; local
3249 auto *DD = RD->DefinitionData; local
3340 auto *DD = RD->getCanonicalDecl()->DefinitionData; local
[all...]

Completed in 493 milliseconds

12