Home
last modified time | relevance | path

Searched defs:FUNC (Results 1 – 25 of 119) sorted by relevance

12345

/openbsd-src/gnu/llvm/llvm/tools/llvm-reduce/
H A DDeltaManager.cpp129 #define DELTA_PASS(NAME, FUNC) \ in runAllDeltaPasses() argument
142 #define DELTA_PASS(NAME, FUNC) \ in runDeltaPassName() argument
161 #define DELTA_PASS(NAME, FUNC) OS << " " << NAME << "\n"; in printDeltaPasses() argument
172 #define DELTA_PASS(NAME, FUNC) NameSet.insert(NAME); in collectPassNames() argument
/openbsd-src/gnu/gcc/gcc/config/
H A Dnetbsd.h147 #define COLLECT_SHARED_INIT_FUNC(STREAM,FUNC) \ argument
153 #define COLLECT_SHARED_FINI_FUNC(STREAM,FUNC) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/config/
H A Dnetbsd.h153 #define COLLECT_SHARED_INIT_FUNC(STREAM,FUNC) \ argument
159 #define COLLECT_SHARED_FINI_FUNC(STREAM,FUNC) \ argument
/openbsd-src/gnu/lib/libstdc++/libstdc++/libio/
H A DlibioP.h87 # define JUMP0(FUNC, THIS) _IO_JUMPS_FUNC(THIS)->FUNC (THIS) argument
88 # define JUMP1(FUNC, THIS, X1) _IO_JUMPS_FUNC(THIS)->FUNC (THIS, X1) argument
89 # define JUMP2(FUNC, THIS, X1, X2) _IO_JUMPS_FUNC(THIS)->FUNC (THIS, X1, X2) argument
90 # define JUMP3(FUNC, THIS, X1,X2,X3) _IO_JUMPS_FUNC(THIS)->FUNC (THIS, X1,X2, X3) argument
94 # define WJUMP0(FUNC, THIS) _IO_WIDE_JUMPS_FUNC(THIS)->FUNC (THIS) argument
95 # define WJUMP1(FUNC, THIS, X1) _IO_WIDE_JUMPS_FUNC(THIS)->FUNC (THIS, X1) argument
96 # define WJUMP2(FUNC, THIS, X1, X2) _IO_WIDE_JUMPS_FUNC(THIS)->FUNC (THIS, X1, X2) argument
97 # define WJUMP3(FUNC, THIS, X1,X2,X3) _IO_WIDE_JUMPS_FUNC(THIS)->FUNC (THIS, X1,X2, X3) argument
/openbsd-src/gnu/gcc/gcc/config/pa/
H A Dpa32-linux.h44 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/execute/
H A Dcomplex-6.c9 #define TEST(TYPE, FUNC) \ argument
H A D20020307-1.c4 #define FUNC(N) void f##N(long j) { if ((j & MASK(N)) >= BITS(N)) abort();} macro
/openbsd-src/gnu/gcc/gcc/config/bfin/
H A Duclinux.h17 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
H A Delf.h19 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
/openbsd-src/gnu/gcc/gcc/config/sh/
H A Dlib1funcs.h31 #define FUNC(X) .type X,@function macro
38 #define FUNC(X) macro
H A Dlinux-atomic.asm31 #define FUNC(X) .type X,@function macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sparc/
H A Dsunos4.h47 #define ON_EXIT(FUNC) on_exit ((FUNC), 0) argument
/openbsd-src/gnu/gcc/gcc/config/m68k/
H A Dm68kemb.h26 #define FUNCTION_VALUE(VALTYPE,FUNC) LIBCALL_VALUE (TYPE_MODE (VALTYPE)) argument
H A Dlinux.h228 #define FUNCTION_VALUE(VALTYPE, FUNC) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/config/m68k/
H A Dm68kemb.h28 #define FUNCTION_VALUE(VALTYPE,FUNC) LIBCALL_VALUE (TYPE_MODE (VALTYPE)) argument
H A Dm68kv4.h151 #define FUNCTION_VALUE(VALTYPE, FUNC) \ argument
/openbsd-src/gnu/gcc/gcc/config/frv/
H A Dlinux.h66 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
/openbsd-src/gnu/gcc/gcc/
H A Dlibgcc2.c1405 #define FUNC __floatdisf macro
1409 #define FUNC __floatdidf macro
1415 FUNC (DWtype u) in FUNC() function
1517 #define FUNC __floatundisf macro
1521 #define FUNC __floatundidf macro
1527 FUNC (UDWtype u) in FUNC() function
H A Dcrtstuff.c78 # define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Dcrtstuff.c70 # define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
/openbsd-src/gnu/usr.bin/gcc/gcc/config/sh/
H A Dlib1funcs.asm42 #define FUNC(X,Y) .type X,Y; .hidden X macro
46 #define FUNC(X,Y) macro
/openbsd-src/gnu/gcc/gcc/config/rs6000/
H A Dlinux64.h412 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
418 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
/openbsd-src/gnu/gcc/gcc/config/xtensa/
H A Dxtensa.h671 #define XTENSA_FUNCTION_VALUE(VALTYPE, FUNC, OUTGOINGP) \ argument
677 #define FUNCTION_VALUE(VALTYPE, FUNC) \ argument
680 #define FUNCTION_OUTGOING_VALUE(VALTYPE, FUNC) \ argument
833 #define INITIALIZE_TRAMPOLINE(ADDR, FUNC, CHAIN) \ argument
1219 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument
/openbsd-src/sys/arch/sparc64/include/
H A Dasm.h86 #define FUNC(name) ASENTRY(name) macro
/openbsd-src/gnu/usr.bin/gcc/gcc/config/i386/
H A Dlinux.h178 #define CRT_CALL_STATIC_FUNCTION(SECTION_OP, FUNC) \ argument

12345