OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:not_overflow2
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/Sema/
integer-overflow.c
29
uint64_t
not_overflow2
= (1ULL * ((uint64_t)(4608) * (1024 * 1024)) + 2ULL);
local
/external/clang/test/SemaCXX/
integer-overflow.cpp
34
uint64_t
not_overflow2
= (1ULL * ((uint64_t)(4608) * (1024 * 1024)) + 2ULL);
local
Completed in 858 milliseconds