Home
last modified time | relevance | path

Searched refs:StringHeaderExpr (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ir/
Dexpr.go637 type StringHeaderExpr struct { struct
643 func NewStringHeaderExpr(pos src.XPos, ptr, len Node) *StringHeaderExpr {
644 n := &StringHeaderExpr{Ptr: ptr, Len: len}
Dnode_gen.go1479 func (n *StringHeaderExpr) Format(s fmt.State, verb rune) { fmtNode(n, s, verb) }
1480 func (n *StringHeaderExpr) copy() Node {
1485 func (n *StringHeaderExpr) doChildren(do func(Node) bool) bool {
1497 func (n *StringHeaderExpr) editChildren(edit func(Node) Node) {
1506 func (n *StringHeaderExpr) editChildrenWithHidden(edit func(Node) Node) {
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/walk/
Dexpr.go264 n := n.(*ir.StringHeaderExpr)
897 func walkStringHeader(n *ir.StringHeaderExpr, init *ir.Nodes) ir.Node { argument
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/typecheck/
Dexpr.go849 func tcStringHeader(n *ir.StringHeaderExpr) ir.Node { argument
Dtypecheck.go377 n := n.(*ir.StringHeaderExpr)
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/compile/internal/ssagen/
Dssa.go3379 n := n.(*ir.StringHeaderExpr)