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

/freebsd-9.3-release/contrib/gcc/
H A Dc-objc-common.h115 #define LANG_HOOKS_TYPE_PROMOTES_TO c_type_promotes_to
H A Dc-tree.h543 extern tree c_type_promotes_to (tree);
H A Dc-typeck.c232 c_type_promotes_to (tree type)
1351 if (c_type_promotes_to (a2) != a2)
1356 if (c_type_promotes_to (a1) != a1)
230 c_type_promotes_to (tree type) function
H A Dc-decl.c1086 if (c_type_promotes_to (type) != type)
4871 promoted_type = c_type_promotes_to (type);

Completed in 100 milliseconds