OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unsigned_arg
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
typeck.cc
6547
int
unsigned_arg
;
6548
tree arg0 = get_narrower (op0, &
unsigned_arg
);
6556
unsigned_arg
= TYPE_UNSIGNED (TREE_TYPE (op0));
6565
&& (!TYPE_UNSIGNED (final_type) ||
unsigned_arg
))
6569
= c_common_signed_or_unsigned_type (
unsigned_arg
,
6539
int
unsigned_arg
;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
typeck.cc
6164
int
unsigned_arg
;
6165
tree arg0 = get_narrower (op0, &
unsigned_arg
);
6173
unsigned_arg
= TYPE_UNSIGNED (TREE_TYPE (op0));
6182
&& (!TYPE_UNSIGNED (final_type) ||
unsigned_arg
))
6186
= c_common_signed_or_unsigned_type (
unsigned_arg
,
6156
int
unsigned_arg
;
local
/src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc
13624
int
unsigned_arg
;
13625
tree arg0 = get_narrower (op0, &
unsigned_arg
);
13630
unsigned_arg
= TYPE_UNSIGNED (TREE_TYPE (op0));
13638
&& (!TYPE_UNSIGNED (final_type) ||
unsigned_arg
))
13642
= c_common_signed_or_unsigned_type (
unsigned_arg
,
13585
int
unsigned_arg
;
local
/src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc
12747
int
unsigned_arg
;
12748
tree arg0 = get_narrower (op0, &
unsigned_arg
);
12753
unsigned_arg
= TYPE_UNSIGNED (TREE_TYPE (op0));
12761
&& (!TYPE_UNSIGNED (final_type) ||
unsigned_arg
))
12765
= c_common_signed_or_unsigned_type (
unsigned_arg
,
12710
int
unsigned_arg
;
local
Completed in 55 milliseconds
Indexes created Mon Jul 13 00:28:05 UTC 2026