Home
last modified time | relevance | path

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

/openbsd-src/gnu/gcc/gcc/
H A Dc-typeck.c79 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 Dc-typeck.c53 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 DFSFChangeLog.101585 qualify_type.
H A DChangeLog.27343 * c-typeck.c (qualify_type): Merge qualifiers from both types.
H A DChangeLog.110773 * c-typeck.c (qualify_type): Use c_build_qualified_type.
/openbsd-src/gnu/gcc/gcc/cp/
H A DChangeLog-2000804 * typeck.c (qualify_type): Remove.
/openbsd-src/gnu/usr.bin/gcc/gcc/cp/
H A DChangeLog10676 * typeck.c (qualify_type): Remove.