Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-typeck.c83 static tree qualify_type (tree, tree);
255 qualify_type (tree type, tree like) in qualify_type() function
323 return qualify_type (t1, t2); in composite_type()
417 return qualify_type (t1, t2); in composite_type()
423 return qualify_type (t1, t2); in composite_type()
515 t1 = qualify_type (t1, t2); in composite_type()
3450 result_type = qualify_type (type2, type1); in build_conditional_expr()
3452 result_type = qualify_type (type1, type2); in build_conditional_expr()
3466 result_type = build_pointer_type (qualify_type (TREE_TYPE (type1), in build_conditional_expr()
3474 result_type = build_pointer_type (qualify_type (TREE_TYPE (type2), in build_conditional_expr()
H A DFSFChangeLog.101585 qualify_type.
H A DChangeLog-19983454 * c-typeck.c (qualify_type): Use c_build_qualified_type.
H A DChangeLog-19997343 * c-typeck.c (qualify_type): Merge qualifiers from both types.
H A DChangeLog-200428174 Do not call qualify_type on the new type.
/freebsd-12.1/contrib/gcc/cp/
H A DChangeLog-2000804 * typeck.c (qualify_type): Remove.