- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for issueError (0.04 sec)
-
src/cmd/asm/internal/asm/parse.go
// "<ABI0>" yielding (false, obj.ABI0) // "<ABIInternal>" yielding (false, obj.ABIInternal) // // Anything else beginning with "<" logs an error if issueError is // true, otherwise returns (false, obj.ABI0). func (p *Parser) symRefAttrs(name string, issueError bool) (bool, obj.ABI) { abi := obj.ABI0 isStatic := false if p.peek() != '<' { return isStatic, abi } p.next() tok := p.peek()
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Feb 14 15:13:11 UTC 2025 - 37.3K bytes - Viewed (0)