Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dbuiltins.c108 static enum type_class type_to_class (tree);
1792 type_to_class (tree type) in type_to_class() function
1823 return GEN_INT (type_to_class (TREE_TYPE (CALL_EXPR_ARG (exp, 0)))); in expand_builtin_classify_type()
8053 return build_int_cst (integer_type_node, type_to_class (TREE_TYPE (arg))); in fold_builtin_classify_type()
/dragonfly/contrib/gcc-4.7/gcc/
H A Dbuiltins.c95 static enum type_class type_to_class (tree);
1791 type_to_class (tree type) in type_to_class() function
1822 return GEN_INT (type_to_class (TREE_TYPE (CALL_EXPR_ARG (exp, 0)))); in expand_builtin_classify_type()
7084 return build_int_cst (integer_type_node, type_to_class (TREE_TYPE (arg))); in fold_builtin_classify_type()