OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:build_value_init
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/gpl3/gcc/dist/gcc/cp/
init.cc
330
build_value_init
(tree type, tsubst_flags_t complain)
function
389
/* Like
build_value_init
, but don't call the constructor for TYPE. Used
450
value =
build_value_init
(ftype, complain);
499
ce.value =
build_value_init
(TREE_TYPE (type), complain);
1062
tree value =
build_value_init
(type, tf_warning_or_error);
3652
/*
build_value_init
doesn't work in templates, and we don't need
3741
tree val =
build_value_init
(type, complain | tf_no_cleanup);
4881
value-initialization, and
build_value_init
gives us something more
4981
elt_init =
build_value_init
(type, complain);
/src/external/gpl3/gcc.old/dist/gcc/cp/
init.cc
330
build_value_init
(tree type, tsubst_flags_t complain)
function
389
/* Like
build_value_init
, but don't call the constructor for TYPE. Used
450
value =
build_value_init
(ftype, complain);
499
ce.value =
build_value_init
(TREE_TYPE (type), complain);
1031
tree value =
build_value_init
(type, tf_warning_or_error);
3623
/*
build_value_init
doesn't work in templates, and we don't need
3723
tree val =
build_value_init
(type, complain | tf_no_cleanup);
4756
value-initialization, and
build_value_init
gives us something more
4850
elt_init =
build_value_init
(type, complain);
Completed in 32 milliseconds
Indexes created Sun Mar 01 05:31:48 UTC 2026