Home
last modified time | relevance | path

Searched refs:frob (Results 1 – 25 of 46) sorted by relevance

12

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_precedence.c5 int frob();
11 frob(); in options_write()
13 frob(); in options_write()
15 frob(); in options_write()
17 frob(); in options_write()
19 frob(); in options_write()
22 frob(); in options_write()
24 frob(); in options_write()
26 frob(); in options_write()
28 frob(); in options_write()
H A Dsm_casts2.c3 unsigned int frob();
13 frob(); in main()
15 frob(); in main()
17 frob(); in main()
19 frob(); in main()
21 frob(); in main()
23 frob(); in main()
H A Dsm_implied10.c3 void frob(void){} in frob() function
9 if (({int test2 = !!(!y || !*y); frob(); frob(); frob(); test2;})) in func()
14 if (({int test2 = !!(offset >= 10u || x[offset] == 1); frob(); frob(); frob(); test2;})) in func()
H A Dsm_implied9.c3 void frob(void){} in frob() function
9 if (({int test2 = !!(y < 0 || y >= 10); frob(); frob(); frob(); test2;})) in func()
20 if (({int test3 = y < -98; frob(); frob(); frob(); test3;})) in func()
H A Dsm_implied8.c3 void frob();
10 if (({int test = !!x; frob(); frob(); frob(); test;})) in func()
16 if (({test2 = !(x == 3); frob(); frob(); frob(); test2;})) in func()
H A Dsm_casts.c1 void frob(void);
14 frob(); in options_write()
16 frob(); in options_write()
18 frob(); in options_write()
20 frob(); in options_write()
H A Dsm_compare11.c3 int frob();
7 int a = frob(); in options_write()
8 int b = frob(); in options_write()
9 int c = frob(); in options_write()
10 int d = frob(); in options_write()
H A Dsm_inline1.c5 int frob(int *x) in frob() function
16 frob(x); in main()
18 frob(x); in main()
22 frob(&y); in main()
24 frob(&y); in main()
H A Dsm_compare12.c8 int frob();
12 int a = frob(); in options_write()
13 int b = frob(); in options_write()
14 int c = frob(); in options_write()
15 int d = frob(); in options_write()
H A Dsm_deref_check_deref.c19 frob(); in func()
21 frob(); in func()
23 frob(); in func()
25 frob(); in func()
H A Dsm_implied11.c7 void *frob();
21 if (frob()) in ad_agg_selection_logic()
22 a = frob(); in ad_agg_selection_logic()
H A Dsm_implied12.c7 void *frob();
24 if (frob()) in ad_agg_selection_logic()
25 a = frob(); in ad_agg_selection_logic()
H A Dsm_locking3.c9 if (!({frob(); frob(); _spin_trylock(mylock);})) in func()
12 frob(); in func()
H A Dsm_float1.c3 float frob(float x) in frob() function
10 __smatch_implied((long long)frob(3.14)); in main()
H A Dsm_inline2.c5 int frob(int *x) in frob() function
14 frob(x); in main()
H A Dsm_loops5.c3 int frob(void);
10 frob(); in test()
H A Dsm_impossible3.c3 int frob(void);
9 x = frob(); in main()
H A Dsm_compare17.c3 int frob();
13 while (frob()) { in options_write()
H A Dsm_select4.c3 int frob();
12 if ((!(a) ? -19 : (((b && c) ? frob() : -515)))) in func()
H A Dsm_implied17.c3 int frob(void);
8 int x = frob(); in func()
H A Dsm_implied18.c5 int frob(int *data) in frob() function
20 ret = frob(&x); in test()
H A Dsm_switch3.c5 int frob(void);
11 if (({switch (frob()) { in test()
H A Dsm_implied16.c3 int frob(void);
8 int x = frob(); in func()
H A Dsm_locking7.c6 void frob();
22 frob(); in func()
H A Dsm_locking4.c4 void frob(void){} in frob() function
14 frob(); in func()

12