Home
last modified time | relevance | path

Searched defs:as1 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/Sema/
H A Dstruct-packed-align.c53 struct __attribute__((aligned(8))) as1 { struct
57 extern int e1[sizeof(struct as1) == 8 ? 1 : -1]; argument
/llvm-project/clang/test/SemaCXX/
H A Daggregate-initialization.cpp71 A as1[1] = { }; in f() local