Home
last modified time | relevance | path

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

/NextBSD/contrib/gcc/
HDfold-const.c11603 tree tem_type; in fold_ternary() local
11635 tem_type = lang_hooks.types.signed_type (TREE_TYPE (tem)); in fold_ternary()
11636 tem = fold_convert (tem_type, tem); in fold_ternary()
11641 tem_type = lang_hooks.types.unsigned_type (TREE_TYPE (tem)); in fold_ternary()
11642 tem = fold_convert (tem_type, tem); in fold_ternary()