Home
last modified time | relevance | path

Searched refs:UNIQ (Results 1 – 22 of 22) sorted by relevance

/external/clang/test/CodeGenCXX/
Ddllimport-members.cpp19 #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
Ddllimport.cpp25 #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
Ddllexport.cpp22 #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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m477 # 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/
Dltsugar.m477 # 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/
Dltsugar.m476 # 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/
Dltsugar.m476 # 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/
Dltsugar.m477 # 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/
Dmacro.h73 #define UNIQ __COUNTER__ macro
/external/kmod/testsuite/
Dtestsuite.h136 static const struct test s##_name##UNIQ \
/external/bison/data/m4sugar/
Dm4sugar.m42523 # 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/
Daclocal.m47813 # 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/
Daclocal.m48453 # lt_if_append_uniq(MACRO-NAME, VARNAME, [SEPARATOR], [UNIQ], [NOT-UNIQ])
8456 # by SEPARATOR if supplied) and expand UNIQ, else NOT-UNIQ.