Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
H A Dvarasm.c118 static tree copy_constant (tree);
3007 copy_constant (tree exp) in copy_constant() function
3016 copy_constant (TREE_OPERAND (exp, 0))); in copy_constant()
3028 copy_constant (TREE_REALPART (exp)), in copy_constant()
3029 copy_constant (TREE_IMAGPART (exp))); in copy_constant()
3035 copy_constant (TREE_OPERAND (exp, 0)), in copy_constant()
3036 copy_constant (TREE_OPERAND (exp, 1))); in copy_constant()
3041 copy_constant (TREE_OPERAND (exp, 0))); in copy_constant()
3060 ce->value = copy_constant (value); in copy_constant()
3111 desc->value = copy_constant (exp); in build_constant_desc()