Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/gcc/
H A Dtree-ssa-alias-warnings.c211 get_otype (tree object, bool is_ptr) in get_otype() argument
215 if (is_ptr) in get_otype()
317 bool is_ptr; member
581 reference_site (tree object, bool is_ptr) in reference_site() argument
583 if (is_ptr) in reference_site()
702 get_maybe_star_prefix (tree object, bool is_ptr) in get_maybe_star_prefix() argument
705 return (is_ptr in get_maybe_star_prefix()
/freebsd-12.1/contrib/gcc/cp/
H A Dexcept.c831 int is_ptr; in complete_ptr_ref_or_void_ptr_p() local
839 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()
H A Dtypeck2.c1377 bool is_ptr; in add_exception_specifier() local
1388 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()
/freebsd-12.1/contrib/llvm/tools/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp485 const bool is_ptr = IsPtr(); in ShouldPrintChildren() local
509 if (is_ptr || is_ref) { in ShouldPrintChildren()
/freebsd-12.1/contrib/libcxxrt/
H A Dexception.cc942 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature() local
943 if (is_ptr) in check_type_signature()