Home
last modified time | relevance | path

Searched refs:Varlen (Results 1 – 13 of 13) sorted by relevance

/external/syzkaller/pkg/compiler/
Dgen.go134 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)
Dtypes.go31 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))
Dcheck.go997 return desc.Varlen != nil && desc.Varlen(comp, t, args)
/external/syzkaller/prog/
Dtypes.go56 Varlen() bool methodSpec
105 func (t *TypeCommon) Varlen() bool { func
369 if !t.Varlen() {
375 if !t.Varlen() {
386 if a.Type().Varlen() {
Dany.go172 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 {
Dprog.go171 if !typ0.Varlen() {
219 if !arg.Type().Varlen() {
Dsize.go133 if targetType.Type.Varlen() {
Danalysis.go142 varlen := a.Type().Varlen()
Drand.go160 if !typ.Varlen() {
586 case !a.Varlen():
Dvalidation.go166 if !typ.Varlen() && typ.Size() != arg.Size() {
Dencoding.go110 if !a.Type().Varlen() {
447 if !typ.Varlen() {
Dmutation.go410 if typ == nil || typ.Dir() == DirOut || !typ.Varlen() && typ.Size() == 0 {
/external/syzkaller/pkg/compiler/testdata/
Derrors2.txt152 # Varlen field tests.