HomeSort by relevance Sort by last modified time
    Searched defs:typeof (Results 1 - 8 of 8) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/fix/
typecheck.go 89 // typeof returns the type of the given name, which may be of
91 func (cfg *TypeConfig) typeof(name string) string { func
143 // typeof maps AST nodes to type information in gofmt string form.
146 func typecheck(cfg *TypeConfig, f *ast.File) (typeof map[interface{}]string, assign map[string][]interface{}) {
147 typeof = make(map[interface{}]string)
220 typecheck1(cfg, fn.Type, typeof, assign)
221 t := typeof[fn.Type]
224 rcvr := typeof[fn.Recv]
230 typeof[fn.Recv.List[0].Type] = rcvr
236 typeof[rcvr+"."+fn.Name.Name] =
    [all...]
  /prebuilts/go/darwin-x86/test/
convert.go 13 func typeof(x interface{}) string { return reflect.TypeOf(x).String() } func
31 want := typeof(g)
32 if t := typeof(f); t != want {
37 want = typeof(a)
38 if t := typeof(+a); t != want {
42 if t := typeof(a + 0); t != want {
  /prebuilts/go/linux-x86/src/cmd/fix/
typecheck.go 89 // typeof returns the type of the given name, which may be of
91 func (cfg *TypeConfig) typeof(name string) string { func
143 // typeof maps AST nodes to type information in gofmt string form.
146 func typecheck(cfg *TypeConfig, f *ast.File) (typeof map[interface{}]string, assign map[string][]interface{}) {
147 typeof = make(map[interface{}]string)
220 typecheck1(cfg, fn.Type, typeof, assign)
221 t := typeof[fn.Type]
224 rcvr := typeof[fn.Recv]
230 typeof[fn.Recv.List[0].Type] = rcvr
236 typeof[rcvr+"."+fn.Name.Name] =
    [all...]
  /prebuilts/go/linux-x86/test/
convert.go 13 func typeof(x interface{}) string { return reflect.TypeOf(x).String() } func
31 want := typeof(g)
32 if t := typeof(f); t != want {
37 want = typeof(a)
38 if t := typeof(+a); t != want {
42 if t := typeof(a + 0); t != want {
  /prebuilts/tools/common/m2/repository/net/sourceforge/pmd/pmd/5.1.1/
pmd-5.1.1.jar 
  /prebuilts/tools/common/m2/repository/net/sourceforge/htmlunit/htmlunit-core-js/2.14/
htmlunit-core-js-2.14.jar 
  /prebuilts/tools/common/m2/repository/org/mozilla/rhino/1.7R3/
rhino-1.7R3.jar 
  /external/v8/src/inspector/build/closure-compiler/
closure-compiler.jar 

Completed in 397 milliseconds