Searched refs:Varlen (Results 1 – 13 of 13) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | gen.go | 134 if !f.Varlen() && f.Size() == sizeUnassigned { 168 if !t.Type.Varlen() && t.Type.Size() == sizeUnassigned { 175 if t.Kind == prog.ArrayRangeLen && t.RangeBegin == t.RangeEnd && !t.Type.Varlen() { 189 if f.Varlen() { 324 if !f.BitfieldMiddle() && (i != len(fields)-1 || !f.Varlen()) { 406 base.IsVarlen = desc.Varlen != nil && desc.Varlen(comp, t, args)
|
D | types.go | 31 Varlen func(comp *compiler, t *ast.Type, args []*ast.Type) bool member 138 Varlen: func(comp *compiler, t *ast.Type, args []*ast.Type) bool { 395 Varlen: func(comp *compiler, t *ast.Type, args []*ast.Type) bool { 478 Varlen: func(comp *compiler, t *ast.Type, args []*ast.Type) bool { 700 typeStruct.Varlen = func(comp *compiler, t *ast.Type, args []*ast.Type) bool { 722 comp.genStructDesc(desc, s, base.ArgDir, typeStruct.Varlen(comp, t, args))
|
D | check.go | 997 return desc.Varlen != nil && desc.Varlen(comp, t, args)
|
/external/syzkaller/prog/ |
D | types.go | 56 Varlen() bool methodSpec 105 func (t *TypeCommon) Varlen() bool { func 369 if !t.Varlen() { 375 if !t.Varlen() { 386 if a.Type().Varlen() {
|
D | any.go | 172 if typ.Varlen() { 177 if typ.Varlen() && len(typ.Fields) > 5 { 252 if !arg.Type().Varlen() { 331 if typ, ok := arg.Type().(*StructType); ok && typ.Varlen() && typ.AlignAttr != 0 {
|
D | prog.go | 171 if !typ0.Varlen() { 219 if !arg.Type().Varlen() {
|
D | size.go | 133 if targetType.Type.Varlen() {
|
D | analysis.go | 142 varlen := a.Type().Varlen()
|
D | rand.go | 160 if !typ.Varlen() { 586 case !a.Varlen():
|
D | validation.go | 166 if !typ.Varlen() && typ.Size() != arg.Size() {
|
D | encoding.go | 110 if !a.Type().Varlen() { 447 if !typ.Varlen() {
|
D | mutation.go | 410 if typ == nil || typ.Dir() == DirOut || !typ.Varlen() && typ.Size() == 0 {
|
/external/syzkaller/pkg/compiler/testdata/ |
D | errors2.txt | 152 # Varlen field tests.
|