Home
last modified time | relevance | path

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

1234

/external/clang/include/clang/Sema/
DDelayedDiagnostic.h136 DelayedDiagnostic DD; in makeAccess() local
148 DelayedDiagnostic DD; in makeForbiddenType() local
213 struct DD { struct
230 struct DD DeprecationData; argument
/external/clang/test/Misc/
Ddiag-line-wrapping.cpp7 struct DD : D1, D2 { struct
12 // CHECK: struct DD -> struct D1 -> struct B argument
/external/clang/test/SemaObjC/
Darc-readonly-property-ivar-1.m20 @interface DD interface
26 @implementation DD { implementation
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_deadlock_detector1.cc36 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
Dsanitizer_deadlock_detector2.cc84 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/tools/llvm-pdbdump/
DLLVMOutputStyle.cpp344 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/clang/test/CodeGenCXX/
Dstrict-vtable-pointers.cpp61 DynamicDerived DD; in LocalObjects() local
105 DynamicDerived *DD = new (DB) DynamicDerived; in Pointers1() local
/external/clang/lib/CodeGen/
DCGCXX.cpp226 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/
Dp5-cxx0x.cpp28 struct DD { struct
34 DD dd(); argument
/external/compiler-rt/test/builtins/Unit/ppc/
DDD.h12 } DD; typedef
/external/clang/lib/Sema/
DDelayedDiagnostic.cpp30 DelayedDiagnostic DD; in makeAvailability() local
/external/clang/lib/Index/
DCodegenNameGenerator.cpp100 } 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
/external/clang/lib/AST/
DItaniumCXXABI.cpp153 TypedefNameDecl *DD) override {} in addTypedefNameForUnnamedTagDecl()
160 DeclaratorDecl *DD) override {} in addDeclaratorForUnnamedTagDecl()
DMicrosoftCXXABI.cpp119 TypedefNameDecl *DD) override { in addTypedefNameForUnnamedTagDecl()
133 DeclaratorDecl *DD) override { in addDeclaratorForUnnamedTagDecl()
DMangle.cpp212 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock()
239 else if (const auto *DD = dyn_cast<CXXDestructorDecl>(DC)) in mangleBlock() local
/external/llvm/lib/CodeGen/AsmPrinter/
DDIE.cpp446 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() local
469 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize() local
594 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() local
DDwarfUnit.h83 DwarfDebug *DD; variable
/external/compiler-rt/lib/builtins/ppc/
DDD.h12 } DD; typedef
/external/clang/test/SemaCXX/
Dconversion-delete-expr.cpp100 struct DD : BB { struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DDwarfUnit.h80 DwarfDebug *DD; variable
/external/clang/include/clang/AST/
DDeclFriend.h138 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange() local
DDependentDiagnostic.h48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create() local
DVTableBuilder.h80 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { in MakeCompleteDtor()
85 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { in MakeDeletingDtor()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h105 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall()
195 CXXDestructorDecl *DD = const_cast<CXXDestructorDecl*>( in walk() local
/external/clang/lib/StaticAnalyzer/Checkers/
DVirtualCallChecker.cpp235 if (CXXDestructorDecl *DD = RD->getDestructor()) in checkASTDecl() local

1234