HomeSort by relevance Sort by last modified time
    Searched defs:DD (Results 1 - 25 of 59) sorted by null

1 2 3

  /external/clang/lib/Sema/
DelayedDiagnostic.cpp 30 DelayedDiagnostic DD;
33 DD.Kind = Deprecation;
36 DD.Kind = Unavailable;
41 DD.Triggered = false;
42 DD.Loc = Loc;
43 DD.DeprecationData.Decl = D;
44 DD.DeprecationData.UnknownObjCClass = UnknownObjCClass;
45 DD.DeprecationData.ObjCProperty = ObjCProperty;
52 DD.DeprecationData.Message = MessageData;
53 DD.DeprecationData.MessageLen = Msg.size()
    [all...]
SemaExceptionSpec.cpp     [all...]
  /external/compiler-rt/test/builtins/Unit/ppc/
DD.h 12 } DD;
  /external/clang/test/Misc/
diag-line-wrapping.cpp 7 struct DD : D1, D2 {
12 // CHECK: struct DD -> struct D1 -> struct B
13 // CHECK: struct DD -> struct D2 -> struct B
  /device/generic/goldfish/qemu-props/
qemu-props.c 31 # define DD(...) ALOGI(__VA_ARGS__)
33 # define DD(...) ((void)0)
60 DD("Could not connect after too many tries. Aborting");
64 DD("waiting 1s to wait for qemud.");
69 DD("connected to '%s' qemud service.", QEMUD_SERVICE);
73 DD("could not send command to '%s' service", QEMUD_SERVICE);
83 DD("receiving..");
94 DD("received: %.*s", len, temp);
99 DD("invalid format, ignored.");
105 DD("could not set property '%s' to '%s'", temp, q)
    [all...]
  /external/compiler-rt/lib/builtins/ppc/
DD.h 12 } DD;
  /external/clang/test/CodeGenCXX/
strict-vtable-pointers.cpp 61 DynamicDerived DD;
62 DD.foo();
105 DynamicDerived *DD = new (DB) DynamicDerived;
106 DD->foo();
107 DD->~DynamicDerived();
  /external/clang/test/SemaCXX/
conversion-delete-expr.cpp 100 struct DD : BB {
105 void foo7 (DD d)
  /external/llvm/lib/CodeGen/AsmPrinter/
DIE.cpp 446 const DwarfDebug *DD = AP->getDwarfDebug();
448 assert(!DD->useSplitDwarf() && "TODO: dwo files can't have relocations.");
452 DwarfCompileUnit *CU = DD->lookupUnit(Entry->getUnit());
469 const DwarfDebug *DD = AP->getDwarfDebug();
470 assert(DD && "Expected Dwarf Debug info to be available");
471 if (DD->getDwarfVersion() == 2)
608 DwarfDebug *DD = AP->getDwarfDebug();
609 MCSymbol *Label = DD->getDebugLocs().getList(Index).Label;
610 AP->emitDwarfSymbolReference(Label, /*ForceOffset*/ DD->useSplitDwarf());
DIEHash.cpp 274 DwarfDebug &DD = *AP->getDwarfDebug();
275 const DebugLocStream &Locs = DD.getDebugLocs();
277 DD.emitDebugLocEntry(Streamer, Entry);
DwarfUnit.h 89 DwarfDebug *DD;
341 return DD->resolve(Ref);
DwarfDebug.h 72 DwarfDebug *DD;
79 DbgVariable(const DILocalVariable *V, const DILocation *IA, DwarfDebug *DD)
80 : Var(V), IA(IA), DD(DD) {}
  /external/clang/include/clang/AST/
DependentDiagnostic.h 48 DependentDiagnostic *DD = Create(Context, Parent, PDiag);
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;
  /external/clang/test/CXX/dcl.dcl/dcl.spec/dcl.type/dcl.type.simple/
p5-cxx0x.cpp 28 struct DD {
29 ~DD() = delete; // expected-note 2{{here}}
34 DD dd();
39 decltype(dd()) *p = new decltype(dd()); // ok
47 decltype(dd(), // expected-error {{deleted function}}
48 dd()) dd1;
50 dd()) dd2; // expected-error {{deleted function}}
55 decltype(((13, ((dd())))))::n dd_parens; // o
    [all...]
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_deadlock_detector1.cc 31 DeadlockDetectorTLS<DDBV> dd; member in struct:__sanitizer::DDLogicalThread
36 struct DD : public DDetector {
38 DeadlockDetector<DDBV> dd; member in struct:__sanitizer::DD
41 explicit DD(const DDFlags *flags);
64 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
65 return new(mem) DD(flags);
68 DD::DD(const DDFlags *flags)
70 dd.clear();
73 DDPhysicalThread* DD::CreatePhysicalThread()
    [all...]
sanitizer_deadlock_detector2.cc 84 struct DD : public DDetector {
85 explicit DD(const DDFlags *flags);
119 void *mem = MmapOrDie(sizeof(DD), "deadlock detector");
120 return new(mem) DD(flags);
123 DD::DD(const DDFlags *flags)
129 DDPhysicalThread* DD::CreatePhysicalThread() {
135 void DD::DestroyPhysicalThread(DDPhysicalThread *pt) {
140 DDLogicalThread* DD::CreateLogicalThread(u64 ctx) {
148 void DD::DestroyLogicalThread(DDLogicalThread *lt)
    [all...]
  /external/guice/core/test/com/googlecode/guice/bundle/
OSGiTestActivator.java 387 private static class DD
390 private DD() {}
  /external/llvm/include/llvm/CodeGen/
AsmPrinter.h 139 DwarfDebug *DD;
147 DwarfDebug *getDwarfDebug() { return DD; }
148 DwarfDebug *getDwarfDebug() const { return DD; }
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 88 const object::data_directory *DD;
89 if (Obj.getDataDirectory(I++, DD))
92 DestDD->RelativeVirtualAddress = DD->RelativeVirtualAddress;
93 DestDD->Size = DD->Size;
  /external/clang/include/clang/Sema/
DelayedDiagnostic.h 136 DelayedDiagnostic DD;
137 DD.Kind = Access;
138 DD.Triggered = false;
139 DD.Loc = Loc;
140 new (&DD.getAccessData()) AccessedEntity(Entity);
141 return DD;
148 DelayedDiagnostic DD;
149 DD.Kind = ForbiddenType;
150 DD.Triggered = false;
151 DD.Loc = loc
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
Arrays2Test.java 37 public void test_binarySearch$DD() {
  /toolchain/binutils/binutils-2.25/opcodes/
rx-decode.c 111 #define DD(t,r,s) rx_disp (0, t, r, bwl[s], ld);
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 40 # define DD(...) ALOGD(__VA_ARGS__)
42 # define DD(...) ((void)0)
712 DD("gralloc_lock success. vaddr: %p, *vaddr: %p, usage: %x, cpu_addr: %p",
878 DD("gralloc_lock_ycbcr success. usage: %x, ycbcr.y: %p, .cb: %p, .cr: %p, "
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 105 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD) {}
195 CXXDestructorDecl *DD = const_cast<CXXDestructorDecl*>(
198 V.handleDestructorCall(VD, DD);
449 void handleDestructorCall(const VarDecl *VD, const CXXDestructorDecl *DD);
  /external/clang/lib/Parse/
ParseTemplate.cpp     [all...]

Completed in 779 milliseconds

1 2 3