Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Cpp (0.03 sec)

  1. src/cmd/go/alldocs.go

    //	    IgnoredOtherFiles []string // non-.go source files ignored due to build constraints
    //	    CFiles            []string   // .c source files
    //	    CXXFiles          []string   // .cc, .cxx and .cpp source files
    //	    MFiles            []string   // .m source files
    //	    HFiles            []string   // .h, .hh, .hpp and .hxx source files
    //	    FFiles            []string   // .f, .F, .for and .f90 Fortran source files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  2. src/cmd/go/internal/work/exec.go

    		fmt.Fprintf(h, "pkgpath %s\n", gccgoPkgpath(p))
    		fmt.Fprintf(h, "ar %q\n", BuildToolchain.(gccgoToolchain).ar())
    		if len(p.SFiles) > 0 {
    			id, _, _ = b.gccToolID(BuildToolchain.compiler(), "assembler-with-cpp")
    			// Ignore error; different assembler versions
    			// are unlikely to make any difference anyhow.
    			fmt.Fprintf(h, "asm %q\n", id)
    		}
    	}
    
    	// Input files.
    	inputFiles := str.StringList(
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 14:46:37 UTC 2024
    - 105.6K bytes
    - Viewed (0)
  3. src/cmd/go/internal/load/pkg.go

    	IgnoredOtherFiles []string `json:",omitempty"` // non-.go source files ignored due to build constraints
    	CFiles            []string `json:",omitempty"` // .c source files
    	CXXFiles          []string `json:",omitempty"` // .cc, .cpp and .cxx source files
    	MFiles            []string `json:",omitempty"` // .m source files
    	HFiles            []string `json:",omitempty"` // .h, .hh, .hpp and .hxx source files
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue May 28 17:00:51 UTC 2024
    - 120K bytes
    - Viewed (0)
Back to top