Searched refs:const_wanted (Results 1 - 1 of 1) sorted by relevance

/external/valgrind/main/perf/
H A Dtinycc.c2354 static int const_wanted; /* true if constant wanted */
11004 if (const_wanted)
11126 if (const_wanted)
11276 if (do_bounds_check && !const_wanted) {
13340 if (const_wanted) {
13496 a = const_wanted;
13497 const_wanted = 1;
13499 const_wanted = a;
2352 static int const_wanted; /* true if constant wanted */ variable

Completed in 385 milliseconds