Searched defs:DD (Results 1 - 25 of 43) sorted by relevance

12

/external/clang/test/Misc/
H A Ddiag-line-wrapping.cpp6 struct DD : D1, D2 { struct in inherits:D1,D2
11 // CHECK: struct DD -> struct D1 -> struct B
12 // CHECK: struct DD -> struct D2 -> struct B
/external/compiler-rt/test/Unit/ppc/
H A DDD.h12 } DD; typedef in typeref:union:__anon4929
/external/clang/lib/Sema/
H A DDelayedDiagnostic.cpp26 DelayedDiagnostic DD; local
27 DD.Kind = Deprecation;
28 DD.Triggered = false;
29 DD.Loc = Loc;
30 DD.DeprecationData.Decl = D;
31 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
38 DD.DeprecationData.Message = MessageData;
39 DD.DeprecationData.MessageLen = Msg.size();
40 return DD;
/external/compiler-rt/lib/ppc/
H A DDD.h12 }DD; typedef in typeref:union:__anon4911
/external/clang/lib/AST/
H A DMangle.cpp96 void MangleContext::mangleDtorBlock(const CXXDestructorDecl *DD, argument
99 checkMangleDC(DD, BD);
102 mangleCXXDtor(DD, DT, Out);
/external/clang/test/SemaCXX/
H A Dconversion-delete-expr.cpp100 struct DD : BB { struct in inherits:BB
105 void foo7 (DD d)
/external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
H A Dp5-cxx0x.cpp28 struct DD { struct
29 ~DD() = delete; // expected-note 2{{here}}
36 decltype(DD()) *p = new decltype(DD()); // ok
43 decltype(DD(), // expected-error {{deleted function}}
44 DD()) dd1; // expected-error {{deleted function}}
49 decltype(((13, ((DD())))))::n dd_parens; // ok
107 DD operator+(PD &a, PD &b);
112 DD operator,(int a, PD b);
/external/llvm/include/llvm/CodeGen/
H A DAsmPrinter.h110 /// DD - If the target supports dwarf debug info, this pointer is non-null.
111 DwarfDebug *DD; member in class:llvm::AsmPrinter
/external/qemu/android/
H A Duser-config.c24 # define DD(...) D(__VA_ARGS__)
26 # define DD(...) ((void)0) macro
83 DD("looking user-config in: %s", uc->iniPath);
99 DD("creating missing directory: %s", parentPath);
108 DD("reading user-config file");
118 DD(" found %s = %d", KEY_WINDOW_X, uc->windowX);
121 DD(" found %s = %d", KEY_WINDOW_Y, uc->windowY);
126 DD(" found %s = %lld", KEY_UUID, uc->uuid);
146 DD(" Generated UUID = %lld", uc->uuid);
198 DD("Generate
[all...]
H A Dadb-qemud.c29 #define DD(...) VERBOSE_PRINT(adb,__VA_ARGS__) macro
342 DD("ADB debugging client %p is disconnected from the guest.", adb_dbg_client);
359 DD("Connecting ADB debugging guest: '%s'",
365 DD("Unable to create QEMUD client for ADB debugging guest.");
402 DD("Registered '%s' qemud service", DEBUG_SERVICE_NAME);
H A Dhw-pipe-net.c42 # define DD(...) printf(__VA_ARGS__), printf("\n") macro
46 # define DD(...) ((void)0) macro
379 DD("%s: flags=%d", __FUNCTION__, flags);
H A Dopengles.c35 #define DD(...) VERBOSE_PRINT(gles,__VA_ARGS__) macro
/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/util/
H A DArrays2Test.java35 public void test_binarySearch$DD() {
H A DArraysTest.java149 public void test_binarySearch$DD() {
609 public void test_fill$DD() {
/external/clang/include/clang/AST/
H A DDependentDiagnostic.h48 DependentDiagnostic *DD = Create(Context, Parent, PDiag); local
49 DD->AccessData.Loc = Loc.getRawEncoding();
50 DD->AccessData.IsMember = IsMemberAccess;
51 DD->AccessData.Access = AS;
52 DD->AccessData.TargetDecl = TargetDecl;
53 DD->AccessData.NamingClass = NamingClass;
54 DD->AccessData.BaseObjectType = BaseObjectType.getAsOpaquePtr();
55 return DD;
H A DVTableBuilder.h76 static VTableComponent MakeCompleteDtor(const CXXDestructorDecl *DD) { argument
78 reinterpret_cast<uintptr_t>(DD));
81 static VTableComponent MakeDeletingDtor(const CXXDestructorDecl *DD) { argument
83 reinterpret_cast<uintptr_t>(DD));
/external/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfCompileUnit.h50 DwarfDebug *DD; member in class:llvm::CompileUnit
/external/clang/lib/CodeGen/
H A DCGCXX.cpp329 if (const CXXDestructorDecl *DD = dyn_cast<CXXDestructorDecl>(MD))
330 return BuildAppleKextVirtualDestructorCall(DD, Dtor_Complete, RD);
351 const CXXDestructorDecl *DD,
355 const CXXMethodDecl *MD = cast<CXXMethodDecl>(DD);
369 DD = cast<CXXDestructorDecl>(DD->getCanonicalDecl());
371 CGM.getVTableContext().getMethodVTableIndex(GlobalDecl(DD, Type));
384 CodeGenFunction::BuildVirtualCall(const CXXDestructorDecl *DD, CXXDtorType Type, argument
386 DD = cast<CXXDestructorDecl>(DD
350 BuildAppleKextVirtualDestructorCall( const CXXDestructorDecl *DD, CXXDtorType Type, const CXXRecordDecl *RD) argument
[all...]
/external/clang/include/clang/Sema/
H A DDelayedDiagnostic.h131 DelayedDiagnostic DD; local
132 DD.Kind = Access;
133 DD.Triggered = false;
134 DD.Loc = Loc;
135 new (&DD.getAccessData()) AccessedEntity(Entity);
136 return DD;
143 DelayedDiagnostic DD; local
144 DD.Kind = ForbiddenType;
145 DD.Triggered = false;
146 DD
[all...]
/external/clang/test/CodeGen/
H A D2002-07-14-MiscTests3.c147 double AA, double BB, double CC, double DD,
151 return X + Y + Z + AA + BB + CC + DD + EE + FF + GG + HH
146 MathFunc(double X, double Y, double Z, double AA, double BB, double CC, double DD, double EE, double FF, double GG, double HH, double aAA, double aBB, double aCC, double aDD, double aEE, double aFF) argument
/external/clang/lib/StaticAnalyzer/Core/
H A DBugReporterVisitors.cpp241 if (const DeclaratorDecl *DD = dyn_cast<DeclaratorDecl>(DR->getDecl()))
242 Out << " (loaded from '" << *DD << "')"; local
/external/dropbear/libtomcrypt/src/headers/
H A Dtomcrypt_pk.h522 DD, /* day */ member in struct:__anon5111
/external/llvm/utils/TableGen/
H A DX86RecognizableInstr.cpp46 MAP(DD, 53) \
77 DC = 7, DD = 8, DE = 9, DF = 10, enumerator in enum:X86Local::__anon9344
922 case X86Local::DD:
/external/clang/lib/Parse/
H A DParseTemplate.cpp1271 DeclContext *DD = FD->getLexicalParent(); local
1272 while (DD && !DD->isTranslationUnit()) {
1273 DeclContextToReenter.push_back(DD);
1274 DD = DD->getLexicalParent();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h611 /// \param DD The destructor that will be called.
616 CXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, argument
619 : CXXInstanceCall(DD, St, LCtx) {
926 getCXXDestructorCall(const CXXDestructorDecl *DD, const Stmt *Trigger, argument
929 return create<CXXDestructorCall>(DD, Trigger, Target, IsBase, State, LCtx);

Completed in 498 milliseconds

12