Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A Dexcept.cc830 int is_ptr; in complete_ptr_ref_or_void_ptr_p() local
838 is_ptr = TYPE_PTR_P (type); in complete_ptr_ref_or_void_ptr_p()
839 if (is_ptr || TYPE_REF_P (type)) in complete_ptr_ref_or_void_ptr_p()
843 if (is_ptr && VOID_TYPE_P (core)) in complete_ptr_ref_or_void_ptr_p()
H A Dtypeck2.cc2472 bool is_ptr; in add_exception_specifier() local
2483 is_ptr = TYPE_PTR_P (core); in add_exception_specifier()
2484 if (is_ptr || TYPE_REF_P (core)) in add_exception_specifier()
2489 ok = is_ptr; in add_exception_specifier()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dexcept.c885 int is_ptr; in complete_ptr_ref_or_void_ptr_p() local
893 is_ptr = TYPE_PTR_P (type); in complete_ptr_ref_or_void_ptr_p()
894 if (is_ptr || TYPE_REF_P (type)) in complete_ptr_ref_or_void_ptr_p()
898 if (is_ptr && VOID_TYPE_P (core)) in complete_ptr_ref_or_void_ptr_p()
H A Dtypeck2.c2506 bool is_ptr; in add_exception_specifier() local
2517 is_ptr = TYPE_PTR_P (core); in add_exception_specifier()
2518 if (is_ptr || TYPE_REF_P (core)) in add_exception_specifier()
2523 ok = is_ptr; in add_exception_specifier()
/netbsd-src/external/bsd/libc++/dist/libcxxrt/src/
H A Dexception.cc922 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; in check_type_signature() local
923 if (is_ptr) in check_type_signature()
/netbsd-src/external/gpl3/gcc/dist/gcc/objc/
H A Dobjc-act.cc2910 bool is_ptr = (type != NULL_TREE); in objc_get_protocol_qualified_type() local
2912 if (!is_ptr) in objc_get_protocol_qualified_type()
2943 is_ptr = true; in objc_get_protocol_qualified_type()
2953 if (is_ptr) in objc_get_protocol_qualified_type()
2973 if (is_ptr) in objc_get_protocol_qualified_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/objc/
H A Dobjc-act.c2834 bool is_ptr = (type != NULL_TREE); in objc_get_protocol_qualified_type() local
2836 if (!is_ptr) in objc_get_protocol_qualified_type()
2867 is_ptr = true; in objc_get_protocol_qualified_type()
2877 if (is_ptr) in objc_get_protocol_qualified_type()
2897 if (is_ptr) in objc_get_protocol_qualified_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dgengtype.c622 int is_ptr = (star != NULL); in create_user_defined_type() local
624 if (is_ptr) in create_user_defined_type()
636 if (is_ptr) in create_user_defined_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dgengtype.cc637 int is_ptr = (star != NULL); in create_user_defined_type() local
639 if (is_ptr) in create_user_defined_type()
651 if (is_ptr) in create_user_defined_type()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/s390/
H A Ds390.c2839 s390_decompose_constant_pool_ref (rtx *ref, rtx *disp, bool *is_ptr, in s390_decompose_constant_pool_ref() argument
2874 *is_ptr = *is_base_ptr = true; in s390_decompose_constant_pool_ref()
2878 *is_ptr = *is_base_ptr = *is_pool_ptr = true; in s390_decompose_constant_pool_ref()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/s390/
H A Ds390.cc2908 s390_decompose_constant_pool_ref (rtx *ref, rtx *disp, bool *is_ptr, in s390_decompose_constant_pool_ref() argument
2943 *is_ptr = *is_base_ptr = true; in s390_decompose_constant_pool_ref()
2947 *is_ptr = *is_base_ptr = *is_pool_ptr = true; in s390_decompose_constant_pool_ref()