Home
last modified time | relevance | path

Searched refs:ZeroSize (Results 1 – 3 of 3) sorted by relevance

/external/syzkaller/pkg/compiler/
Dtypes.go33 ZeroSize func(comp *compiler, t *ast.Type, args []*ast.Type) bool member
113 ZeroSize: func(comp *compiler, t *ast.Type, args []*ast.Type) bool {
150 ZeroSize: func(comp *compiler, t *ast.Type, args []*ast.Type) bool {
481 ZeroSize: func(comp *compiler, t *ast.Type, args []*ast.Type) bool {
703 typeStruct.ZeroSize = func(comp *compiler, t *ast.Type, args []*ast.Type) bool {
Dcheck.go1002 return desc.ZeroSize != nil && desc.ZeroSize(comp, t, args)
/external/clang/lib/Sema/
DSemaDecl.cpp14163 bool ZeroSize = true; in ActOnFields() local
14168 (NonBitFields == 0 || ZeroSize) && I != E; ++I) { in ActOnFields()
14172 ZeroSize = false; in ActOnFields()
14178 ZeroSize = false; in ActOnFields()
14185 if (ZeroSize) { in ActOnFields()