Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/cp/
HDcvt.c662 folded_result = fold_simple (folded_result); in cp_convert_and_check()
HDsemantics.c4648 length = fold_simple (length); in handle_omp_array_sections_1()
4650 low_bound = fold_simple (low_bound); in handle_omp_array_sections_1()
7808 incr = fold_simple (incr); in handle_omp_for_class_iterator()
HDinit.c4098 maxindex = fold_simple (maxindex); in build_vec_init()
HDtypeck.c5331 tree xop0 = fold_simple (op0), xop1 = fold_simple (op1), in cp_build_binary_op()
HDconstexpr.c5071 fold_simple (tree t) in fold_simple() function
HDcp-tree.h7550 extern tree fold_simple (tree);
HDpt.c6669 expr = fold_simple (convert (type, expr)); in convert_nontype_argument()