Home
last modified time | relevance | path

Searched defs:DD (Results 1 – 25 of 79) sorted by relevance

1234

/freebsd-src/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_deadlock_detector1.cpp35 struct DD final : public DDetector { struct
36 SpinMutex mtx;
37 DeadlockDetector<DDBV> dd;
38 DDFlags flags;
67 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
H A Dsanitizer_deadlock_detector2.cpp83 struct DD final : public DDetector { struct
107 DDFlags flags;
109 MutexState *mutex[kL1Size];
111 SpinMutex mtx;
112 InternalMmapVector<u32> free_id;
113 int id_gen = 0;
122 DD::DD(const DDFlags *flags) : flags(*flags) { free_id.reserve(1024); } in DD() function in __sanitizer::DD
/freebsd-src/lib/libc/tests/gen/posix_spawn/
H A DMakefile24 DD=dd ${DD_NOSTATUS} global() macro
/freebsd-src/lib/libc/tests/sys/
H A DMakefile102 DD=dd ${DD_NOSTATUS} global() macro
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp33 DelayedDiagnostic DD; in makeAvailability() local
H A DSemaExceptionSpec.cpp1091 if (auto *DD = dyn_cast<DecompositionDecl>(VD)) canVarDeclThrow() local
1233 const CXXDestructorDecl *DD = RD->getDestructor(); canThrow() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp296 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD); in BuildAppleKextVirtualDestructorCall() argument
286 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) BuildAppleKextVirtualCall() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp166 if (auto *DD = dyn_cast<DecompositionDecl>(VD)) { in getManglingNumber() local
269 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl()
276 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
H A DMangle.cpp284 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock() argument
311 mangleDtorBlock(DD, /*DT*/ Dtor_Complete, BD, Out); in mangleBlock() local
508 Manglings.emplace_back(getMangledStructor(DD, Dtor_Base)); in getAllManglings() local
561 else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) getMangledStructor() local
[all...]
H A DMicrosoftCXXABI.cpp163 TypedefNameDecl *DD) override { in addTypedefNameForUnnamedTagDecl()
177 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl()
H A DVTableBuilder.cpp1311 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { AddMethod() local
1693 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { LayoutPrimaryAndSecondaryVTables() local
2005 const CXXDestructorDecl *DD = Component.getDestructorDecl(); dumpLayout() local
2184 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { dumpLayout() local
2525 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { AddMethod() local
2564 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { LayoutVFTable() local
3192 const CXXDestructorDecl *DD = Component.getDestructorDecl(); dumpLayout() local
[all...]
/freebsd-src/contrib/llvm-project/compiler-rt/lib/builtins/ppc/
H A DDD.h12 } DD; typedef
/freebsd-src/contrib/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h146 DelayedDiagnostic DD; makeAccess() local
158 DelayedDiagnostic DD; makeForbiddenType() local
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h55 DwarfDebug *DD; variable
H A DDIEHash.cpp239 DwarfDebug &DD = *AP->getDwarfDebug(); in hashLocList() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DDependentDiagnostic.h50 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create() local
H A DDeclFriend.h155 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange() local
H A DVTableBuilder.h79 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { in MakeCompleteDtor() argument
84 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { in MakeDeletingDtor() argument
H A DASTMutationListener.h83 ResolvedOperatorDelete(const CXXDestructorDecl * DD,const FunctionDecl * Delete,Expr * ThisArg) ResolvedOperatorDelete() argument
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h125 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() argument
214 auto *DD = const_cast<CXXDestructorDecl *>( in walk() local
/freebsd-src/contrib/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp304 for (const auto &DD : Obj.DataDirectories) { in writeHeaders() local
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp72 if (const auto *DD = dyn_cast<DecompositionDecl>(D)) { in isLive() local
398 if (const auto *DD = dyn_cast<DecompositionDecl>(DI)) { in VisitDeclStmt() local
/freebsd-src/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSValBuilder.h268 makePointerToMember(const DeclaratorDecl * DD) makePointerToMember() argument
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp555 if (auto *DD = dyn_cast<DeclaratorDecl>(D)) { Visit() local
926 VisitDeclaratorDecl(DeclaratorDecl * DD) VisitDeclaratorDecl() argument
1280 struct ObjCInterfaceDecl::DefinitionData &DD = D->data(); MergeDefinitionData() local
1391 struct ObjCProtocolDecl::DefinitionData &DD = D->data(); MergeDefinitionData() local
1746 VisitDecompositionDecl(DecompositionDecl * DD) VisitDecompositionDecl() argument
2075 auto &DD = *D->DefinitionData; MergeDefinitionData() local
2170 struct CXXRecordDecl::DefinitionData *DD; ReadCXXRecordDefinition() local
3268 auto *DD = RD->DefinitionData; getOrFakePrimaryClassDefinition() local
3375 auto *DD = RD->getCanonicalDecl()->DefinitionData; getPrimaryDCForAnonymousDecl() local
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl() local

1234