Searched refs:FUNC_TYPE (Results 1 - 11 of 11) sorted by relevance

/netbsd-current/crypto/external/bsd/openssl/dist/apps/include/
H A Dfunction.h18 typedef enum FUNC_TYPE { enum
21 } FUNC_TYPE; typedef in typeref:enum:FUNC_TYPE
24 FUNC_TYPE type;
/netbsd-current/external/gpl3/gcc.old/dist/libgcc/config/riscv/
H A Driscv-asm.h22 #define FUNC_TYPE(X) .type X,@function macro
27 FUNC_TYPE (X); \
/netbsd-current/external/gpl3/gcc/dist/libgcc/config/riscv/
H A Driscv-asm.h22 #define FUNC_TYPE(X) .type X,@function macro
27 FUNC_TYPE (X); \
/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/interception/
H A Dinterception.h173 # define FUNC_TYPE(x) x##_type macro
176 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
178 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
202 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
204 FUNC_TYPE(func) PTR_TO_REAL(func); \
254 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
256 FUNC_TYPE(func) PTR_TO_REAL(func); \
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception.h171 # define FUNC_TYPE(x) x##_type macro
174 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
176 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
200 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
202 FUNC_TYPE(func) PTR_TO_REAL(func); \
252 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
254 FUNC_TYPE(func) PTR_TO_REAL(func); \
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/interception/
H A Dinterception.h163 # define FUNC_TYPE(x) x##_type macro
166 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
168 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
198 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
200 FUNC_TYPE(func) PTR_TO_REAL(func); \
250 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
252 FUNC_TYPE(func) PTR_TO_REAL(func); \
/netbsd-current/crypto/external/bsd/openssl.old/dist/apps/
H A Dprogs.pl54 typedef enum FUNC_TYPE {
57 } FUNC_TYPE;
60 FUNC_TYPE type;
H A Dopenssl.c54 static void list_type(FUNC_TYPE ft, int one);
462 FUNC_TYPE tp;
523 static void list_type(FUNC_TYPE ft, int one)
/netbsd-current/crypto/external/bsd/openssl.old/include/
H A Dprogs.h13 typedef enum FUNC_TYPE { enum
16 } FUNC_TYPE; typedef in typeref:enum:FUNC_TYPE
19 FUNC_TYPE type;
/netbsd-current/crypto/external/bsd/openssl/dist/apps/
H A Dopenssl.c334 FUNC_TYPE tp;
H A Dlist.c1048 static void list_type(FUNC_TYPE ft, int one)

Completed in 278 milliseconds