Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for argsFor (0.11 sec)

  1. src/cmd/asm/internal/lex/input.go

    			continue
    		}
    		tokens = append(tokens, substitution...)
    	}
    	in.Push(NewSlice(in.Base(), in.Line(), tokens))
    }
    
    // argsFor returns a map from formal name to actual value for this argumented macro invocation.
    // The opening parenthesis has been absorbed.
    func (in *Input) argsFor(macro *Macro) map[string][]Token {
    	var args [][]Token
    	// One macro argument per iteration. Collect them all and check counts afterwards.
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Wed Nov 12 03:59:40 UTC 2025
    - 12.4K bytes
    - Viewed (0)
  2. api/go1.26.txt

    pkg go/ast, type BasicLit struct, ValueEnd token.Pos #76031
    pkg go/ast, type Directive struct #68021
    pkg go/ast, type Directive struct, Args string #68021
    pkg go/ast, type Directive struct, ArgsPos token.Pos #68021
    pkg go/ast, type Directive struct, Name string #68021
    pkg go/ast, type Directive struct, Slash token.Pos #68021
    pkg go/ast, type Directive struct, Tool string #68021
    Registered: Tue Dec 30 11:13:12 UTC 2025
    - Last Modified: Thu Dec 11 19:57:52 UTC 2025
    - 11.5K bytes
    - Viewed (0)
Back to top