OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:overflowed
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/c-family/
c-warn.cc
81
(2) is a constant expression that
overflowed
, and
85
already
overflowed
. */
1429
because a conversion
overflowed
. */
2747
bool
overflowed
= min_prec > prec0;
local
2748
if (
overflowed
&& c_inhibit_evaluation_warnings == 0)
2756
return
overflowed
;
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-warn.cc
80
(2) is a constant expression that
overflowed
, and
84
already
overflowed
. */
1420
because a conversion
overflowed
. */
2654
bool
overflowed
= min_prec > prec0;
local
2655
if (
overflowed
&& c_inhibit_evaluation_warnings == 0)
2662
return
overflowed
;
/src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGExprCXX.cpp
781
// Compute the size before cookie, and track whether it
overflowed
.
787
// Add in the cookie, and check whether it's
overflowed
.
888
llvm::Value *
overflowed
= CGF.Builder.CreateExtractValue(result, 1);
local
890
hasOverflow = CGF.Builder.CreateOr(hasOverflow,
overflowed
);
892
hasOverflow =
overflowed
;
927
llvm::Value *
overflowed
= CGF.Builder.CreateExtractValue(result, 1);
local
929
hasOverflow = CGF.Builder.CreateOr(hasOverflow,
overflowed
);
931
hasOverflow =
overflowed
;
/src/sys/external/bsd/drm2/dist/drm/vmwgfx/device_include/
svga3d_types.h
1544
uint32
overflowed
;
member in struct:__anon5749
/src/external/gpl3/gcc/dist/gcc/cp/
decl.cc
17491
wi::overflow_type
overflowed
;
17495
&
overflowed
);
17496
if (!
overflowed
)
17518
overflowed
= wi::OVF_UNKNOWN;
17523
if (
overflowed
)
17472
wi::overflow_type
overflowed
;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc
16743
wi::overflow_type
overflowed
;
16747
&
overflowed
);
16748
if (!
overflowed
)
16770
overflowed
= wi::OVF_UNKNOWN;
16775
if (
overflowed
)
16724
wi::overflow_type
overflowed
;
local
Completed in 101 milliseconds
Indexes created Mon Aug 17 00:26:26 UTC 2026