Home
last modified time | relevance | path

Searched refs:strip_pointer_operator (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-pretty-print.c212 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_space_for_pointer_operator()
451 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_specifier_qualifier_list()
H A Dc-common.h932 extern tree strip_pointer_operator (tree);
H A Dc-common.c4771 strip_pointer_operator (tree t) in strip_pointer_operator() function
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-pretty-print.cc218 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_space_for_pointer_operator()
461 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_specifier_qualifier_list()
H A Dc-common.h958 extern tree strip_pointer_operator (tree);
H A Dc-common.cc5017 strip_pointer_operator (tree t) in strip_pointer_operator() function
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dcxx-pretty-print.cc581 enclosing_scope = strip_pointer_operator (TREE_TYPE (object)); in postfix_expression()
H A Dcall.cc7808 type = strip_pointer_operator (type); in maybe_warn_array_conv()
11433 type = strip_pointer_operator (type); in conv_binds_to_array_of_unknown_bound()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dcxx-pretty-print.c580 enclosing_scope = strip_pointer_operator (TREE_TYPE (object)); in postfix_expression()
H A Dcall.c7298 type = strip_pointer_operator (type); in maybe_warn_array_conv()
10689 type = strip_pointer_operator (type); in conv_binds_to_array_of_unknown_bound()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A DChangeLog-200310380 * c-common.h (strip_pointer_operator): Declare.
10381 * c-common.c (strip_pointer_operator): Define.