OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:num_string
(Results
1 - 8
of
8
) sorted by relevancy
/src/external/gpl3/gcc.old/dist/gcc/c-family/
c-lex.cc
562
tree
num_string
= build_string (len + 1,
564
TREE_TYPE (
num_string
) = char_array_type_node;
565
num_string
= fix_string_type (
num_string
);
566
str = CONST_CAST (char *, TREE_STRING_POINTER (
num_string
));
569
num_string
);
560
tree
num_string
= build_string (len + 1,
local
c-lex.cc
562
tree
num_string
= build_string (len + 1,
564
TREE_TYPE (
num_string
) = char_array_type_node;
565
num_string
= fix_string_type (
num_string
);
566
str = CONST_CAST (char *, TREE_STRING_POINTER (
num_string
));
569
num_string
);
560
tree
num_string
= build_string (len + 1,
local
c-common.h
1319
tree
num_string
;
1333
(((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->
num_string
)
1340
tree
num_string
);
1318
tree
num_string
;
variable
c-common.h
1319
tree
num_string
;
1333
(((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->
num_string
)
1340
tree
num_string
);
1318
tree
num_string
;
variable
/src/external/gpl3/gcc/dist/gcc/c-family/
c-lex.cc
627
tree
num_string
= build_string (len + 1,
629
TREE_TYPE (
num_string
) = char_array_type_node;
630
num_string
= fix_string_type (
num_string
);
631
str = CONST_CAST (char *, TREE_STRING_POINTER (
num_string
));
634
num_string
);
625
tree
num_string
= build_string (len + 1,
local
c-lex.cc
627
tree
num_string
= build_string (len + 1,
629
TREE_TYPE (
num_string
) = char_array_type_node;
630
num_string
= fix_string_type (
num_string
);
631
str = CONST_CAST (char *, TREE_STRING_POINTER (
num_string
));
634
num_string
);
625
tree
num_string
= build_string (len + 1,
local
c-common.h
1470
tree
num_string
;
1484
(((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->
num_string
)
1491
tree
num_string
);
1469
tree
num_string
;
variable
c-common.h
1470
tree
num_string
;
1484
(((struct tree_userdef_literal *)USERDEF_LITERAL_CHECK (NODE))->
num_string
)
1491
tree
num_string
);
1469
tree
num_string
;
variable
Completed in 68 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026