Searched refs:const_hash_1 (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/gcc/
H A Dvarasm.c120 static hashval_t const_hash_1 (const tree);
2449 const_hash_1 (const tree exp)
2475 return (const_hash_1 (TREE_REALPART (exp)) * 5
2476 + const_hash_1 (TREE_IMAGPART (exp)));
2487 hi = hi * 603 + const_hash_1 (value);
2521 return (const_hash_1 (TREE_OPERAND (exp, 0)) * 9
2522 + const_hash_1 (TREE_OPERAND (exp, 1)));
2527 return const_hash_1 (TREE_OPERAND (exp, 0)) * 7 + 2;
2884 key.hash = const_hash_1 (exp);
2997 key.hash = const_hash_1 (ex
2436 const_hash_1 (const tree exp) function
[all...]

Completed in 54 milliseconds