Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/c-family/
H A Dc-pretty-print.c211 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_space_for_pointer_operator()
446 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_specifier_qualifier_list()
H A Dc-common.h900 extern tree strip_pointer_operator (tree);
H A Dc-common.c4699 strip_pointer_operator (tree t) in strip_pointer_operator() function
/dflybsd-src/contrib/gcc-4.7/gcc/c-family/
H A Dc-pretty-print.c231 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_space_for_pointer_operator()
457 tree pointee = strip_pointer_operator (TREE_TYPE (t)); in pp_c_specifier_qualifier_list()
H A Dc-common.h829 extern tree strip_pointer_operator (tree);
H A Dc-common.c5276 strip_pointer_operator (tree t) in strip_pointer_operator() function
/dflybsd-src/contrib/gcc-4.7/gcc/cp/
H A Dcxx-pretty-print.c545 pp->enclosing_scope = strip_pointer_operator (TREE_TYPE (object)); in pp_cxx_postfix_expression()
/dflybsd-src/contrib/gcc-8.0/gcc/cp/
H A Dcxx-pretty-print.c528 enclosing_scope = strip_pointer_operator (TREE_TYPE (object)); in postfix_expression()