OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:from_unsigned1
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/
tree-ssa-math-opts.cc
2786
bool
from_unsigned1
, from_unsigned2;
local
2809
from_unsigned1
= TYPE_UNSIGNED (type1);
2812
if (
from_unsigned1
&& from_unsigned2)
2814
else if (!
from_unsigned1
&& !from_unsigned2)
2847
from_unsigned1
= from_unsigned2 = false;
2868
||
from_unsigned1
!= TYPE_UNSIGNED (type1))
2878
from_unsigned1
);
2937
bool
from_unsigned1
, from_unsigned2;
local
3040
from_unsigned1
= TYPE_UNSIGNED (type1);
3045
if (
from_unsigned1
!= from_unsigned2
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/
tree-ssa-math-opts.cc
2674
bool
from_unsigned1
, from_unsigned2;
local
2697
from_unsigned1
= TYPE_UNSIGNED (type1);
2700
if (
from_unsigned1
&& from_unsigned2)
2702
else if (!
from_unsigned1
&& !from_unsigned2)
2735
from_unsigned1
= from_unsigned2 = false;
2756
||
from_unsigned1
!= TYPE_UNSIGNED (type1))
2759
(actual_precision,
from_unsigned1
), rhs1);
2801
bool
from_unsigned1
, from_unsigned2;
local
2904
from_unsigned1
= TYPE_UNSIGNED (type1);
2909
if (
from_unsigned1
!= from_unsigned2
[
all
...]
Completed in 57 milliseconds
Indexes created Wed Jul 15 00:26:21 UTC 2026