HomeSort by: relevance | last modified time | path
    Searched defs:FUNC_TYPE (Results 1 - 8 of 8) sorted by relevancy

  /src/external/gpl3/gcc/dist/libgcc/config/riscv/
riscv-asm.h 22 #define FUNC_TYPE(X) .type X,@function
27 FUNC_TYPE (X); \
  /src/external/gpl3/gcc.old/dist/libgcc/config/riscv/
riscv-asm.h 22 #define FUNC_TYPE(X) .type X,@function
27 FUNC_TYPE (X); \
  /src/crypto/external/bsd/openssl.old/include/
progs.h 13 typedef enum FUNC_TYPE {
16 } FUNC_TYPE;
19 FUNC_TYPE type;
  /src/crypto/external/apache2/openssl/dist/apps/include/
function.h 18 typedef enum FUNC_TYPE {
26 } FUNC_TYPE;
29 FUNC_TYPE type;
  /src/crypto/external/bsd/openssl/dist/apps/include/
function.h 18 typedef enum FUNC_TYPE {
21 } FUNC_TYPE;
24 FUNC_TYPE type;
  /src/sys/external/bsd/compiler_rt/dist/lib/interception/
interception.h 173 # define FUNC_TYPE(x) x##_type
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); \
  /src/external/gpl3/gcc/dist/libsanitizer/interception/
interception.h 246 # define FUNC_TYPE(x) x##_type
249 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
251 extern FUNC_TYPE(func) PTR_TO_REAL(func); \
283 typedef ret_type (*FUNC_TYPE(func))(__VA_ARGS__); \
285 FUNC_TYPE(func) PTR_TO_REAL(func); \
333 typedef ret_type (__stdcall *FUNC_TYPE(func))(__VA_ARGS__); \
335 FUNC_TYPE(func) PTR_TO_REAL(func); \
  /src/external/gpl3/gcc.old/dist/libsanitizer/interception/
interception.h 163 # define FUNC_TYPE(x) x##_type
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); \

Completed in 37 milliseconds