Searched refs:qualify_type (Results 1 – 6 of 6) sorted by relevance
| /freebsd-12.1/contrib/gcc/ |
| H A D | c-typeck.c | 83 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 D | FSFChangeLog.10 | 1585 qualify_type.
|
| H A D | ChangeLog-1998 | 3454 * c-typeck.c (qualify_type): Use c_build_qualified_type.
|
| H A D | ChangeLog-1999 | 7343 * c-typeck.c (qualify_type): Merge qualifiers from both types.
|
| H A D | ChangeLog-2004 | 28174 Do not call qualify_type on the new type.
|
| /freebsd-12.1/contrib/gcc/cp/ |
| H A D | ChangeLog-2000 | 804 * typeck.c (qualify_type): Remove.
|