OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:undef_int
(Results
1 - 2
of
2
) sorted by null
/toolchain/binutils/binutils-2.25/gold/testsuite/
debug_msg.cc
27
extern int
undef_int
;
32
int* badref1 = &
undef_int
;
45
return
undef_int
;
/external/valgrind/memcheck/tests/
origin3-no.c
63
int
undef_int
= *ptr_to_undef_int;
local
65
return (
undef_int
== 0x12345678 ? 13 : 24);
Completed in 87 milliseconds