Home
last modified time | relevance | path

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

/llvm-project/clang/test/Sema/
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 Dcomplex-init-list.c30 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… variable
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
H A Dptrauth.c189 …int *valid3 = __builtin_ptrauth_sign_constant(&dv, VALID_DATA_KEY, __builtin_ptrauth_blend_discrim… in test_sign_constant() local