OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:itk
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc
762
int
itk
;
765
itk
= itk_unsigned_int;
767
itk
= itk_unsigned_long;
769
itk
= itk_unsigned_long_long;
771
for (;
itk
< itk_none;
itk
+= 2 /* skip unsigned types */)
775
if (integer_types[
itk
] == NULL_TREE)
777
upper = TYPE_MAX_VALUE (integer_types[
itk
]);
780
return (enum integer_type_kind)
itk
;
790
int
itk
;
760
int
itk
;
local
788
int
itk
;
local
818
enum integer_type_kind
itk
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc
827
int
itk
;
830
itk
= itk_unsigned_int;
832
itk
= itk_unsigned_long;
834
itk
= itk_unsigned_long_long;
836
for (;
itk
< itk_none;
itk
+= 2 /* skip unsigned types */)
840
if (integer_types[
itk
] == NULL_TREE)
842
upper = TYPE_MAX_VALUE (integer_types[
itk
]);
845
return (enum integer_type_kind)
itk
;
855
int
itk
;
825
int
itk
;
local
853
int
itk
;
local
883
enum integer_type_kind
itk
;
local
[
all
...]
/src/external/gpl3/gcc/dist/gcc/cp/
mangle.cc
2867
size_t
itk
;
local
2871
for (
itk
= 0;
itk
< itk_none; ++
itk
)
2872
if (integer_types[
itk
] != NULL_TREE
2873
&& integer_type_codes[
itk
] != '\0'
2874
&& type == integer_types[
itk
])
2877
write_char (integer_type_codes[
itk
]);
2881
if (
itk
== itk_none)
decl.cc
17215
unsigned int
itk
;
17251
for (
itk
= (use_short_enum ? itk_char : itk_int);
17252
itk
!= itk_none;
17253
itk
++)
17255
underlying_type = integer_types[
itk
];
17261
if (
itk
== itk_none)
17501
unsigned int
itk
;
17502
for (
itk
= itk_int;
itk
!= itk_none;
itk
++
17196
unsigned int
itk
;
local
17482
unsigned int
itk
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/cp/
mangle.cc
2609
size_t
itk
;
local
2613
for (
itk
= 0;
itk
< itk_none; ++
itk
)
2614
if (integer_types[
itk
] != NULL_TREE
2615
&& integer_type_codes[
itk
] != '\0'
2616
&& type == integer_types[
itk
])
2619
write_char (integer_type_codes[
itk
]);
2623
if (
itk
== itk_none)
decl.cc
16479
unsigned int
itk
;
16515
for (
itk
= (use_short_enum ? itk_char : itk_int);
16516
itk
!= itk_none;
16517
itk
++)
16519
underlying_type = integer_types[
itk
];
16525
if (
itk
== itk_none)
16753
unsigned int
itk
;
16754
for (
itk
= itk_int;
itk
!= itk_none;
itk
++
16460
unsigned int
itk
;
local
16734
unsigned int
itk
;
local
[
all
...]
Completed in 34 milliseconds
Indexes created Fri Apr 03 00:24:04 UTC 2026