Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 23 for PASSED (0.57 sec)

  1. src/cmd/cgo/internal/testsanitizers/testdata/msan8.go

    package main
    
    /*
    #include <pthread.h>
    #include <signal.h>
    #include <stdint.h>
    
    #include <sanitizer/msan_interface.h>
    
    // cgoTracebackArg is the type of the argument passed to msanGoTraceback.
    struct cgoTracebackArg {
    	uintptr_t context;
    	uintptr_t sigContext;
    	uintptr_t* buf;
    	uintptr_t max;
    };
    
    // msanGoTraceback is registered as the cgo traceback function.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 18 21:30:58 UTC 2023
    - 2.7K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/test/ssa_test.go

    	"runtime"
    	"strings"
    	"testing"
    )
    
    // runGenTest runs a test-generator, then runs the generated test.
    // Generated test can either fail in compilation or execution.
    // The environment variable parameter(s) is passed to the run
    // of the generated test.
    func runGenTest(t *testing.T, filename, tmpname string, ev ...string) {
    	testenv.MustHaveGoRun(t)
    	gotool := testenv.GoToolPath(t)
    	var stdout, stderr bytes.Buffer
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 05 23:35:29 UTC 2023
    - 4.9K bytes
    - Viewed (0)
  3. src/bufio/bufio.go

    // to the default size.
    // Calling b.Reset(b) (that is, resetting a [Reader] to itself) does nothing.
    func (b *Reader) Reset(r io.Reader) {
    	// If a Reader r is passed to NewReader, NewReader will return r.
    	// Different layers of code may do that, and then later pass r
    	// to Reset. Avoid infinite recursion in that case.
    	if b == r {
    		return
    	}
    	if b.buf == nil {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 12 14:39:08 UTC 2023
    - 21.8K bytes
    - Viewed (0)
  4. src/cmd/cgo/doc.go

    pointers, depending on the element types. All the discussion below
    about Go pointers applies not just to pointer types, but also to other
    types that include Go pointers.
    
    All Go pointers passed to C must point to pinned Go memory. Go pointers
    passed as function arguments to C functions have the memory they point to
    implicitly pinned for the duration of the call. Go memory reachable from
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 17:12:16 UTC 2024
    - 42.2K bytes
    - Viewed (0)
  5. src/cmd/compile/internal/ssa/loopbce.go

    	//	min <  ind <  max    [if flags == indVarMinExc]
    	//	min <= ind <= max    [if flags == indVarMaxInc]
    	//	min <  ind <= max    [if flags == indVarMinExc|indVarMaxInc]
    }
    
    // parseIndVar checks whether the SSA value passed as argument is a valid induction
    // variable, and, if so, extracts:
    //   - the minimum bound
    //   - the increment value
    //   - the "next" value (SSA value that is Phi'd into the induction variable every loop)
    //
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 07 17:37:47 UTC 2023
    - 11.8K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ir/func.go

    // has an ODCLFUNC (and a matching ONAME) representing the compiled
    // underlying form of the closure, which accesses the captured variables
    // using a special data structure passed in a register.
    //
    // A method declaration is represented like functions, except f.Sym
    // will be the qualified method name (e.g., "T.m").
    //
    // A method expression (T.M) is represented as an OMETHEXPR node,
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 21.1K bytes
    - Viewed (0)
  7. src/cmd/compile/internal/inline/inlheur/scoring.go

    // fall broadly into three categories:
    //
    // 1) adjustments based solely on the callsite context (ex: call
    // appears on panic path)
    //
    // 2) adjustments that take into account specific interesting values
    // passed at a call site (ex: passing a constant that could result in
    // cprop/deadcode in the caller)
    //
    // 3) adjustments that take into account values returned from the call
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Mar 27 20:42:52 UTC 2024
    - 24.2K bytes
    - Viewed (0)
  8. src/cmd/compile/internal/ssa/schedule.go

    // than a full scheduling as done above.
    // Note that simple dependency order won't work: there is no
    // dependency between NilChecks and values like IsNonNil.
    // Auxiliary data structures are passed in as arguments, so
    // that they can be allocated in the caller and be reused.
    // This function takes care of reset them.
    func storeOrder(values []*Value, sset *sparseSet, storeNumber []int32) []*Value {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 08 15:53:17 UTC 2024
    - 16.4K bytes
    - Viewed (0)
  9. src/cmd/compile/internal/ssa/compile.go

    will emit debug output for all functions, and other passes will
    only emit debug output for functions that match the current
    GOSSAFUNC value.
    
    Multiple flags can be passed at once, by separating them with
    commas. For example:
    
        -d=ssa/check/on,ssa/all/time
    `
    	}
    
    	if phase == "check" {
    		switch flag {
    		case "on":
    			checkEnabled = val != 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Apr 22 14:55:18 UTC 2024
    - 18.6K bytes
    - Viewed (0)
  10. src/cmd/compile/internal/ssa/_gen/RISCV64Ops.go

    		gpregmask:       gpMask,
    		fpregmask:       fpMask,
    		framepointerreg: -1, // not used
    		// Integer parameters passed in register X10-X17, X8-X9, X18-X23
    		ParamIntRegNames: "X10 X11 X12 X13 X14 X15 X16 X17 X8 X9 X18 X19 X20 X21 X22 X23",
    		// Float parameters passed in register F10-F17, F8-F9, F18-F23
    		ParamFloatRegNames: "F10 F11 F12 F13 F14 F15 F16 F17 F8 F9 F18 F19 F20 F21 F22 F23",
    	})
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Mar 07 14:57:07 UTC 2024
    - 30.7K bytes
    - Viewed (0)
Back to top