Home
last modified time | relevance | path

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

12345

/llvm-project/clang/test/Misc/
H A Ddiag-line-wrapping.cpp7 struct DD : D1, D2 { struct
12 // CHECK: struct DD -> D1 -> B argument
/llvm-project/clang/test/SemaObjC/
H A Darc-readonly-property-ivar-1.m19 @interface DD interface
25 @implementation DD { implementation
/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
/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp28 struct DD { struct
34 DD dd(); argument
/llvm-project/compiler-rt/test/builtins/Unit/ppc/
H A DDD.h12 } DD; typedef
/llvm-project/clang/lib/Sema/
H A DDelayedDiagnostic.cpp33 DelayedDiagnostic DD; in makeAvailability() local
/llvm-project/clang/lib/CodeGen/
H A DCGCXX.cpp295 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) BuildAppleKextVirtualCall() local
305 BuildAppleKextVirtualDestructorCall(const CXXDestructorDecl * DD,CXXDtorType Type,const CXXRecordDecl * RD) BuildAppleKextVirtualDestructorCall() argument
/llvm-project/clang/lib/AST/
H A DItaniumCXXABI.cpp166 DecompositionDeclName Name{DD->bindings()}; in getManglingNumber() local
269 addTypedefNameForUnnamedTagDecl(TagDecl * TD,TypedefNameDecl * DD) addTypedefNameForUnnamedTagDecl() argument
276 addDeclaratorForUnnamedTagDecl(TagDecl * TD,DeclaratorDecl * DD) addDeclaratorForUnnamedTagDecl() argument
H A DMangle.cpp310 mangleDtorBlock(DD, /*DT*/ Dtor_Complete, BD, Out); in mangleBlock() local
507 Manglings.emplace_back(getMangledStructor(DD, Dtor_Base)); in getAllManglings() local
284 mangleDtorBlock(const CXXDestructorDecl * DD,CXXDtorType DT,const BlockDecl * BD,raw_ostream & ResStream) mangleDtorBlock() argument
570 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()
/llvm-project/llvm/unittests/Support/
H A DExtensibleRTTITest.cpp47 MyDeeperDerivedType DD; TEST() local
/llvm-project/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp100 struct DD : BB { struct
/llvm-project/compiler-rt/lib/builtins/ppc/
H A DDD.h12 } DD; typedef
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/
H A DExpandDeducedType.cpp84 if (const auto *DD = It->ASTNode.get<DeclaratorDecl>()) { in isDeducedAsLambda() local
/llvm-project/lld/wasm/
H A DMapFile.cpp87 if (auto *DD = dyn_cast<DefinedData>(syms[i])) { in getSymbolStrings() local
/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfUnit.h55 DwarfDebug *DD; variable
/llvm-project/clang/include/clang/Sema/
H A DDelayedDiagnostic.h148 DelayedDiagnostic DD; in makeAccess() local
160 DelayedDiagnostic DD; in makeForbiddenType() local
/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)) { getSourceRange() local
/llvm-project/clang/tools/clang-extdef-mapping/
H A DClangExtDefMapGen.cpp85 void MapExtDefNamesConsumer::addIfInMain(const DeclaratorDecl *DD, in addIfInMain() argument
/llvm-project/clang/test/CodeGenCXX/
H A Dstrict-vtable-pointers.cpp61 DynamicDerived DD; in LocalObjects() local
103 DynamicDerived *DD = new (DB) DynamicDerived; in Pointers1() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h125 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall()
214 auto *DD = const_cast<CXXDestructorDecl *>( in walk() local
/llvm-project/llvm/lib/ObjCopy/COFF/
H A DCOFFWriter.cpp304 for (const auto &DD : Obj.DataDirectories) { in writeHeaders() local
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/
H A Dnested-types.cpp24 VoidPtrT DD = nullptr; member

12345