| /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/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/SemaObjC/ |
| D | arc-readonly-property-ivar-1.m | 20 @interface DD interface 26 @implementation DD { implementation
|
| /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; 67 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/valgrind/main/none/tests/arm/ |
| D | vfp.c | 62 #define TESTINSN_vmovf32_imm(instruction, DD, imm) \ argument 154 #define TESTINSN_vmov_double_2core(instruction, DD, RN, RM, RNval, RMval) \ argument 193 #define TESTINSN_un_f64(instruction, DD, DM, DMtype, DMval0, DMval1) \ argument 227 #define TESTINSN_un_cvt_ds(instruction, DD, SM, SMval) \ argument 278 #define TESTINSN_cvt_f64_i32(instruction, DD, SM, SMval) \ argument 295 #define TESTINSN_un_f64_q_vmrs(instruction, DD, DM, DMtype, DMval, RN) \ argument 317 #define TESTINSN_core_to_scalar(instruction, DD, DM, DMval) \ argument 334 #define TESTINSN_vldr_f64(instruction, DD, RN, RNval, imm) \ argument 368 #define TESTINSN_vstr64(instruction, DD, DDval, RM, RMval, imm) \ argument 760 #define TESTINSN_cmp_f64(instruction, DD, DDval0, DDval1, DM, DMval0, DMval1) \ argument [all …]
|
| /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/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/clang/lib/CodeGen/ |
| D | CGCXX.cpp | 344 if (const auto *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local 354 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall()
|
| /external/llvm/lib/CodeGen/AsmPrinter/ |
| D | DIE.cpp | 378 const DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() local 403 const DwarfDebug *DD = AP->getDwarfDebug(); in getRefAddrSize() local 553 DwarfDebug *DD = AP->getDwarfDebug(); in EmitValue() local
|
| D | DwarfDebug.h | 77 DwarfDebug *DD; variable 81 DbgVariable(DIVariable V, DwarfDebug *DD) in DbgVariable() 87 DbgVariable(const MachineInstr *DbgValue, DwarfDebug *DD) in DbgVariable()
|
| D | DwarfFile.cpp | 51 void DwarfFile::emitUnits(DwarfDebug *DD, const MCSymbol *ASectionSym) { in emitUnits()
|
| /external/compiler-rt/lib/builtins/ppc/ |
| D | DD.h | 12 }DD; typedef
|
| /external/clang/test/SemaCXX/ |
| D | conversion-delete-expr.cpp | 100 struct DD : BB { struct
|
| /external/clang/include/clang/Analysis/Analyses/ |
| D | ThreadSafetyCommon.h | 63 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {} in handleDestructorCall() 153 CXXDestructorDecl *DD = const_cast<CXXDestructorDecl*>( in walk() local
|
| /external/qemu/android/ |
| D | user-config.c | 26 # define DD(...) ((void)0) macro
|
| D | hw-pipe-net.c | 42 # define DD(...) printf(__VA_ARGS__), printf("\n") macro 46 # define DD(...) ((void)0) macro
|
| /external/clang/include/clang/AST/ |
| D | DeclFriend.h | 140 if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(ND)) { in getSourceRange() local
|
| D | DependentDiagnostic.h | 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create() local
|
| D | VTableBuilder.h | 80 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { in MakeCompleteDtor() 85 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { in MakeDeletingDtor()
|
| /external/clang/lib/StaticAnalyzer/Checkers/ |
| D | VirtualCallChecker.cpp | 228 if (CXXDestructorDecl *DD = RD->getDestructor()) in checkASTDecl() local
|
| /external/clang/lib/AST/ |
| D | Mangle.cpp | 199 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock()
|
| D | VTableBuilder.cpp | 1321 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethod() local 1575 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethods() local 1702 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in LayoutPrimaryAndSecondaryVTables() local 2012 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout() local 2203 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in dumpLayout() local 2519 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethod() local 2556 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in LayoutVFTable() local 3055 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout() local
|
| /external/llvm/include/llvm/CodeGen/ |
| D | AsmPrinter.h | 126 DwarfDebug *DD; variable
|