/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 136 DelayedDiagnostic DD; in makeAccess() local 148 DelayedDiagnostic DD; in makeForbiddenType() local 213 struct DD { struct 230 struct DD DeprecationData; argument
|
/external/llvm-project/clang/test/Misc/ |
D | diag-line-wrapping.cpp | 7 struct DD : D1, D2 { struct 12 // CHECK: struct DD -> struct D1 -> struct B argument
|
/external/clang/test/Misc/ |
D | diag-line-wrapping.cpp | 7 struct DD : D1, D2 { struct 12 // CHECK: struct DD -> struct D1 -> struct B argument
|
/external/llvm-project/clang/test/SemaObjC/ |
D | arc-readonly-property-ivar-1.m | 20 @interface DD interface 26 @implementation DD { implementation
|
/external/clang/test/SemaObjC/ |
D | arc-readonly-property-ivar-1.m | 20 @interface DD interface 26 @implementation DD { implementation
|
/external/llvm/tools/llvm-pdbdump/ |
D | LLVMOutputStyle.cpp | 344 DictScope DD(P, "Hash"); in dumpTpiHash() local 390 DictScope DD(P, ""); in dumpTpiStream() local 462 DictScope DD(P); in dumpDbiStream() local 500 DictScope DD(P, ""); in dumpDbiStream() local 522 DictScope DD(P, "Unknown"); in dumpDbiStream() local 536 DictScope DD(P, "FileChecksums"); in dumpDbiStream() local 552 DictScope DD(P, "Lines"); in dumpDbiStream() local 632 DictScope DD(P, "Module"); in dumpSectionContribs() local 709 DictScope DD(P, ""); in dumpPublicsStream() local 733 DictScope DD(P, ""); in dumpSectionHeaders() local [all …]
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_deadlock_detector1.cc | 36 struct DD : public DDetector { struct 37 SpinMutex mtx; 38 DeadlockDetector<DDBV> dd; 39 DDFlags flags; 68 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
|
D | sanitizer_deadlock_detector2.cc | 84 struct DD : public DDetector { struct 108 DDFlags flags; 110 Mutex* mutex[kL1Size]; 112 SpinMutex mtx; 113 InternalMmapVector<u32> free_id; 114 int id_gen; 123 DD::DD(const DDFlags *flags) in DD() function in __sanitizer::DD
|
/external/llvm-project/compiler-rt/lib/sanitizer_common/ |
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
|
D | sanitizer_deadlock_detector2.cpp | 83 struct DD final : public DDetector { struct 107 DDFlags flags; 109 Mutex* 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
|
/external/clang/test/CodeGenCXX/ |
D | strict-vtable-pointers.cpp | 61 DynamicDerived DD; in LocalObjects() local 105 DynamicDerived *DD = new (DB) DynamicDerived; in Pointers1() local
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 226 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) { in codegenCXXStructor() local 301 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local 311 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall()
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 28 struct DD { struct 34 DD dd(); argument
|
/external/llvm-project/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 28 struct DD { struct 34 DD dd(); argument
|
/external/compiler-rt/test/builtins/Unit/ppc/ |
D | DD.h | 12 } DD; typedef
|
/external/llvm-project/compiler-rt/test/builtins/Unit/ppc/ |
D | DD.h | 12 } DD; typedef
|
/external/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 30 DelayedDiagnostic DD; in makeAvailability() local
|
/external/llvm-project/clang/lib/Sema/ |
D | DelayedDiagnostic.cpp | 33 DelayedDiagnostic DD; in makeAvailability() local
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGCXX.cpp | 288 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local 298 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall()
|
/external/llvm-project/clang/lib/AST/ |
D | ItaniumCXXABI.cpp | 165 if (auto *DD = dyn_cast<DecompositionDecl>(VD)) { in getManglingNumber() local 237 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl() 244 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
|
D | MicrosoftCXXABI.cpp | 107 TypedefNameDecl *DD) override { in addTypedefNameForUnnamedTagDecl() 121 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl()
|
D | Mangle.cpp | 262 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock() 289 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(DC)) in mangleBlock() local 486 } else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) { in getAllManglings() local 539 else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) in getMangledStructor() local
|
/external/clang/lib/AST/ |
D | ItaniumCXXABI.cpp | 153 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl() 160 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
|
D | MicrosoftCXXABI.cpp | 119 TypedefNameDecl *DD) override { in addTypedefNameForUnnamedTagDecl() 133 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl()
|
/external/clang/lib/Index/ |
D | CodegenNameGenerator.cpp | 100 } else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) { in getAllManglings() local 152 else if (const auto *DD = dyn_cast_or_null<CXXDestructorDecl>(ND)) in getMangledStructor() local
|