Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/gcc/
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()
Dc-common.h712 extern tree strip_pointer_operator (tree);
Dc-common.c3696 strip_pointer_operator (tree t) in strip_pointer_operator() function
DChangeLog-200310380 * c-common.h (strip_pointer_operator): Declare.
10381 * c-common.c (strip_pointer_operator): Define.
/freebsd-12-stable/contrib/gcc/cp/
Dcxx-pretty-print.c455 pp->enclosing_scope = strip_pointer_operator (TREE_TYPE (object)); in pp_cxx_postfix_expression()