HomeSort by relevance Sort by last modified time
    Searched refs:Typ (Results 51 - 66 of 66) sorted by null

1 23

  /external/fonttools/Lib/fontTools/
subset.py 464 Typ = 'Sub'
467 Typ = 'Pos'
473 ChainTyp = Chain+Typ
475 self.Typ = Typ
    [all...]
  /external/clang/lib/Parse/
ParseExpr.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/
ssa.go 102 aux := s.lookupSymbol(n, &ssa.ArgSymbol{Typ: n.Type, Node: n})
299 typVar = Node{Op: ONAME, Class: Pxxx, Sym: &Sym{Name: "typ"}}
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/gc/
ssa.go 102 aux := s.lookupSymbol(n, &ssa.ArgSymbol{Typ: n.Type, Node: n})
299 typVar = Node{Op: ONAME, Class: Pxxx, Sym: &Sym{Name: "typ"}}
    [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/ssa/
config.go 136 Typ() Type
  /prebuilts/go/darwin-x86/src/go/parser/
parser_test.go 193 "T": ast.Typ,
parser.go 621 typ := p.tryType()
623 if typ == nil {
630 return typ
709 typ := p.tryVarType(false)
713 if typ != nil {
718 typ = list[0] // we always have at least one element
721 typ = &ast.BadExpr{From: p.pos, To: p.pos}
722 } else if !isTypeName(deref(typ)) {
723 p.errorExpected(typ.Pos(), "anonymous field")
724 typ = &ast.BadExpr{From: typ.Pos(), To: p.safePos(typ.End())
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
call.go 26 T := x.typ
56 sig, _ := x.typ.Underlying().(*Signature)
77 x.typ = sig.results.vars[0].typ // unpack tuple
80 x.typ = sig.results
143 if t, ok := x0.typ.(*Tuple); ok {
148 x.typ = t.At(i).typ
155 a := [2]Type{x0.typ, Typ[UntypedBool]
    [all...]
api.go 294 return tv.mode == value && tv.Type == Typ[UntypedNil]
360 x := operand{mode: value, typ: V}
366 x := operand{mode: value, typ: V}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/ssa/
config.go 136 Typ() Type
  /prebuilts/go/linux-x86/src/go/parser/
parser_test.go 193 "T": ast.Typ,
parser.go 621 typ := p.tryType()
623 if typ == nil {
630 return typ
709 typ := p.tryVarType(false)
713 if typ != nil {
718 typ = list[0] // we always have at least one element
721 typ = &ast.BadExpr{From: p.pos, To: p.pos}
722 } else if !isTypeName(deref(typ)) {
723 p.errorExpected(typ.Pos(), "anonymous field")
724 typ = &ast.BadExpr{From: typ.Pos(), To: p.safePos(typ.End())
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
call.go 26 T := x.typ
56 sig, _ := x.typ.Underlying().(*Signature)
77 x.typ = sig.results.vars[0].typ // unpack tuple
80 x.typ = sig.results
143 if t, ok := x0.typ.(*Tuple); ok {
148 x.typ = t.At(i).typ
155 a := [2]Type{x0.typ, Typ[UntypedBool]
    [all...]
api.go 294 return tv.mode == value && tv.Type == Typ[UntypedNil]
360 x := operand{mode: value, typ: V}
366 x := operand{mode: value, typ: V}
  /prebuilts/go/darwin-x86/src/go/printer/testdata/
parser.go 465 typ := p.tryType()
467 if typ == nil {
474 return typ
538 list, typ := p.parseVarList(false)
549 if typ != nil {
554 typ = list[0] // we always have at least one element
555 p.resolve(typ)
556 if n := len(list); n > 1 || !isTypeName(deref(typ)) {
557 pos := typ.Pos()
559 typ = &ast.BadExpr{pos, list[n-1].End()
    [all...]
  /prebuilts/go/linux-x86/src/go/printer/testdata/
parser.go 465 typ := p.tryType()
467 if typ == nil {
474 return typ
538 list, typ := p.parseVarList(false)
549 if typ != nil {
554 typ = list[0] // we always have at least one element
555 p.resolve(typ)
556 if n := len(list); n > 1 || !isTypeName(deref(typ)) {
557 pos := typ.Pos()
559 typ = &ast.BadExpr{pos, list[n-1].End()
    [all...]

Completed in 431 milliseconds

1 23