Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for t_func_int_of_float_double (0.15 sec)

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

    */
    #include <complex.h>
    
    typedef volatile int* t_ptr_volatile_int;
    typedef const char *t_ptr_const_char;
    typedef long t_long;
    typedef unsigned short t_ushort;
    typedef int t_func_int_of_float_double(float, double);
    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);
    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_const_char":                      "*const char",
    	"t_long":                                "long int",
    	"t_ushort":                              "short unsigned int",
    	"t_func_int_of_float_double":            "func(float, double) int",
    	"t_ptr_func_int_of_float_double":        "*func(float, double) int",
    	"t_ptr_func_int_of_float_complex":       "*func(complex float) int",
    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