/llvm-project/clang/test/Misc/ |
H A D | diag-line-wrapping.cpp | 7 struct DD : D1, D2 { struct 12 // CHECK: struct DD -> D1 -> B argument
|
/llvm-project/clang/test/SemaObjC/ |
H A D | arc-readonly-property-ivar-1.m | 19 @interface DD interface 25 @implementation DD { implementation
|
/llvm-project/compiler-rt/lib/sanitizer_common/ |
H A D | sanitizer_deadlock_detector1.cpp | 35 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 D | sanitizer_deadlock_detector2.cpp | 83 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 D | p5-cxx0x.cpp | 28 struct DD { struct 34 DD dd(); argument
|
/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
H A D | DD.h | 12 } DD; typedef
|
/llvm-project/clang/lib/Sema/ |
H A D | DelayedDiagnostic.cpp | 33 DelayedDiagnostic DD; in makeAvailability() local
|
/llvm-project/clang/lib/CodeGen/ |
H A D | CGCXX.cpp | 295 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 D | ItaniumCXXABI.cpp | 166 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 D | Mangle.cpp | 310 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 D | MicrosoftCXXABI.cpp | 163 TypedefNameDecl *DD) override { in addTypedefNameForUnnamedTagDecl() 177 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl()
|
/llvm-project/llvm/unittests/Support/ |
H A D | ExtensibleRTTITest.cpp | 47 MyDeeperDerivedType DD; TEST() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | conversion-delete-expr.cpp | 100 struct DD : BB { struct
|
/llvm-project/compiler-rt/lib/builtins/ppc/ |
H A D | DD.h | 12 } DD; typedef
|
/llvm-project/clang-tools-extra/clangd/refactor/tweaks/ |
H A D | ExpandDeducedType.cpp | 84 if (const auto *DD = It->ASTNode.get<DeclaratorDecl>()) { in isDeducedAsLambda() local
|
/llvm-project/lld/wasm/ |
H A D | MapFile.cpp | 87 if (auto *DD = dyn_cast<DefinedData>(syms[i])) { in getSymbolStrings() local
|
/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | DwarfUnit.h | 55 DwarfDebug *DD; variable
|
/llvm-project/clang/include/clang/Sema/ |
H A D | DelayedDiagnostic.h | 148 DelayedDiagnostic DD; in makeAccess() local 160 DelayedDiagnostic DD; in makeForbiddenType() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | DependentDiagnostic.h | 50 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create() local
|
H A D | DeclFriend.h | 155 if (const auto *DD = dyn_cast<DeclaratorDecl>(ND)) { getSourceRange() local
|
/llvm-project/clang/tools/clang-extdef-mapping/ |
H A D | ClangExtDefMapGen.cpp | 85 void MapExtDefNamesConsumer::addIfInMain(const DeclaratorDecl *DD, in addIfInMain() argument
|
/llvm-project/clang/test/CodeGenCXX/ |
H A D | strict-vtable-pointers.cpp | 61 DynamicDerived DD; in LocalObjects() local 103 DynamicDerived *DD = new (DB) DynamicDerived; in Pointers1() local
|
/llvm-project/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyCommon.h | 125 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 D | COFFWriter.cpp | 304 for (const auto &DD : Obj.DataDirectories) { in writeHeaders() local
|
/llvm-project/lldb/test/Shell/SymbolFile/NativePDB/ |
H A D | nested-types.cpp | 24 VoidPtrT DD = nullptr; member
|