Home
last modified time | relevance | path

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

12

/external/llvm-project/llvm/test/CodeGen/X86/
Dstack-size-section-function-sections.ll2 ; RUN: FileCheck %s --check-prefix=UNIQ
7 ; UNIQ: .section .text._Z3barv,"ax",@progbits{{$}}
8 ; UNIQ: .section .stack_sizes,"o",@progbits,.text._Z3barv{{$}}
9 ; UNIQ: .section .text._Z3foov,"ax",@progbits{{$}}
10 ; UNIQ: .section .stack_sizes,"o",@progbits,.text._Z3foov{{$}}
17 ; UNIQ: .section .text._Z4fooTIiET_v,"axG",@progbits,_Z4fooTIiET_v,comdat{{$}}
18 ; UNIQ: .section .stack_sizes,"Go",@progbits,_Z4fooTIiET_v,comdat,.text._Z4fooTIiET_v{{$}}
Dbasic-block-sections-labels.ll2 …sections -unique-section-names=true -basic-block-sections=labels | FileCheck %s --check-prefix=UNIQ
32 ; UNIQ: .section .text._Z3bazb,"ax",@progbits{{$}}
45 ; UNIQ: .section .llvm_bb_addr_map,"o",@llvm_bb_addr_map,.text._Z3bazb{{$}}
/external/llvm-project/clang/test/CodeGenCXX/
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 USE1(func) void UNIQ(use)() { func(nullptr); }
30 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
31 #define USESTATICMEMFUNC(class, func) void (*UNIQ(use)())() { return &class::func; }
32 #define USECLASS(class) void UNIQ(USE)() { class x; }
33 #define USECOPYASSIGN(class) class& (class::*UNIQ(use)())(class&) { return &class::operator=; }
34 #define USEMOVEASSIGN(class) class& (class::*UNIQ(use)())(class&&) { return &class::operator=; }
314 void UNIQ(use)() { ::operator new(42); } in UNIQ() function
[all …]
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
Dwindows-itanium-dllexport.cpp6 #define UNIQ(name) JOIN(name, __LINE__) macro
7 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
Dmingw-template-dllexport.cpp5 #define UNIQ(name) JOIN(name, __LINE__) macro
6 #define USEMEMFUNC(class, func) void (class::*UNIQ(use)())() { return &class::func; }
/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/speex/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/llvm-project/polly/lib/External/isl/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/llvm-project/polly/lib/External/ppcg/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/libpng/scripts/
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/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/expat/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/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/libevent/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/curl/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/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/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/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/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/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.

12