Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dc-pretty-print.c209 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_space_for_pointer_operator()
427 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_specifier_qualifier_list()
H A Dc-common.h712 extern tree strip_pointer_operator (tree);
H A Dc-common.c3696 strip_pointer_operator (tree t) in strip_pointer_operator() function
H A DChangeLog-200310380 * c-common.h (strip_pointer_operator): Declare.
10381 * c-common.c (strip_pointer_operator): Define.
/freebsd-12.1/contrib/gcc/cp/
H A Dcxx-pretty-print.c455 pp->enclosing_scope = strip_pointer_operator (TREE_TYPE (object)); in pp_cxx_postfix_expression()