Home
last modified time | relevance | path

Searched refs:fold_simple (Results 1 – 10 of 10) sorted by relevance

/netbsd/src/external/gpl3/gcc/dist/gcc/cp/
Dcvt.cc677 folded_result = fold_simple (folded_result); in cp_convert_and_check()
Dsemantics.cc5253 length = fold_simple (length); in handle_omp_array_sections_1()
5255 low_bound = fold_simple (low_bound); in handle_omp_array_sections_1()
10101 incr = fold_simple (incr); in handle_omp_for_class_iterator()
Dconstexpr.cc6018 offset = fold_simple (offset); in cxx_eval_increment_expression()
8136 fold_simple (tree t) in fold_simple() function
Dinit.cc4452 maxindex = fold_simple (maxindex); in build_vec_init()
Dtypeck.cc6173 tree xop0 = fold_simple (op0); in cp_build_binary_op()
6174 tree xop1 = fold_simple (op1); in cp_build_binary_op()
Dcp-tree.h8442 extern tree fold_simple (tree);
DChangeLog-2015714 (fold_simple_1, fold_simple): New.
DChangeLog-20185165 * constexpr.c (fold_simple): Simplify.
DChangeLog-20192554 * constexpr.c (cxx_eval_increment_expression): Call fold_simple on
Dpt.cc7375 expr = fold_simple (convert (type, expr)); in convert_nontype_argument()