Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for aib (0.03 sec)

  1. src/cmd/compile/internal/abt/avlint32_test.go

    	assert(t, AIB, aib2, "aib2")
    	if B.Find(3) != aib2.Find(3) {
    		t.Errorf("Failed aliasing/reuse check, B/aib2")
    	}
    	aib3 := B.Intersection(A, first)
    	assert(t, AIB, aib3, "aib3")
    	if A.Find(3) != aib3.Find(3) {
    		// A is smaller, intersection favors reuse from smaller when function is "first"
    		t.Errorf("Failed aliasing/reuse check, A/aib3")
    	}
    	aib4 := B.Intersection(A, second)
    	assert(t, AIB, aib4, "aib4")
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 11 16:34:41 UTC 2022
    - 20.3K bytes
    - Viewed (0)
Back to top