Home
last modified time | relevance | path

Searched refs:CanBeTypedef (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/compiler/
Dtypes.go17 CanBeTypedef bool // can be type alias target? member
68 CanBeTypedef: true,
95 CanBeTypedef: true,
129 CanBeTypedef: true,
215 CanBeTypedef: true,
234 CanBeTypedef: true,
357 CanBeTypedef: true,
455 CanBeTypedef: true,
588 CanBeTypedef: true,
676 CanBeTypedef: true,
Dcheck.go724 if flags&checkIsTypedef != 0 && !desc.CanBeTypedef {