Searched refs:is_ptr (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/contrib/gcc/
H A Dtree-ssa-alias-warnings.c212 get_otype (tree object, bool is_ptr)
216 if (is_ptr)
319 bool is_ptr;
583 reference_site (tree object, bool is_ptr)
585 if (is_ptr)
704 get_maybe_star_prefix (tree object, bool is_ptr)
707 return (is_ptr
211 get_otype(tree object, bool is_ptr) argument
317 bool is_ptr; member in struct:match_info
581 reference_site(tree object, bool is_ptr) argument
702 get_maybe_star_prefix(tree object, bool is_ptr) argument
/freebsd-9.3-release/contrib/gcc/cp/
H A Dexcept.c831 int is_ptr; local
839 is_ptr = TREE_CODE (type) == POINTER_TYPE;
840 if (is_ptr || TREE_CODE (type) == REFERENCE_TYPE)
844 if (is_ptr && VOID_TYPE_P (core))
H A Dtypeck2.c1383 bool is_ptr;
1394 is_ptr = TREE_CODE (core) == POINTER_TYPE;
1395 if (is_ptr || TREE_CODE (core) == REFERENCE_TYPE)
1400 ok = is_ptr;
1377 bool is_ptr; local
/freebsd-9.3-release/contrib/libcxxrt/
H A Dexception.cc902 bool is_ptr = ex ? ex_type->__is_pointer_p() : false; local
903 if (is_ptr)

Completed in 75 milliseconds