OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gcov_type_unsigned
(Results
1 - 3
of
3
) sorted by null
/prebuilts/gcc/darwin-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
gcov-io.h
189
typedef unsigned HOST_WIDEST_INT
gcov_type_unsigned
;
typedef
gcov-io.c
783
gcov_type_unsigned
v = (
gcov_type_unsigned
)value;
802
that is either 32 or 64 bits, and
gcov_type_unsigned
may be 64 bits.
803
Need to check for the case where
gcov_type_unsigned
is 64 bits
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
basic-block.h
33
typedef unsigned HOST_WIDEST_INT
gcov_type_unsigned
;
typedef
[
all
...]
Completed in 848 milliseconds