Lines Matching +full:- +full:t
2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_05_07.c
7 // SPDX-License-Identifier: Apache-2.0
16 identifier t, v;
19 struct t *v@p;
21 struct t v@p;
23 union t v@p;
27 t << common_case.t;
33 if t == v:
37 type T;
42 T v@p;
44 T *v@p;
48 t << per_type.T;
54 if t == v:
70 t << function_match.T2;
75 if v == t.split(" ")[-1]: