OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:format_length
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/fortran/
io.cc
133
static int
format_length
, use_last_char;
variable
157
format_length
++;
1142
format_length
-= value;
1347
format_locus.nextc +=
format_length
+ 1;
1392
format_length
= 0;
1414
NULL,
format_length
);
/src/external/gpl3/gcc.old/dist/gcc/fortran/
io.cc
133
static int
format_length
, use_last_char;
variable
157
format_length
++;
1142
format_length
-= value;
1347
format_locus.nextc +=
format_length
+ 1;
1392
format_length
= 0;
1414
NULL,
format_length
);
/src/external/gpl3/gcc/dist/gcc/c-family/
c-format.cc
465
int
format_length
;
1681
int
format_length
;
1821
format_length
= TREE_STRING_LENGTH (format_tree);
1832
&&
format_length
> array_size_value)
1833
format_length
= array_size_value;
1838
if (offset >=
format_length
)
1844
format_length
-= offset;
1846
if (
format_length
< 1 || format_chars[--
format_length
] != 0)
1851
if (
format_length
== 0
464
int
format_length
;
member in struct:format_wanted_type
1679
int
format_length
;
local
4749
int
format_length
= type->
format_length
;
local
[
all
...]
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-format.cc
470
int
format_length
;
1637
int
format_length
;
1777
format_length
= TREE_STRING_LENGTH (format_tree);
1788
&&
format_length
> array_size_value)
1789
format_length
= array_size_value;
1794
if (offset >=
format_length
)
1800
format_length
-= offset;
1802
if (
format_length
< 1 || format_chars[--
format_length
] != 0)
1807
if (
format_length
== 0
469
int
format_length
;
member in struct:format_wanted_type
1635
int
format_length
;
local
4705
int
format_length
= type->
format_length
;
local
[
all
...]
Completed in 31 milliseconds
Indexes created Tue May 05 00:25:04 UTC 2026