Home
last modified time | relevance | path

Searched refs:parseFuncType (Results 1 – 25 of 56) sorted by relevance

123

/dports/lang/gomacro/gomacro-2.7-304-g2f4dc7c/parser/
H A Dparser.diffs162 -func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) {
163 +func (p *parser) parseFuncType(tok token.Token) (*ast.FuncType, *ast.Scope) {
178 - typ, _ := p.parseFuncType()
180 + typ, _ := p.parseFuncType(p.tok)
212 - typ, scope := p.parseFuncType()
213 + typ, scope := p.parseFuncType(tok)
/dports/biology/bowtie2/bowtie2-2.4.4/
H A Daligner_seed_policy.cpp30 static int parseFuncType(const std::string& otype) { in parseFuncType() function
49 fv.setType(parseFuncType(ctoks[0])); \
H A Dbt2_dp.cpp222 static int parseFuncType(const std::string& otype) { in parseFuncType() function
241 fv.setType(parseFuncType(args[0])); \
/dports/biology/hisat2/hisat2-2.2.1/
H A Daligner_seed_policy.cpp30 static int parseFuncType(const std::string& otype) { in parseFuncType() function
49 fv.setType(parseFuncType(ctoks[0])); \
/dports/net-im/matterbridge/matterbridge-1.22.3/vendor/github.com/d5/tengo/v2/parser/
H A Dparser.go509 typ := p.parseFuncType()
575 func (p *Parser) parseFuncType() *FuncType { func
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc6-aux/gcc-6-20180516/libgo/go/go/parser/
H A Dparser.go915 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
1030 typ, _ := p.parseFuncType()
1111 typ, scope := p.parseFuncType()
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/parser/
H A Dparser.go915 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
1030 typ, _ := p.parseFuncType()
1111 typ, scope := p.parseFuncType()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc48/gcc-4.8.5/libgo/go/go/parser/
H A Dparser.go880 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
995 typ, _ := p.parseFuncType()
1076 typ, scope := p.parseFuncType()
/dports/net/google-cloud-sdk-app-engine-go/platform/google_appengine/goroot-1.9/src/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc10/gcc-10.3.0/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go915 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
1030 typ, _ := p.parseFuncType()
1111 typ, scope := p.parseFuncType()
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc11/gcc-11.2.0/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go915 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
1030 typ, _ := p.parseFuncType()
1111 typ, scope := p.parseFuncType()
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gnat_util/gcc-6-20180516/libgo/go/go/parser/
H A Dparser.go915 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
1030 typ, _ := p.parseFuncType()
1111 typ, scope := p.parseFuncType()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/parser/
H A Dparser.go915 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
1030 typ, _ := p.parseFuncType()
1111 typ, scope := p.parseFuncType()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()
/dports/lang/gcc9-devel/gcc-9-20211007/libgo/go/go/printer/testdata/
H A Dparser.go747 func (p *parser) parseFuncType() (*ast.FuncType, *ast.Scope) { func
853 typ, _ := p.parseFuncType()
934 typ, scope := p.parseFuncType()

123