Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for __cgodebug_ints (0.2 sec)

  1. src/cmd/cgo/gcc.go

    	runGcc(stdin, p.gccCmd())
    
    	isDebugInts := func(s string) bool {
    		// Some systems use leading _ to denote non-assembly symbols.
    		return s == "__cgodebug_ints" || s == "___cgodebug_ints"
    	}
    	isDebugFloats := func(s string) bool {
    		// Some systems use leading _ to denote non-assembly symbols.
    		return s == "__cgodebug_floats" || s == "___cgodebug_floats"
    	}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  2. src/cmd/cgo/doc.go

    	__typeof__(u6) *__cgo__6;
    	enum { __cgo_enum__6 = u6 };
    	__typeof__(f7) *__cgo__7;
    	__typeof__(f8) *__cgo__8;
    	__typeof__(s9) *__cgo__9;
    	__typeof__(s10) *__cgo__10;
    
    	long long __cgodebug_ints[] = {
    		0, // t1
    		0, // v2
    		0, // v3
    		i4,
    		i5,
    		u6,
    		0, // f7
    		0, // f8
    		0, // s9
    		0, // s10
    		1
    	};
    
    	double __cgodebug_floats[] = {
    		0, // t1
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Sun Mar 31 09:02:45 GMT 2024
    - 42.1K bytes
    - Viewed (0)
Back to top