Searched defs:valid3 (Results 1 – 4 of 4) sorted by relevance
13 int valid3(void) { return __builtin_btf_type_id(tmp.f1[4], 10); } in valid3() function
30 struct teststruct valid3 = { { 1.0f, 2.0f} }; // expected-warning {{specifying real and imaginary c… variable
44 int valid3(struct t4 *arg) { return arg->a + arg->b[3] + arg->c + arg->d; } in valid3() function
189 …int *valid3 = __builtin_ptrauth_sign_constant(&dv, VALID_DATA_KEY, __builtin_ptrauth_blend_discrim… in test_sign_constant() local