Searched refs:is_ptr (Results 1 – 5 of 5) sorted by relevance
211 get_otype (tree object, bool is_ptr) in get_otype() argument215 if (is_ptr) in get_otype()317 bool is_ptr; member581 reference_site (tree object, bool is_ptr) in reference_site() argument583 if (is_ptr) in reference_site()702 get_maybe_star_prefix (tree object, bool is_ptr) in get_maybe_star_prefix() argument705 return (is_ptr in get_maybe_star_prefix()
831 int is_ptr; in complete_ptr_ref_or_void_ptr_p() local839 is_ptr = TREE_CODE (type) == POINTER_TYPE; in complete_ptr_ref_or_void_ptr_p()840 if (is_ptr || TREE_CODE (type) == REFERENCE_TYPE) in complete_ptr_ref_or_void_ptr_p()844 if (is_ptr && VOID_TYPE_P (core)) in complete_ptr_ref_or_void_ptr_p()
1377 bool is_ptr; in add_exception_specifier() local1388 is_ptr = TREE_CODE (core) == POINTER_TYPE; in add_exception_specifier()1389 if (is_ptr || TREE_CODE (core) == REFERENCE_TYPE) in add_exception_specifier()1394 ok = is_ptr; in add_exception_specifier()
485 const bool is_ptr = IsPtr(); in ShouldPrintChildren() local509 if (is_ptr || is_ref) { in ShouldPrintChildren()
942 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature() local943 if (is_ptr) in check_type_signature()