Home
last modified time | relevance | path

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

/openbsd/gnu/gcc/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()
/openbsd/gnu/usr.bin/gcc/gcc/cp/
H A Dexcept.c815 int is_ptr; local
823 is_ptr = TREE_CODE (type) == POINTER_TYPE;
824 if (is_ptr || TREE_CODE (type) == REFERENCE_TYPE)
828 if (is_ptr && VOID_TYPE_P (core))
H A Dtypeck2.c1376 int is_ptr; local
1387 is_ptr = TREE_CODE (core) == POINTER_TYPE;
1388 if (is_ptr || TREE_CODE (core) == REFERENCE_TYPE)
1393 ok = is_ptr;
H A Dtypeck.c1120 int is_ptr = TREE_CODE (ttr) == POINTER_TYPE; local
1125 if (is_ptr)
/openbsd/gnu/llvm/lldb/source/DataFormatters/
H A DValueObjectPrinter.cpp487 const bool is_ptr = IsPtr(); in ShouldPrintChildren() local
511 if (is_ptr || is_ref) { in ShouldPrintChildren()
/openbsd/gnu/gcc/gcc/objc/
H A Dobjc-act.c1357 bool is_ptr = (type != NULL_TREE); in objc_get_protocol_qualified_type() local
1359 if (!is_ptr) in objc_get_protocol_qualified_type()
1375 if (is_ptr) in objc_get_protocol_qualified_type()
1388 if (is_ptr) in objc_get_protocol_qualified_type()