OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:modified_undef_stack_int
(Results
1 - 2
of
2
) sorted by null
/external/valgrind/main/memcheck/tests/
origin2-not-quite.c
56
int
modified_undef_stack_int
;
local
57
modified_undef_stack_int
++;
59
return (
modified_undef_stack_int
== 0x1234 ? 11 : 22);
origin1-yes.c
45
register int
modified_undef_stack_int
;
local
47
modified_undef_stack_int
= undef_stack_int;
48
modified_undef_stack_int
++;
49
x += (
modified_undef_stack_int
== 0x1234 ? 11 : 22);
Completed in 44 milliseconds