Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for asmCheck (0.07 sec)

  1. src/cmd/internal/testdir/testdir_test.go

    	}
    	return env
    }
    
    // asmChecks represents all the asmcheck checks present in a test file
    // The outer map key is the build triplet in which the checks must be performed.
    // The inner map key represent the source file line ("filename.go:1234") at which the
    // checks must be performed.
    type asmChecks map[buildEnv]map[string][]wantedAsmOpcode
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 21 20:08:06 UTC 2024
    - 57.5K bytes
    - Viewed (0)
Back to top