HomeSort by relevance Sort by last modified time
    Searched defs:DN (Results 1 - 5 of 5) sorted by null

  /external/clang/test/CodeGenCXX/
const-init-cxx11.cpp 68 struct DN : D, N {};
69 struct DND : DN, X<D,0> {};
70 struct DNN : DN, X<N,0> {};
73 // Note, N subobject is laid out in DN subobject's tail padding.
  /external/llvm/lib/Analysis/
DebugInfo.cpp 326 const MDNode *DN = D;
327 const Value *V = cast_or_null<Value>(DN);
346 const MDNode *DN = D;
347 const Value *V = cast_or_null<Value>(DN);
    [all...]
  /external/qemu/slirp-android/
slirp.c 42 #define DN(...) do { if (VERBOSE_CHECK(slirp)) dprintn(__VA_ARGS__); } while (0)
180 DN("emulator: IP address of your DNS(s): ");
192 DN(", ");
193 DN("%s", inet_iptostr(tmp_ip));
195 DN("(more)");
200 DN("\n");
    [all...]
  /external/clang/lib/CodeGen/
CGDebugInfo.cpp     [all...]
  /frameworks/base/services/java/com/android/server/wm/
WindowManagerService.java     [all...]

Completed in 469 milliseconds