Home
last modified time | relevance | path

Searched defs:valid3 (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/test/Sema/
H A Dcomplex-init-list.c29 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… variable
H A Dbuiltin-bpf-btf-type-id.c13 int valid3(void) { return __builtin_btf_type_id(tmp.f1[4], 10); } in valid3() function
H A Dbpf-attr-preserve-access-index.c44 int valid3(struct t4 *arg) { return arg->a + arg->b[3] + arg->c + arg->d; } in valid3() function