/external/clang/test/CodeGenCXX/ |
D | dllimport-members.cpp | 19 #define UNIQ(name) JOIN(name, __LINE__) macro 20 #define USE(func) void UNIQ(use)() { func(); } 21 #define USEMV(cls, var) int UNIQ(use)() { return ref(cls::var); } 23 #define USESPECIALS(cls) void UNIQ(use)() { useSpecials<cls>(); } 627 void UNIQ(use)() { new ImportAlloc(); } in UNIQ() function 633 void UNIQ(use)() { new ImportAlloc[1]; } in UNIQ() function 639 void UNIQ(use)(ImportAlloc* ptr) { delete ptr; } in UNIQ() function 645 void UNIQ(use)(ImportAlloc* ptr) { delete[] ptr; } in UNIQ() function
|
D | dllimport.cpp | 25 #define UNIQ(name) JOIN(name, __LINE__) macro 26 #define USEVARTYPE(type, var) type UNIQ(use)() { return var; } 28 #define USE(func) void UNIQ(use)() { func(); } 29 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; } 30 #define USESTATICMEMFUNC(class, func) void (*UNIQ(use)())() { return &class::func; } 31 #define USECLASS(class) void UNIQ(USE)() { class x; } 32 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; } 33 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; } 311 void UNIQ(use)() { ::operator new(42); } in UNIQ() function
|
D | dllexport.cpp | 22 #define UNIQ(name) JOIN(name, __LINE__) macro 23 #define USEVAR(var) int UNIQ(use)() { return var; } 24 #define USE(func) void UNIQ(use)() { func(); } 25 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
|
/external/libusb-compat/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/libedit/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/lmfit/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/google-breakpad/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/libcap-ng/libcap-ng-0.7/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/libnetfilter_conntrack/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/libexif/auto-m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/google-tv-pairing-protocol/cpp/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/pcre/dist2/m4/ |
D | ltsugar.m4 | 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/python/cpython2/Modules/_ctypes/libffi/m4/ |
D | ltsugar.m4 | 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/libmicrohttpd/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/libnfnetlink/m4/ |
D | ltsugar.m4 | 76 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 79 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/ImageMagick/m4/ |
D | ltsugar.m4 | 77 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 80 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/kmod/shared/ |
D | macro.h | 73 #define UNIQ __COUNTER__ macro
|
/external/kmod/testsuite/ |
D | testsuite.h | 136 static const struct test s##_name##UNIQ \
|
/external/bison/data/m4sugar/ |
D | m4sugar.m4 | 2523 # m4_append_uniq(MACRO-NAME, STRING, [SEPARATOR], [IF-UNIQ], [IF-DUP]) 2526 # expand IF-UNIQ if STRING was appended, or IF-DUP if STRING was already 2940 # m4_set_add(SET, VALUE, [IF-UNIQ], [IF-DUP]) 2942 # Add VALUE as an element of SET. Expand IF-UNIQ on the first
|
/external/libogg/ |
D | aclocal.m4 | 7813 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 7816 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|
/external/protobuf/gtest/ |
D | aclocal.m4 | 8453 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ]) 8456 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.
|