Home
last modified time | relevance | path

Searched defs:a16 (Results 1 – 5 of 5) sorted by relevance

/minix/external/bsd/llvm/dist/clang/test/Sema/
H A Dextern-redecl.c4 static int a16[]; // expected-warning {{tentative array definition assumed to have one element}} variable
/minix/external/bsd/llvm/dist/clang/test/CodeGen/
H A Dstruct.c139 int a16(void) {c15.a = 1;} in a16() function
/minix/common/dist/zlib/
H A Dgzio.c647 a11, a12, a13, a14, a15, a16, a17, a18, a19, a20) in gzprintf() argument
/minix/external/bsd/bind/dist/bin/tests/db/
H A Dt_db.c2989 static const char *a16 = variable
/minix/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Duninitialized.cpp217 …A a16(&a16.num); // expected-warning {{variable 'a16' is uninitialized when used within its own i… in setupA() local
281 A a16(&a16.num); // expected-warning {{variable 'a16' is uninitialized when used within its own in… variable