Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for InlIndex (0.08 sec)

  1. src/cmd/internal/obj/inl.go

    }
    
    func (tree *InlTree) InlinedFunction(inlIndex int) *LSym {
    	return tree.nodes[inlIndex].Func
    }
    
    func (tree *InlTree) CallPos(inlIndex int) src.XPos {
    	return tree.nodes[inlIndex].Pos
    }
    
    func (tree *InlTree) setParentPC(inlIndex int, pc int32) {
    	tree.nodes[inlIndex].ParentPC = pc
    }
    
    // OutermostPos returns the outermost position corresponding to xpos,
    // which is where xpos was ultimately inlined to. In the example for
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 22 22:47:15 UTC 2023
    - 4.4K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/text/internal/language/compact/tags.go

    	Burmese              Tag = Tag{language: myIndex, locale: myIndex}
    	Nepali               Tag = Tag{language: neIndex, locale: neIndex}
    	Dutch                Tag = Tag{language: nlIndex, locale: nlIndex}
    	Norwegian            Tag = Tag{language: noIndex, locale: noIndex}
    	Punjabi              Tag = Tag{language: paIndex, locale: paIndex}
    	Polish               Tag = Tag{language: plIndex, locale: plIndex}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Jan 24 13:01:26 UTC 2024
    - 5.5K bytes
    - Viewed (0)
Back to top