/external/clang/test/Misc/ |
D | diag-line-wrapping.cpp | 6 struct DD : D1, D2 { struct 11 // CHECK: struct DD -> struct D1 -> struct B argument
|
/external/clang/test/SemaObjC/ |
D | arc-readonly-property-ivar-1.m | 19 @interface DD interface 25 @implementation DD { implementation
|
/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/lib/Sema/ |
D | DelayedDiagnostic.cpp | 26 DelayedDiagnostic DD; in makeDeprecation() local
|
/external/compiler-rt/test/Unit/ppc/ |
D | DD.h | 12 } DD; typedef
|
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/ |
D | p5-cxx0x.cpp | 28 struct DD { struct 36 decltype(DD()) *p = new decltype(DD()); // ok argument
|
/external/clang/lib/CodeGen/ |
D | CGCXX.cpp | 329 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) in BuildAppleKextVirtualCall() local 351 const CXXDestructorDecl *DD, in BuildAppleKextVirtualDestructorCall() 384 CodeGenFunction::BuildVirtualCall(const CXXDestructorDecl *DD, CXXDtorType Type, in BuildVirtualCall()
|
/external/clang/include/clang/Sema/ |
D | DelayedDiagnostic.h | 131 DelayedDiagnostic DD; in makeAccess() local 143 DelayedDiagnostic DD; in makeForbiddenType() local
|
/external/clang/test/SemaCXX/ |
D | conversion-delete-expr.cpp | 100 struct DD : BB { struct
|
/external/compiler-rt/lib/ppc/ |
D | DD.h | 12 }DD; typedef
|
/external/clang/include/clang/AST/ |
D | VTableBuilder.h | 76 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { in MakeCompleteDtor() 81 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { in MakeDeletingDtor()
|
D | DependentDiagnostic.h | 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); in Create() local
|
/external/qemu/android/ |
D | user-config.c | 26 # define DD(...) ((void)0) macro
|
D | opengles.c | 24 #define DD(...) VERBOSE_PRINT(gles,__VA_ARGS__) macro
|
D | hw-pipe-net.c | 42 # define DD(...) printf(__VA_ARGS__), printf("\n") macro 46 # define DD(...) ((void)0) macro
|
D | adb-qemud.c | 29 #define DD(...) VERBOSE_PRINT(adb,__VA_ARGS__) macro
|
/external/clang/lib/AST/ |
D | Mangle.cpp | 80 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, in mangleDtorBlock()
|
D | VTableBuilder.cpp | 1293 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in AddMethod() local 1930 const CXXDestructorDecl *DD = Component.getDestructorDecl(); in dumpLayout() local 2118 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in dumpLayout() local 2235 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in ComputeMethodVTableIndices() local 2253 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD)) { in ComputeMethodVTableIndices() local
|
/external/llvm/include/llvm/CodeGen/ |
D | AsmPrinter.h | 110 DwarfDebug *DD; variable
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
D | VirtualCallChecker.cpp | 230 if (CXXDestructorDecl *DD = RD->getDestructor()) in checkASTDecl() local
|
/external/llvm/lib/CodeGen/AsmPrinter/ |
D | DwarfCompileUnit.h | 50 DwarfDebug *DD; variable
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCXX.cpp | 149 void ExprEngine::VisitCXXDestructor(const CXXDestructorDecl *DD, in VisitCXXDestructor()
|
/external/clang/test/CodeGen/ |
D | 2002-07-14-MiscTests3.c | 147 double AA, double BB, double CC, double DD, in MathFunc()
|
/external/clang/lib/ARCMigrate/ |
D | TransGCAttrs.cpp | 54 } else if (DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(D)) { in TraverseDecl() local
|
/external/llvm/lib/Target/X86/MCTargetDesc/ |
D | X86BaseInfo.h | 287 DC = 7 << Op0Shift, DD = 8 << Op0Shift, enumerator
|