Searched refs:qualify_type (Results 1 – 7 of 7) sorted by relevance
| /openbsd-src/gnu/gcc/gcc/ |
| H A D | c-typeck.c | 79 static tree qualify_type (tree, tree); 251 qualify_type (tree type, tree like) in qualify_type() function 319 return qualify_type (t1, t2); in composite_type() 413 return qualify_type (t1, t2); in composite_type() 419 return qualify_type (t1, t2); in composite_type() 511 t1 = qualify_type (t1, t2); in composite_type() 3353 result_type = qualify_type (type2, type1); in build_conditional_expr() 3355 result_type = qualify_type (type1, type2); in build_conditional_expr() 3361 result_type = build_pointer_type (qualify_type (TREE_TYPE (type1), in build_conditional_expr() 3369 result_type = build_pointer_type (qualify_type (TREE_TYPE (type2), in build_conditional_expr()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/ |
| H A D | c-typeck.c | 53 static tree qualify_type PARAMS ((tree, tree)); 202 qualify_type (type, like) in qualify_type() function 3467 result_type = qualify_type (type2, type1); 3470 result_type = qualify_type (type1, type2); 3475 result_type = build_pointer_type (qualify_type (TREE_TYPE (type1), 3482 result_type = build_pointer_type (qualify_type (TREE_TYPE (type2),
|
| H A D | FSFChangeLog.10 | 1585 qualify_type.
|
| H A D | ChangeLog.2 | 7343 * c-typeck.c (qualify_type): Merge qualifiers from both types.
|
| H A D | ChangeLog.1 | 10773 * c-typeck.c (qualify_type): Use c_build_qualified_type.
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-2000 | 804 * typeck.c (qualify_type): Remove.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog | 10676 * typeck.c (qualify_type): Remove.
|