Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 31 of 31 for qualifierOf (0.16 sec)

  1. src/cmd/cgo/internal/test/test.go

    }
    
    // issue 17065
    // Test that C symbols larger than a page play nicely with the race detector.
    int ii[65537];
    
    // issue 17537
    // The void* cast introduced by cgo to avoid problems
    // with const/volatile qualifiers breaks C preprocessor macros that
    // emulate functions.
    
    typedef struct {
    	int i;
    } S17537;
    
    int I17537(S17537 *p);
    
    #define I17537(p) ((p)->i)
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 48.5K bytes
    - Viewed (0)
Back to top