Searched defs:DN (Results 1 - 4 of 4) sorted by relevance

/external/clang/test/CodeGenCXX/
H A Dconst-init-cxx11.cpp79 struct DN : D, N {}; struct in namespace:BaseClass
80 struct DND : DN, X<D,0> {};
81 struct DNN : DN, X<N,0> {};
84 // Note, N subobject is laid out in DN subobject's tail padding.
/external/llvm/lib/VMCore/
H A DDebugInfo.cpp327 const MDNode *DN = D; local
328 const Value *V = cast_or_null<Value>(DN);
347 const MDNode *DN = D; local
348 const Value *V = cast_or_null<Value>(DN);
/external/qemu/slirp-android/
H A Dslirp.c42 #define DN(...) do { if (VERBOSE_CHECK(slirp)) dprintn(__VA_ARGS__); } while (0) macro
180 DN("emulator: IP address of your DNS(s): ");
192 DN(", ");
193 DN("%s", inet_iptostr(tmp_ip));
195 DN("(more)");
200 DN("\n");
/external/clang/lib/CodeGen/
H A DCGDebugInfo.cpp2147 llvm::MDNode *DN = D; local
2148 LexicalBlockStack.push_back(DN);

Completed in 117 milliseconds