Lines Matching +full:t +full:- +full:v
2 // https://gitlab.com/MISRA/MISRA-C/MISRA-C-2012/Example-Suite/-/blob/master/R_14_04.c
7 // SPDX-License-Identifier: Apache-2.0
16 identifier function, v;
22 T1 function(P1, T2 v, P2) {...}
24 T1 function(P1, T2 *v, P2) {...}
28 t << rule1_base.T2;
29 v << rule1_base.v;
32 if t == "bool":
36 identifier rule1_base.v;
40 while (v@p) {...}
42 if (v@p) {...}
53 identifier v;
54 type T;
56 T v;
60 t << rule2_base.T;
61 v << rule2_base.v;
64 if t == "bool":
70 identifier rule2_base.v;
72 while (v@p) {...}