Home
last modified time | relevance | path

Searched refs:some_func (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/tools/smatch/src/validation/
H A Dsm_switch2.c19 a = some_func(); in func()
21 b = some_func(); in func()
23 c = some_func(); in func()
25 d = some_func(); in func()
H A Dsm_loops4.c3 char *some_func(void);
13 p = some_func(); in func()
18 p2 = some_func(); in func()
H A Dsm_rosenberg.c6 int some_func(struct foo *p){} in some_func() function
44 some_func(&seven); in main()
47 if (some_func()) { in main()
H A Dsm_compare4.c3 int some_func();
9 d = some_func(); in func()
H A Dsm_range2.c2 int some_func();
16 c = some_func(); in frob()
H A Dsm_implied15.c3 int some_func(void);
14 *p = some_func(); in frob()
H A Dsm_implied3.c22 ab = some_func(); in func()