Home
last modified time | relevance | path

Searched refs:tryIdentOrType (Results 1 – 25 of 52) sorted by relevance

123

/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/parser/
H A Dparser.go483 typ := p.tryIdentOrType()
589 elt := p.tryIdentOrType()
962 typ := p.tryIdentOrType()
1098 t := p.tryIdentOrType()
1136 if t := p.tryIdentOrType(); t != nil {
1235 func (p *parser) tryIdentOrType() ast.Expr { func
1362 if typ := p.tryIdentOrType(); typ != nil { // do not consume trailing type parameters
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/parser/
H A Dparser.go787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
796 return p.tryIdentOrType()
1019 func (p *parser) tryIdentOrType() ast.Expr { func
1051 typ := p.tryIdentOrType()
1159 if typ := p.tryIdentOrType(); typ != nil {
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/parser/
H A Dparser.go787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
796 return p.tryIdentOrType()
1019 func (p *parser) tryIdentOrType() ast.Expr { func
1051 typ := p.tryIdentOrType()
1159 if typ := p.tryIdentOrType(); typ != nil {
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc48/gcc-4.8.5/libgo/go/go/parser/
H A Dparser.go738 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
747 return p.tryIdentOrType()
984 func (p *parser) tryIdentOrType() ast.Expr { func
1016 typ := p.tryIdentOrType()
1124 if typ := p.tryIdentOrType(); typ != nil {
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
796 return p.tryIdentOrType()
1019 func (p *parser) tryIdentOrType() ast.Expr { func
1051 typ := p.tryIdentOrType()
1159 if typ := p.tryIdentOrType(); typ != nil {
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
796 return p.tryIdentOrType()
1019 func (p *parser) tryIdentOrType() ast.Expr { func
1051 typ := p.tryIdentOrType()
1159 if typ := p.tryIdentOrType(); typ != nil {
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/parser/
H A Dparser.go787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
796 return p.tryIdentOrType()
1019 func (p *parser) tryIdentOrType() ast.Expr { func
1051 typ := p.tryIdentOrType()
1159 if typ := p.tryIdentOrType(); typ != nil {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
796 return p.tryIdentOrType()
1019 func (p *parser) tryIdentOrType() ast.Expr { func
1051 typ := p.tryIdentOrType()
1159 if typ := p.tryIdentOrType(); typ != nil {
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go787 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
796 return p.tryIdentOrType()
1019 func (p *parser) tryIdentOrType() ast.Expr { func
1051 typ := p.tryIdentOrType()
1159 if typ := p.tryIdentOrType(); typ != nil {
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/go/parser/
H A Dparser.go738 typ := p.tryIdentOrType() // don't use parseType so we can provide better error message
747 return p.tryIdentOrType()
984 func (p *parser) tryIdentOrType() ast.Expr { func
1016 typ := p.tryIdentOrType()
1124 if typ := p.tryIdentOrType(); typ != nil {
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/libgo/go/go/printer/testdata/
H A Dparser.go607 typ := p.tryIdentOrType(isParam) // don't use parseType so we can provide better error message
617 return p.tryIdentOrType(false)
842 func (p *parser) tryIdentOrType(ellipsisOk bool) ast.Expr { func
874 typ := p.tryIdentOrType(false)
982 if typ := p.tryIdentOrType(true); typ != nil {

123