Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for t_ptr_func_int_of_long_double_complex (0.23 sec)

  1. src/debug/dwarf/testdata/typedef.c

    typedef int (*t_ptr_func_int_of_float_double)(float, double);
    typedef int (*t_ptr_func_int_of_float_complex)(float complex);
    typedef int (*t_ptr_func_int_of_double_complex)(double complex);
    typedef int (*t_ptr_func_int_of_long_double_complex)(long double complex);
    typedef int *t_func_ptr_int_of_char_schar_uchar(char, signed char, unsigned char);
    typedef void t_func_void_of_char(char);
    typedef void t_func_void_of_void(void);
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Sep 02 19:56:24 UTC 2021
    - 2.1K bytes
    - Viewed (0)
  2. src/debug/dwarf/type_test.go

    	"t_ptr_func_int_of_float_double":        "*func(float, double) int",
    	"t_ptr_func_int_of_float_complex":       "*func(complex float) int",
    	"t_ptr_func_int_of_double_complex":      "*func(complex double) int",
    	"t_ptr_func_int_of_long_double_complex": "*func(complex long double) int",
    	"t_func_ptr_int_of_char_schar_uchar":    "func(char, signed char, unsigned char) *int",
    	"t_func_void_of_char":                   "func(char) void",
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 19 15:49:05 UTC 2022
    - 8.8K bytes
    - Viewed (0)
Back to top