Searched refs:ZeroSize (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | types.go | 33 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 {
|
D | check.go | 1002 return desc.ZeroSize != nil && desc.ZeroSize(comp, t, args)
|
/external/clang/lib/Sema/ |
D | SemaDecl.cpp | 14163 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()
|