HomeSort by relevance Sort by last modified time
    Searched full:styp (Results 1 - 25 of 25) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vet/
copylock.go 232 styp, ok := typ.Underlying().(*types.Struct)
246 nfields := styp.NumFields()
248 ftyp := styp.Field(i).Type()
  /prebuilts/go/linux-x86/src/cmd/vet/
copylock.go 232 styp, ok := typ.Underlying().(*types.Struct)
246 nfields := styp.NumFields()
248 ftyp := styp.Field(i).Type()
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
parser.go 1225 func (p *parser) addField(styp *StructType, pos src.Pos, name *Name, typ Expr, tag *BasicLit) {
1227 for i := len(styp.FieldList) - len(styp.TagList); i > 0; i-- {
1228 styp.TagList = append(styp.TagList, nil)
1230 styp.TagList = append(styp.TagList, tag)
1237 styp.FieldList = append(styp.FieldList, f)
1239 if debug && tag != nil && len(styp.FieldList) != len(styp.TagList)
    [all...]
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
parser.go 1225 func (p *parser) addField(styp *StructType, pos src.Pos, name *Name, typ Expr, tag *BasicLit) {
1227 for i := len(styp.FieldList) - len(styp.TagList); i > 0; i-- {
1228 styp.TagList = append(styp.TagList, nil)
1230 styp.TagList = append(styp.TagList, tag)
1237 styp.FieldList = append(styp.FieldList, f)
1239 if debug && tag != nil && len(styp.FieldList) != len(styp.TagList)
    [all...]
  /external/mp4parser/isoparser/src/main/java/com/coremedia/iso/boxes/fragment/
SegmentTypeBox.java 36 public static final String TYPE = "styp";
  /toolchain/binutils/binutils-2.27/include/coff/
apollo.h 110 /* Apollo specific STYP flags */
ChangeLog-9103 109 * xcoff.h : Add .except and .typchk section string and styp flags.
612 * ecoff.h: Define section name macros and STYP macros for various
    [all...]
  /prebuilts/go/darwin-x86/src/go/types/
typexpr.go 621 func (check *Checker) structType(styp *Struct, e *ast.StructType, path []*TypeName) {
702 styp.fields = fields
703 styp.tags = tags
  /prebuilts/go/linux-x86/src/go/types/
typexpr.go 621 func (check *Checker) structType(styp *Struct, e *ast.StructType, path []*TypeName) {
702 styp.fields = fields
703 styp.tags = tags
  /toolchain/binutils/binutils-2.27/bfd/
ecoff.c 322 long styp = 0;
327 styp = styp_flags[i].flags;
331 if (styp == 0)
335 styp = STYP_COMMENT;
339 styp = STYP_TEXT;
341 styp = STYP_DATA;
343 styp = STYP_RDATA;
345 styp = STYP_REG;
347 styp = STYP_BSS;
351 styp |= STYP_NOLOAD
321 long styp = 0; local
    [all...]
ChangeLog-9495     [all...]
  /external/llvm/lib/IR/
Function.cpp 513 } else if (StructType* STyp = dyn_cast<StructType>(Ty)) {
514 assert(!STyp->isLiteral() && "TODO: implement literal types");
515 Result += STyp->getName();
    [all...]
  /prebuilts/go/darwin-x86/src/reflect/
type.go     [all...]
all_test.go 498 styp := etyp
499 f := styp.Field(0)
502 f, present := styp.FieldByName("d")
508 f, present = styp.FieldByName("absent")
    [all...]
  /prebuilts/go/linux-x86/src/reflect/
type.go     [all...]
all_test.go 498 styp := etyp
499 f := styp.Field(0)
502 f, present := styp.FieldByName("d")
508 f, present = styp.FieldByName("absent")
    [all...]
  /external/mp4parser/isoparser/src/main/resources/
isoparser-default.properties 150 styp=com.coremedia.iso.boxes.fragment.SegmentTypeBox()
  /packages/apps/Car/Settings/res/values-sv/
strings.xml 205 <string name="lock_settings_picker_title" msgid="6590330165050361632">"Välj en låstyp"</string>
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/go/
types.a 352 ?? ? :structType??? styp·2l ?StructType?J Fields?? @????Jn??lJ???????DsuspendedCall?? keyword·2??? :tag??zt·3esc:0x2a pH trace??J? ?????:?????V! typExpr?????? ?? ?V??typExprInternal?????? ?? ?V?typOrNil????V?>typeAssertion??J??????VT·5?,typeDecl??
    [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64_race/go/
types.a 352 ?? ? :structType??? styp·2l ?StructType?J Fields?? @????Jn??lJ???????DsuspendedCall?? keyword·2??? :tag??zt·3esc:0x2a pH trace??J? ?????:?????V! typExpr?????? ?? ?V??typExprInternal?????? ?? ?V?typOrNil????V?>typeAssertion??J??????VT·5?,typeDecl??
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/go/
types.a 352 ?? ? :structType??? styp·2l ?StructType?J Fields?? @????Jn??lJ???????DsuspendedCall?? keyword·2??? :tag??zt·3esc:0x2a pH trace??J? ?????:?????V! typExpr?????? ?? ?V??typExprInternal?????? ?? ?V?typOrNil????V?>typeAssertion??J??????VT·5?,typeDecl??
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64_race/go/
types.a 352 ?? ? :structType??? styp·2l ?StructType?J Fields?? @????Jn??lJ???????DsuspendedCall?? keyword·2??? :tag??zt·3esc:0x2a pH trace??J? ?????:?????V! typExpr?????? ?? ?V??typExprInternal?????? ?? ?V?typOrNil????V?>typeAssertion??J??????VT·5?,typeDecl??
    [all...]
  /external/hyphenation-patterns/de/
hyph-de-1996.pat.txt     [all...]
  /prebuilts/go/darwin-x86/pkg/darwin_amd64/cmd/compile/internal/
syntax.a 257 tprec?Tgclocals·9dc059f7048936fd231fda3577b4c6be?Tgclocals·5d89c302f830845f313093f723c0e025?8go.itab.*"".ChanType,"".Expr?Rgo.string."unexpected <-, expecting chan"?Rgo.string."unexpected %s, expecting chan"?$"".(*parser).pexpr?"".unparen?.autotmp_59?c? t.data? t.itab?.autotmp_108?dir?type."".ChanDir?Tgclocals·03ff1d186dc977a94876bc119b46b520?Tgclocals·9bb4bd45f49a43f4f74ee88be548790a?*"".(*parser).callStmt? type."".CallStmt?lgo.string."expression in %s must not be parenthesized"?8go.itab.*"".CallExpr,"".Expr?dgo.string."expression in %s must be function call"? type."".CallExpr?runtime.ifaceeq?cx?Tgclocals·de6383895815cf29367f583a5262497a?Tgclocals·532802eb506d968508aaaae46722e6de?("".(*parser).operand?@go.string."expecting expression"?8go.itab.*"".BasicLit,"".Expr?"type."".ParenExpr?:go.itab.*"".ParenExpr,"".Expr?type."".FuncLit?6go.itab.*"".FuncLit,"".Expr?8go.itab.*"".FuncType,"".Expr?keep_parens?Tgclocals·32c1ef015927985246a9d0d78eef2982?Tgclocals·38c6df74d2e7ffa84de58b71d17caa69?"type."".SliceExpr?:go.itab.*"".SliceExpr,"".Expr?bgo.string."final index required in 3-index slice"?dgo.string."middle index required in 3-index slice"?"type."".IndexExpr?:go.itab.*"".IndexExpr,"".Expr?("".(*parser).argList?.type."".TypeSwitchGuard?Fgo.itab.*"".TypeSwitchGuard,"".Expr?$type."".AssertExpr?<go.itab.*"".AssertExpr,"".Expr?"".statictmp_8?(type."".SelectorExpr?@go.itab.*"".SelectorExpr,"".Expr?<go.itab.*"".StructType,"".Expr?rgo.string."cannot parenthesize type in composite literal"?0"".(*parser).complitexpr?@go.itab.*"".CompositeLit,"".Expr?:go.itab.*"".ArrayType,"".Expr?6go.itab.*"".MapType,"".Expr?:go.itab.*"".SliceType,"".Expr? type.*"".scanner? i.data? i.itab?.autotmp_34?.autotmp_74?Tgclocals·957a2c6b364079070c8d895a3055455b?Tgclocals·b12de9e66e122b162e3d95fdc66e33fd?:"".(*parser).bare_complitexpr?(type."".CompositeLit?<"".(*parser).complitexpr.func1??type.noalg.struct { F uintptr; "".p *"".parser; "".x *"".CompositeLit }?Tgclocals·8613fcd590c7c8fd1033d7bd6199ce0c?Tgclocals·adc9a4e9eec70025782f0016681b6ae2?4go.string."expecting type"?Tgclocals·ff86e65df292e79ee8c8989cfcf3f802?"".newIndirect?typ?o?Tgclocals·4b91dd63458fc90e6116b95ce0cf34ec? type."".ChanType?*"".(*parser).chanElem?("".(*parser).dotname?"type."".SliceType?"type."".ArrayType?."".(*parser).structType?type."".MapType?4"".(*parser).interfaceType?Bgo.itab.*"".InterfaceType,"".Expr?Tgclocals·05a60bca4599b34df6777340dae90e70?Tgclocals·ceedc7fda3d666870296570504b50e40? type."".FuncType?."".(*parser).funcResult?Tgclocals·fd1052c3c0d79a26f8afdf6e802f9f01?Pgo.string."missing channel element type"?Tgclocals·86ca981945d039f842bcfe6b48a843ba?$type."".StructType?:"".(*parser).structType.func1?.autotmp_17??type.noalg.struct { F uintptr; "".p *"".parser; "".typ *"".StructType }?Tgclocals·06f0f6b0072fb5aad7c41a0644d56b89?*type."".InterfaceType?@"".(*parser).interfaceType.func1??type.noalg.struct { F uintptr; "".p *"".parser; "".typ *"".InterfaceType }?type."".Field?"type.[1]*"".Field? type.[]*"".Field?type.*"".Field?Tgclocals·4ac793b1348f7f15ec2744b2bd1c39cf?Tgclocals·a100387fd8729e107d790cc3c5eaf18f?*"".(*parser).addField?styp?tag?(type.*[]*"".BasicLit?Tgclocals·516525e9c3b986355dacf68a04b7893b?Tgclocals·ff7a90664d435d6d03c64782190d122a?,"".(*parser).fieldDecl?4"".(*parser).qualifiedName?Zgo.string."cannot parenthesize embedded type"?bgo.string."expecting field name or embedded type"?"".statictmp_10?.autotmp_139?.autotmp_140?names.ptr?type.**"".Name?.autotmp_138?.autotmp_141?names.len?Tgclocals·f79fb40a4eaf8a7ba7af371cae2ed848?Tgclocals·81626465d55395b878f3656dab869381? type."".BasicLit?."".(*parser).methodDecl?fgo.string."name list not allowed in interface type"?\go.string."expecting method or interface name"?"".statictmp_11?.autotmp_25?hasNameList?Tgclocals·668a306c0523452b070c0891619e2d38?Tgclocals·046596b9ac93dbb798b97006f0bb877a?6"".(*parser).paramDeclOrNil?.go.string."expecting )"?"".statictmp_12?*"".(*parser).dotsType?8go.itab.*"".DotsType,"".Expr?.autotmp_22?Tgclocals·e07e633026737723392ac55e9ae86cb2?Tgclocals·b4e444bbd40b4764f9d55c0c8cbd3bf6? type."".DotsType?xgo.string."final argument in variadic function missing type"?Tgclocals·cbd2de324c457a734fe49f4b438f8013?Tgclocals·6203b1a95bb6cccf94db40e46cb58dfb?8"".(*parser).paramList.func1?go.string."_"?ngo.string."mixed named and unnamed function parameters"??type.noalg.struct { F uintptr; "".p *"".parser; "".named *int; "".list *[]*"".Field }?.autotmp_115?.autotmp_116?.autotmp_117?>type.**cmd/internal/src.PosBase?.autotmp_118?par?
    [all...]
  /prebuilts/go/linux-x86/pkg/linux_amd64/cmd/compile/internal/
syntax.a 257 tprec?Tgclocals·9dc059f7048936fd231fda3577b4c6be?Tgclocals·5d89c302f830845f313093f723c0e025?8go.itab.*"".ChanType,"".Expr?Rgo.string."unexpected <-, expecting chan"?Rgo.string."unexpected %s, expecting chan"?$"".(*parser).pexpr?"".unparen?.autotmp_59?c? t.data? t.itab?.autotmp_108?dir?type."".ChanDir?Tgclocals·03ff1d186dc977a94876bc119b46b520?Tgclocals·9bb4bd45f49a43f4f74ee88be548790a?*"".(*parser).callStmt? type."".CallStmt?lgo.string."expression in %s must not be parenthesized"?8go.itab.*"".CallExpr,"".Expr?dgo.string."expression in %s must be function call"? type."".CallExpr?runtime.ifaceeq?cx?Tgclocals·de6383895815cf29367f583a5262497a?Tgclocals·532802eb506d968508aaaae46722e6de?("".(*parser).operand?@go.string."expecting expression"?8go.itab.*"".BasicLit,"".Expr?"type."".ParenExpr?:go.itab.*"".ParenExpr,"".Expr?type."".FuncLit?6go.itab.*"".FuncLit,"".Expr?8go.itab.*"".FuncType,"".Expr?keep_parens?Tgclocals·32c1ef015927985246a9d0d78eef2982?Tgclocals·38c6df74d2e7ffa84de58b71d17caa69?"type."".SliceExpr?:go.itab.*"".SliceExpr,"".Expr?bgo.string."final index required in 3-index slice"?dgo.string."middle index required in 3-index slice"?"type."".IndexExpr?:go.itab.*"".IndexExpr,"".Expr?("".(*parser).argList?.type."".TypeSwitchGuard?Fgo.itab.*"".TypeSwitchGuard,"".Expr?$type."".AssertExpr?<go.itab.*"".AssertExpr,"".Expr?"".statictmp_8?(type."".SelectorExpr?@go.itab.*"".SelectorExpr,"".Expr?<go.itab.*"".StructType,"".Expr?rgo.string."cannot parenthesize type in composite literal"?0"".(*parser).complitexpr?@go.itab.*"".CompositeLit,"".Expr?:go.itab.*"".ArrayType,"".Expr?6go.itab.*"".MapType,"".Expr?:go.itab.*"".SliceType,"".Expr? type.*"".scanner? i.data? i.itab?.autotmp_34?.autotmp_74?Tgclocals·957a2c6b364079070c8d895a3055455b?Tgclocals·b12de9e66e122b162e3d95fdc66e33fd?:"".(*parser).bare_complitexpr?(type."".CompositeLit?<"".(*parser).complitexpr.func1??type.noalg.struct { F uintptr; "".p *"".parser; "".x *"".CompositeLit }?Tgclocals·8613fcd590c7c8fd1033d7bd6199ce0c?Tgclocals·adc9a4e9eec70025782f0016681b6ae2?4go.string."expecting type"?Tgclocals·ff86e65df292e79ee8c8989cfcf3f802?"".newIndirect?typ?o?Tgclocals·4b91dd63458fc90e6116b95ce0cf34ec? type."".ChanType?*"".(*parser).chanElem?("".(*parser).dotname?"type."".SliceType?"type."".ArrayType?."".(*parser).structType?type."".MapType?4"".(*parser).interfaceType?Bgo.itab.*"".InterfaceType,"".Expr?Tgclocals·05a60bca4599b34df6777340dae90e70?Tgclocals·ceedc7fda3d666870296570504b50e40? type."".FuncType?."".(*parser).funcResult?Tgclocals·fd1052c3c0d79a26f8afdf6e802f9f01?Pgo.string."missing channel element type"?Tgclocals·86ca981945d039f842bcfe6b48a843ba?$type."".StructType?:"".(*parser).structType.func1?.autotmp_17??type.noalg.struct { F uintptr; "".p *"".parser; "".typ *"".StructType }?Tgclocals·06f0f6b0072fb5aad7c41a0644d56b89?*type."".InterfaceType?@"".(*parser).interfaceType.func1??type.noalg.struct { F uintptr; "".p *"".parser; "".typ *"".InterfaceType }?type."".Field?"type.[1]*"".Field? type.[]*"".Field?type.*"".Field?Tgclocals·4ac793b1348f7f15ec2744b2bd1c39cf?Tgclocals·a100387fd8729e107d790cc3c5eaf18f?*"".(*parser).addField?styp?tag?(type.*[]*"".BasicLit?Tgclocals·516525e9c3b986355dacf68a04b7893b?Tgclocals·ff7a90664d435d6d03c64782190d122a?,"".(*parser).fieldDecl?4"".(*parser).qualifiedName?Zgo.string."cannot parenthesize embedded type"?bgo.string."expecting field name or embedded type"?"".statictmp_10?.autotmp_139?.autotmp_140?names.ptr?type.**"".Name?.autotmp_138?.autotmp_141?names.len?Tgclocals·f79fb40a4eaf8a7ba7af371cae2ed848?Tgclocals·81626465d55395b878f3656dab869381? type."".BasicLit?."".(*parser).methodDecl?fgo.string."name list not allowed in interface type"?\go.string."expecting method or interface name"?"".statictmp_11?.autotmp_25?hasNameList?Tgclocals·668a306c0523452b070c0891619e2d38?Tgclocals·046596b9ac93dbb798b97006f0bb877a?6"".(*parser).paramDeclOrNil?.go.string."expecting )"?"".statictmp_12?*"".(*parser).dotsType?8go.itab.*"".DotsType,"".Expr?.autotmp_22?Tgclocals·e07e633026737723392ac55e9ae86cb2?Tgclocals·b4e444bbd40b4764f9d55c0c8cbd3bf6? type."".DotsType?xgo.string."final argument in variadic function missing type"?Tgclocals·cbd2de324c457a734fe49f4b438f8013?Tgclocals·6203b1a95bb6cccf94db40e46cb58dfb?8"".(*parser).paramList.func1?go.string."_"?ngo.string."mixed named and unnamed function parameters"??type.noalg.struct { F uintptr; "".p *"".parser; "".named *int; "".list *[]*"".Field }?.autotmp_115?.autotmp_116?.autotmp_117?>type.**cmd/internal/src.PosBase?.autotmp_118?par?
    [all...]

Completed in 2586 milliseconds