HomeSort by: relevance | last modified time | path
    Searched refs:func_ptr (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/usr.bin/xlint/lint1/
msg_247_ilp32_ldbl64.c 61 static function_pointer func_ptr; variable in typeref:typename:function_pointer
113 bool_ptr = (typeof(bool_ptr))func_ptr;
141 char_ptr = (typeof(char_ptr))func_ptr;
190 schar_ptr = (typeof(schar_ptr))func_ptr;
218 uchar_ptr = (typeof(uchar_ptr))func_ptr;
266 short_ptr = (typeof(short_ptr))func_ptr;
314 ushort_ptr = (typeof(ushort_ptr))func_ptr;
359 int_ptr = (typeof(int_ptr))func_ptr;
404 uint_ptr = (typeof(uint_ptr))func_ptr;
449 long_ptr = (typeof(long_ptr))func_ptr;
    [all...]
msg_247_lp64_ldbl128.c 61 static function_pointer func_ptr; variable in typeref:typename:function_pointer
113 bool_ptr = (typeof(bool_ptr))func_ptr;
141 char_ptr = (typeof(char_ptr))func_ptr;
190 schar_ptr = (typeof(schar_ptr))func_ptr;
218 uchar_ptr = (typeof(uchar_ptr))func_ptr;
266 short_ptr = (typeof(short_ptr))func_ptr;
314 ushort_ptr = (typeof(ushort_ptr))func_ptr;
361 int_ptr = (typeof(int_ptr))func_ptr;
408 uint_ptr = (typeof(uint_ptr))func_ptr;
454 long_ptr = (typeof(long_ptr))func_ptr;
    [all...]
msg_247_portable.c 64 static function_pointer func_ptr; variable in typeref:typename:function_pointer
116 bool_ptr = (typeof(bool_ptr))func_ptr;
144 char_ptr = (typeof(char_ptr))func_ptr;
193 schar_ptr = (typeof(schar_ptr))func_ptr;
221 uchar_ptr = (typeof(uchar_ptr))func_ptr;
269 short_ptr = (typeof(short_ptr))func_ptr;
317 ushort_ptr = (typeof(ushort_ptr))func_ptr;
364 int_ptr = (typeof(int_ptr))func_ptr;
411 uint_ptr = (typeof(uint_ptr))func_ptr;
459 long_ptr = (typeof(long_ptr))func_ptr;
    [all...]
msg_247_portable_int.c 69 static function_pointer func_ptr; variable in typeref:typename:function_pointer
121 bool_ptr = (typeof(bool_ptr))func_ptr;
149 char_ptr = (typeof(char_ptr))func_ptr;
198 schar_ptr = (typeof(schar_ptr))func_ptr;
226 uchar_ptr = (typeof(uchar_ptr))func_ptr;
274 short_ptr = (typeof(short_ptr))func_ptr;
322 ushort_ptr = (typeof(ushort_ptr))func_ptr;
369 int_ptr = (typeof(int_ptr))func_ptr;
416 uint_ptr = (typeof(uint_ptr))func_ptr;
464 long_ptr = (typeof(long_ptr))func_ptr;
    [all...]
  /src/sys/external/bsd/sljit/dist/sljit_src/
sljitLir.h 1306 If func_ptr is NULL, it will not be set to the address of context
1308 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func);
sljitNativePPC_common.c 233 SLJIT_API_FUNC_ATTRIBUTE void sljit_set_function_context(void** func_ptr, struct sljit_function_context* context, sljit_sw addr, void* func)
236 if (func_ptr)
237 *func_ptr = (void*)context;

Completed in 16 milliseconds