OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:unsized
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
ranges_util.h
255
enum class subrange_kind : bool {
unsized
, sized };
member in class:ranges::subrange_kind
260
? subrange_kind::sized : subrange_kind::
unsized
>
434
? subrange_kind::sized : subrange_kind::
unsized
>;
/src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
ranges_util.h
221
enum class subrange_kind : bool {
unsized
, sized };
member in class:ranges::subrange_kind
226
? subrange_kind::sized : subrange_kind::
unsized
>
395
? subrange_kind::sized : subrange_kind::
unsized
>;
/src/external/gpl3/gcc/dist/gcc/cp/
decl2.cc
5052
tree
unsized
= NULL_TREE;
5062
unsized
= fn;
5066
if (DECL_INITIAL (
unsized
) && !DECL_INITIAL (sized))
local
5067
warning_at (DECL_SOURCE_LOCATION (
unsized
), OPT_Wsized_deallocation,
5069
else if (!DECL_INITIAL (
unsized
) && DECL_INITIAL (sized))
5071
"the program should also define %qD",
unsized
);
5075
defining
unsized
without sized (or vice versa). */
5047
tree
unsized
= NULL_TREE;
local
/src/external/gpl3/gcc.old/dist/gcc/cp/
decl2.cc
5024
tree
unsized
= NULL_TREE;
5034
unsized
= fn;
5038
if (DECL_INITIAL (
unsized
) && !DECL_INITIAL (sized))
local
5039
warning_at (DECL_SOURCE_LOCATION (
unsized
), OPT_Wsized_deallocation,
5041
else if (!DECL_INITIAL (
unsized
) && DECL_INITIAL (sized))
5043
"the program should also define %qD",
unsized
);
5047
defining
unsized
without sized (or vice versa). */
5019
tree
unsized
= NULL_TREE;
local
Completed in 31 milliseconds
Indexes created Thu Jun 11 00:25:07 UTC 2026