Lines Matching full:go
288 pkg go/ast, type EmptyStmt struct, Implicit bool
289 pkg go/build, type Package struct, PkgTargetRoot string
290 pkg go/constant, const Bool = 1
291 pkg go/constant, const Bool Kind
292 pkg go/constant, const Complex = 5
293 pkg go/constant, const Complex Kind
294 pkg go/constant, const Float = 4
295 pkg go/constant, const Float Kind
296 pkg go/constant, const Int = 3
297 pkg go/constant, const Int Kind
298 pkg go/constant, const String = 2
299 pkg go/constant, const String Kind
300 pkg go/constant, const Unknown = 0
301 pkg go/constant, const Unknown Kind
302 pkg go/constant, func BinaryOp(Value, token.Token, Value) Value
303 pkg go/constant, func BitLen(Value) int
304 pkg go/constant, func BoolVal(Value) bool
305 pkg go/constant, func Bytes(Value) []uint8
306 pkg go/constant, func Compare(Value, token.Token, Value) bool
307 pkg go/constant, func Denom(Value) Value
308 pkg go/constant, func Float32Val(Value) (float32, bool)
309 pkg go/constant, func Float64Val(Value) (float64, bool)
310 pkg go/constant, func Imag(Value) Value
311 pkg go/constant, func Int64Val(Value) (int64, bool)
312 pkg go/constant, func MakeBool(bool) Value
313 pkg go/constant, func MakeFloat64(float64) Value
314 pkg go/constant, func MakeFromBytes([]uint8) Value
315 pkg go/constant, func MakeFromLiteral(string, token.Token, uint) Value
316 pkg go/constant, func MakeImag(Value) Value
317 pkg go/constant, func MakeInt64(int64) Value
318 pkg go/constant, func MakeString(string) Value
319 pkg go/constant, func MakeUint64(uint64) Value
320 pkg go/constant, func MakeUnknown() Value
321 pkg go/constant, func Num(Value) Value
322 pkg go/constant, func Real(Value) Value
323 pkg go/constant, func Shift(Value, token.Token, uint) Value
324 pkg go/constant, func Sign(Value) int
325 pkg go/constant, func StringVal(Value) string
326 pkg go/constant, func Uint64Val(Value) (uint64, bool)
327 pkg go/constant, func UnaryOp(token.Token, Value, uint) Value
328 pkg go/constant, type Kind int
329 pkg go/constant, type Value interface, Kind() Kind
330 pkg go/constant, type Value interface, String() string
331 pkg go/constant, type Value interface, unexported methods
332 pkg go/importer, func Default() types.Importer
333 pkg go/importer, func For(string, Lookup) types.Importer
334 pkg go/importer, type Lookup func(string) (io.ReadCloser, error)
335 pkg go/parser, func ParseExprFrom(*token.FileSet, string, interface{}, Mode) (ast.Expr, error)
336 pkg go/types, const Bool = 1
337 pkg go/types, const Bool BasicKind
338 pkg go/types, const Byte = 8
339 pkg go/types, const Byte BasicKind
340 pkg go/types, const Complex128 = 16
341 pkg go/types, const Complex128 BasicKind
342 pkg go/types, const Complex64 = 15
343 pkg go/types, const Complex64 BasicKind
344 pkg go/types, const FieldVal = 0
345 pkg go/types, const FieldVal SelectionKind
346 pkg go/types, const Float32 = 13
347 pkg go/types, const Float32 BasicKind
348 pkg go/types, const Float64 = 14
349 pkg go/types, const Float64 BasicKind
350 pkg go/types, const Int = 2
351 pkg go/types, const Int BasicKind
352 pkg go/types, const Int16 = 4
353 pkg go/types, const Int16 BasicKind
354 pkg go/types, const Int32 = 5
355 pkg go/types, const Int32 BasicKind
356 pkg go/types, const Int64 = 6
357 pkg go/types, const Int64 BasicKind
358 pkg go/types, const Int8 = 3
359 pkg go/types, const Int8 BasicKind
360 pkg go/types, const Invalid = 0
361 pkg go/types, const Invalid BasicKind
362 pkg go/types, const IsBoolean = 1
363 pkg go/types, const IsBoolean BasicInfo
364 pkg go/types, const IsComplex = 16
365 pkg go/types, const IsComplex BasicInfo
366 pkg go/types, const IsConstType = 59
367 pkg go/types, const IsConstType BasicInfo
368 pkg go/types, const IsFloat = 8
369 pkg go/types, const IsFloat BasicInfo
370 pkg go/types, const IsInteger = 2
371 pkg go/types, const IsInteger BasicInfo
372 pkg go/types, const IsNumeric = 26
373 pkg go/types, const IsNumeric BasicInfo
374 pkg go/types, const IsOrdered = 42
375 pkg go/types, const IsOrdered BasicInfo
376 pkg go/types, const IsString = 32
377 pkg go/types, const IsString BasicInfo
378 pkg go/types, const IsUnsigned = 4
379 pkg go/types, const IsUnsigned BasicInfo
380 pkg go/types, const IsUntyped = 64
381 pkg go/types, const IsUntyped BasicInfo
382 pkg go/types, const MethodExpr = 2
383 pkg go/types, const MethodExpr SelectionKind
384 pkg go/types, const MethodVal = 1
385 pkg go/types, const MethodVal SelectionKind
386 pkg go/types, const RecvOnly = 2
387 pkg go/types, const RecvOnly ChanDir
388 pkg go/types, const Rune = 5
389 pkg go/types, const Rune BasicKind
390 pkg go/types, const SendOnly = 1
391 pkg go/types, const SendOnly ChanDir
392 pkg go/types, const SendRecv = 0
393 pkg go/types, const SendRecv ChanDir
394 pkg go/types, const String = 17
395 pkg go/types, const String BasicKind
396 pkg go/types, const Uint = 7
397 pkg go/types, const Uint BasicKind
398 pkg go/types, const Uint16 = 9
399 pkg go/types, const Uint16 BasicKind
400 pkg go/types, const Uint32 = 10
401 pkg go/types, const Uint32 BasicKind
402 pkg go/types, const Uint64 = 11
403 pkg go/types, const Uint64 BasicKind
404 pkg go/types, const Uint8 = 8
405 pkg go/types, const Uint8 BasicKind
406 pkg go/types, const Uintptr = 12
407 pkg go/types, const Uintptr BasicKind
408 pkg go/types, const UnsafePointer = 18
409 pkg go/types, const UnsafePointer BasicKind
410 pkg go/types, const UntypedBool = 19
411 pkg go/types, const UntypedBool BasicKind
412 pkg go/types, const UntypedComplex = 23
413 pkg go/types, const UntypedComplex BasicKind
414 pkg go/types, const UntypedFloat = 22
415 pkg go/types, const UntypedFloat BasicKind
416 pkg go/types, const UntypedInt = 20
417 pkg go/types, const UntypedInt BasicKind
418 pkg go/types, const UntypedNil = 25
419 pkg go/types, const UntypedNil BasicKind
420 pkg go/types, const UntypedRune = 21
421 pkg go/types, const UntypedRune BasicKind
422 pkg go/types, const UntypedString = 24
423 pkg go/types, const UntypedString BasicKind
424 pkg go/types, func AssertableTo(*Interface, Type) bool
425 pkg go/types, func AssignableTo(Type, Type) bool
426 pkg go/types, func Comparable(Type) bool
427 pkg go/types, func ConvertibleTo(Type, Type) bool
428 pkg go/types, func DefPredeclaredTestFuncs()
429 pkg go/types, func Eval(*token.FileSet, *Package, token.Pos, string) (TypeAndValue, error)
430 pkg go/types, func ExprString(ast.Expr) string
431 pkg go/types, func Id(*Package, string) string
432 pkg go/types, func Identical(Type, Type) bool
433 pkg go/types, func Implements(Type, *Interface) bool
434 pkg go/types, func IsInterface(Type) bool
435 pkg go/types, func LookupFieldOrMethod(Type, bool, *Package, string) (Object, []int, bool)
436 pkg go/types, func MissingMethod(Type, *Interface, bool) (*Func, bool)
437 pkg go/types, func NewArray(Type, int64) *Array
438 pkg go/types, func NewChan(ChanDir, Type) *Chan
439 pkg go/types, func NewChecker(*Config, *token.FileSet, *Package, *Info) *Checker
440 pkg go/types, func NewConst(token.Pos, *Package, string, Type, constant.Value) *Const
441 pkg go/types, func NewField(token.Pos, *Package, string, Type, bool) *Var
442 pkg go/types, func NewFunc(token.Pos, *Package, string, *Signature) *Func
443 pkg go/types, func NewInterface([]*Func, []*Named) *Interface
444 pkg go/types, func NewLabel(token.Pos, *Package, string) *Label
445 pkg go/types, func NewMap(Type, Type) *Map
446 pkg go/types, func NewMethodSet(Type) *MethodSet
447 pkg go/types, func NewNamed(*TypeName, Type, []*Func) *Named
448 pkg go/types, func NewPackage(string, string) *Package
449 pkg go/types, func NewParam(token.Pos, *Package, string, Type) *Var
450 pkg go/types, func NewPkgName(token.Pos, *Package, string, *Package) *PkgName
451 pkg go/types, func NewPointer(Type) *Pointer
452 pkg go/types, func NewScope(*Scope, token.Pos, token.Pos, string) *Scope
453 pkg go/types, func NewSignature(*Var, *Tuple, *Tuple, bool) *Signature
454 pkg go/types, func NewSlice(Type) *Slice
455 pkg go/types, func NewStruct([]*Var, []string) *Struct
456 pkg go/types, func NewTuple(...*Var) *Tuple
457 pkg go/types, func NewTypeName(token.Pos, *Package, string, Type) *TypeName
458 pkg go/types, func NewVar(token.Pos, *Package, string, Type) *Var
459 pkg go/types, func ObjectString(Object, Qualifier) string
460 pkg go/types, func RelativeTo(*Package) Qualifier
461 pkg go/types, func SelectionString(*Selection, Qualifier) string
462 pkg go/types, func TypeString(Type, Qualifier) string
463 pkg go/types, func WriteExpr(*bytes.Buffer, ast.Expr)
464 pkg go/types, func WriteSignature(*bytes.Buffer, *Signature, Qualifier)
465 pkg go/types, func WriteType(*bytes.Buffer, Type, Qualifier)
466 pkg go/types, method (*Array) Elem() Type
467 pkg go/types, method (*Array) Len() int64
468 pkg go/types, method (*Array) String() string
469 pkg go/types, method (*Array) Underlying() Type
470 pkg go/types, method (*Basic) Info() BasicInfo
471 pkg go/types, method (*Basic) Kind() BasicKind
472 pkg go/types, method (*Basic) Name() string
473 pkg go/types, method (*Basic) String() string
474 pkg go/types, method (*Basic) Underlying() Type
475 pkg go/types, method (*Builtin) Exported() bool
476 pkg go/types, method (*Builtin) Id() string
477 pkg go/types, method (*Builtin) Name() string
478 pkg go/types, method (*Builtin) Parent() *Scope
479 pkg go/types, method (*Builtin) Pkg() *Package
480 pkg go/types, method (*Builtin) Pos() token.Pos
481 pkg go/types, method (*Builtin) String() string
482 pkg go/types, method (*Builtin) Type() Type
483 pkg go/types, method (*Chan) Dir() ChanDir
484 pkg go/types, method (*Chan) Elem() Type
485 pkg go/types, method (*Chan) String() string
486 pkg go/types, method (*Chan) Underlying() Type
487 pkg go/types, method (*Checker) Files([]*ast.File) error
488 pkg go/types, method (*Config) Check(string, *token.FileSet, []*ast.File, *Info) (*Package, error)
489 pkg go/types, method (*Const) Exported() bool
490 pkg go/types, method (*Const) Id() string
491 pkg go/types, method (*Const) Name() string
492 pkg go/types, method (*Const) Parent() *Scope
493 pkg go/types, method (*Const) Pkg() *Package
494 pkg go/types, method (*Const) Pos() token.Pos
495 pkg go/types, method (*Const) String() string
496 pkg go/types, method (*Const) Type() Type
497 pkg go/types, method (*Const) Val() constant.Value
498 pkg go/types, method (*Func) Exported() bool
499 pkg go/types, method (*Func) FullName() string
500 pkg go/types, method (*Func) Id() string
501 pkg go/types, method (*Func) Name() string
502 pkg go/types, method (*Func) Parent() *Scope
503 pkg go/types, method (*Func) Pkg() *Package
504 pkg go/types, method (*Func) Pos() token.Pos
505 pkg go/types, method (*Func) Scope() *Scope
506 pkg go/types, method (*Func) String() string
507 pkg go/types, method (*Func) Type() Type
508 pkg go/types, method (*Info) ObjectOf(*ast.Ident) Object
509 pkg go/types, method (*Info) TypeOf(ast.Expr) Type
510 pkg go/types, method (*Initializer) String() string
511 pkg go/types, method (*Interface) Complete() *Interface
512 pkg go/types, method (*Interface) Embedded(int) *Named
513 pkg go/types, method (*Interface) Empty() bool
514 pkg go/types, method (*Interface) ExplicitMethod(int) *Func
515 pkg go/types, method (*Interface) Method(int) *Func
516 pkg go/types, method (*Interface) NumEmbeddeds() int
517 pkg go/types, method (*Interface) NumExplicitMethods() int
518 pkg go/types, method (*Interface) NumMethods() int
519 pkg go/types, method (*Interface) String() string
520 pkg go/types, method (*Interface) Underlying() Type
521 pkg go/types, method (*Label) Exported() bool
522 pkg go/types, method (*Label) Id() string
523 pkg go/types, method (*Label) Name() string
524 pkg go/types, method (*Label) Parent() *Scope
525 pkg go/types, method (*Label) Pkg() *Package
526 pkg go/types, method (*Label) Pos() token.Pos
527 pkg go/types, method (*Label) String() string
528 pkg go/types, method (*Label) Type() Type
529 pkg go/types, method (*Map) Elem() Type
530 pkg go/types, method (*Map) Key() Type
531 pkg go/types, method (*Map) String() string
532 pkg go/types, method (*Map) Underlying() Type
533 pkg go/types, method (*MethodSet) At(int) *Selection
534 pkg go/types, method (*MethodSet) Len() int
535 pkg go/types, method (*MethodSet) Lookup(*Package, string) *Selection
536 pkg go/types, method (*MethodSet) String() string
537 pkg go/types, method (*Named) AddMethod(*Func)
538 pkg go/types, method (*Named) Method(int) *Func
539 pkg go/types, method (*Named) NumMethods() int
540 pkg go/types, method (*Named) Obj() *TypeName
541 pkg go/types, method (*Named) SetUnderlying(Type)
542 pkg go/types, method (*Named) String() string
543 pkg go/types, method (*Named) Underlying() Type
544 pkg go/types, method (*Nil) Exported() bool
545 pkg go/types, method (*Nil) Id() string
546 pkg go/types, method (*Nil) Name() string
547 pkg go/types, method (*Nil) Parent() *Scope
548 pkg go/types, method (*Nil) Pkg() *Package
549 pkg go/types, method (*Nil) Pos() token.Pos
550 pkg go/types, method (*Nil) String() string
551 pkg go/types, method (*Nil) Type() Type
552 pkg go/types, method (*Package) Complete() bool
553 pkg go/types, method (*Package) Imports() []*Package
554 pkg go/types, method (*Package) MarkComplete()
555 pkg go/types, method (*Package) Name() string
556 pkg go/types, method (*Package) Path() string
557 pkg go/types, method (*Package) Scope() *Scope
558 pkg go/types, method (*Package) SetImports([]*Package)
559 pkg go/types, method (*Package) String() string
560 pkg go/types, method (*PkgName) Exported() bool
561 pkg go/types, method (*PkgName) Id() string
562 pkg go/types, method (*PkgName) Imported() *Package
563 pkg go/types, method (*PkgName) Name() string
564 pkg go/types, method (*PkgName) Parent() *Scope
565 pkg go/types, method (*PkgName) Pkg() *Package
566 pkg go/types, method (*PkgName) Pos() token.Pos
567 pkg go/types, method (*PkgName) String() string
568 pkg go/types, method (*PkgName) Type() Type
569 pkg go/types, method (*Pointer) Elem() Type
570 pkg go/types, method (*Pointer) String() string
571 pkg go/types, method (*Pointer) Underlying() Type
572 pkg go/types, method (*Scope) Child(int) *Scope
573 pkg go/types, method (*Scope) Contains(token.Pos) bool
574 pkg go/types, method (*Scope) End() token.Pos
575 pkg go/types, method (*Scope) Innermost(token.Pos) *Scope
576 pkg go/types, method (*Scope) Insert(Object) Object
577 pkg go/types, method (*Scope) Len() int
578 pkg go/types, method (*Scope) Lookup(string) Object
579 pkg go/types, method (*Scope) LookupParent(string, token.Pos) (*Scope, Object)
580 pkg go/types, method (*Scope) Names() []string
581 pkg go/types, method (*Scope) NumChildren() int
582 pkg go/types, method (*Scope) Parent() *Scope
583 pkg go/types, method (*Scope) Pos() token.Pos
584 pkg go/types, method (*Scope) String() string
585 pkg go/types, method (*Scope) WriteTo(io.Writer, int, bool)
586 pkg go/types, method (*Selection) Index() []int
587 pkg go/types, method (*Selection) Indirect() bool
588 pkg go/types, method (*Selection) Kind() SelectionKind
589 pkg go/types, method (*Selection) Obj() Object
590 pkg go/types, method (*Selection) Recv() Type
591 pkg go/types, method (*Selection) String() string
592 pkg go/types, method (*Selection) Type() Type
593 pkg go/types, method (*Signature) Params() *Tuple
594 pkg go/types, method (*Signature) Recv() *Var
595 pkg go/types, method (*Signature) Results() *Tuple
596 pkg go/types, method (*Signature) String() string
597 pkg go/types, method (*Signature) Underlying() Type
598 pkg go/types, method (*Signature) Variadic() bool
599 pkg go/types, method (*Slice) Elem() Type
600 pkg go/types, method (*Slice) String() string
601 pkg go/types, method (*Slice) Underlying() Type
602 pkg go/types, method (*StdSizes) Alignof(Type) int64
603 pkg go/types, method (*StdSizes) Offsetsof([]*Var) []int64
604 pkg go/types, method (*StdSizes) Sizeof(Type) int64
605 pkg go/types, method (*Struct) Field(int) *Var
606 pkg go/types, method (*Struct) NumFields() int
607 pkg go/types, method (*Struct) String() string
608 pkg go/types, method (*Struct) Tag(int) string
609 pkg go/types, method (*Struct) Underlying() Type
610 pkg go/types, method (*Tuple) At(int) *Var
611 pkg go/types, method (*Tuple) Len() int
612 pkg go/types, method (*Tuple) String() string
613 pkg go/types, method (*Tuple) Underlying() Type
614 pkg go/types, method (*TypeName) Exported() bool
615 pkg go/types, method (*TypeName) Id() string
616 pkg go/types, method (*TypeName) Name() string
617 pkg go/types, method (*TypeName) Parent() *Scope
618 pkg go/types, method (*TypeName) Pkg() *Package
619 pkg go/types, method (*TypeName) Pos() token.Pos
620 pkg go/types, method (*TypeName) String() string
621 pkg go/types, method (*TypeName) Type() Type
622 pkg go/types, method (*Var) Anonymous() bool
623 pkg go/types, method (*Var) Exported() bool
624 pkg go/types, method (*Var) Id() string
625 pkg go/types, method (*Var) IsField() bool
626 pkg go/types, method (*Var) Name() string
627 pkg go/types, method (*Var) Parent() *Scope
628 pkg go/types, method (*Var) Pkg() *Package
629 pkg go/types, method (*Var) Pos() token.Pos
630 pkg go/types, method (*Var) String() string
631 pkg go/types, method (*Var) Type() Type
632 pkg go/types, method (Checker) ObjectOf(*ast.Ident) Object
633 pkg go/types, method (Checker) TypeOf(ast.Expr) Type
634 pkg go/types, method (Error) Error() string
635 pkg go/types, method (TypeAndValue) Addressable() bool
636 pkg go/types, method (TypeAndValue) Assignable() bool
637 pkg go/types, method (TypeAndValue) HasOk() bool
638 pkg go/types, method (TypeAndValue) IsBuiltin() bool
639 pkg go/types, method (TypeAndValue) IsNil() bool
640 pkg go/types, method (TypeAndValue) IsType() bool
641 pkg go/types, method (TypeAndValue) IsValue() bool
642 pkg go/types, method (TypeAndValue) IsVoid() bool
643 pkg go/types, type Array struct
644 pkg go/types, type Basic struct
645 pkg go/types, type BasicInfo int
646 pkg go/types, type BasicKind int
647 pkg go/types, type Builtin struct
648 pkg go/types, type Chan struct
649 pkg go/types, type ChanDir int
650 pkg go/types, type Checker struct
651 pkg go/types, type Checker struct, embedded *Info
652 pkg go/types, type Config struct
653 pkg go/types, type Config struct, DisableUnusedImportCheck bool
654 pkg go/types, type Config struct, Error func(error)
655 pkg go/types, type Config struct, FakeImportC bool
656 pkg go/types, type Config struct, IgnoreFuncBodies bool
657 pkg go/types, type Config struct, Importer Importer
658 pkg go/types, type Config struct, Sizes Sizes
659 pkg go/types, type Const struct
660 pkg go/types, type Error struct
661 pkg go/types, type Error struct, Fset *token.FileSet
662 pkg go/types, type Error struct, Msg string
663 pkg go/types, type Error struct, Pos token.Pos
664 pkg go/types, type Error struct, Soft bool
665 pkg go/types, type Func struct
666 pkg go/types, type Importer interface { Import }
667 pkg go/types, type Importer interface, Import(string) (*Package, error)
668 pkg go/types, type Info struct
669 pkg go/types, type Info struct, Defs map[*ast.Ident]Object
670 pkg go/types, type Info struct, Implicits map[ast.Node]Object
671 pkg go/types, type Info struct, InitOrder []*Initializer
672 pkg go/types, type Info struct, Scopes map[ast.Node]*Scope
673 pkg go/types, type Info struct, Selections map[*ast.SelectorExpr]*Selection
674 pkg go/types, type Info struct, Types map[ast.Expr]TypeAndValue
675 pkg go/types, type Info struct, Uses map[*ast.Ident]Object
676 pkg go/types, type Initializer struct
677 pkg go/types, type Initializer struct, Lhs []*Var
678 pkg go/types, type Initializer struct, Rhs ast.Expr
679 pkg go/types, type Interface struct
680 pkg go/types, type Label struct
681 pkg go/types, type Map struct
682 pkg go/types, type MethodSet struct
683 pkg go/types, type Named struct
684 pkg go/types, type Nil struct
685 pkg go/types, type Object interface, Exported() bool
686 pkg go/types, type Object interface, Id() string
687 pkg go/types, type Object interface, Name() string
688 pkg go/types, type Object interface, Parent() *Scope
689 pkg go/types, type Object interface, Pkg() *Package
690 pkg go/types, type Object interface, Pos() token.Pos
691 pkg go/types, type Object interface, String() string
692 pkg go/types, type Object interface, Type() Type
693 pkg go/types, type Object interface, unexported methods
694 pkg go/types, type Package struct
695 pkg go/types, type PkgName struct
696 pkg go/types, type Pointer struct
697 pkg go/types, type Qualifier func(*Package) string
698 pkg go/types, type Scope struct
699 pkg go/types, type Selection struct
700 pkg go/types, type SelectionKind int
701 pkg go/types, type Signature struct
702 pkg go/types, type Sizes interface { Alignof, Offsetsof, Sizeof }
703 pkg go/types, type Sizes interface, Alignof(Type) int64
704 pkg go/types, type Sizes interface, Offsetsof([]*Var) []int64
705 pkg go/types, type Sizes interface, Sizeof(Type) int64
706 pkg go/types, type Slice struct
707 pkg go/types, type StdSizes struct
708 pkg go/types, type StdSizes struct, MaxAlign int64
709 pkg go/types, type StdSizes struct, WordSize int64
710 pkg go/types, type Struct struct
711 pkg go/types, type Tuple struct
712 pkg go/types, type Type interface { String, Underlying }
713 pkg go/types, type Type interface, String() string
714 pkg go/types, type Type interface, Underlying() Type
715 pkg go/types, type TypeAndValue struct
716 pkg go/types, type TypeAndValue struct, Type Type
717 pkg go/types, type TypeAndValue struct, Value constant.Value
718 pkg go/types, type TypeName struct
719 pkg go/types, type Var struct
720 pkg go/types, var Typ []*Basic
721 pkg go/types, var Universe *Scope
722 pkg go/types, var Unsafe *Package