Home
last modified time | relevance | path

Searched refs:objectp (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/gcc/libstdc++-v3/libsupc++/
H A Deh_catch.cc52 void* objectp; in __cxa_begin_catch() local
87 objectp = __gxx_caught_object(exceptionObject); in __cxa_begin_catch()
91 return objectp; in __cxa_begin_catch()
/openbsd-src/gnu/usr.bin/gcc/gcc/
H A Demit-rtl.c1695 set_mem_attributes_minus_bitpos (ref, t, objectp, bitpos) in set_mem_attributes_minus_bitpos() argument
1698 int objectp;
1737 if ((objectp || DECL_P (t)) && ! AGGREGATE_TYPE_P (type))
1742 if (objectp || TREE_CODE (t) == INDIRECT_REF || TYPE_ALIGN_OK (type))
1923 set_mem_attributes (ref, t, objectp) in set_mem_attributes() argument
1926 int objectp;
1928 set_mem_attributes_minus_bitpos (ref, t, objectp, 0);
/openbsd-src/gnu/gcc/gcc/
H A Demit-rtl.c1430 set_mem_attributes_minus_bitpos (rtx ref, tree t, int objectp, in set_mem_attributes_minus_bitpos() argument
1467 if ((objectp || DECL_P (t)) && ! AGGREGATE_TYPE_P (type)) in set_mem_attributes_minus_bitpos()
1472 if (objectp || TREE_CODE (t) == INDIRECT_REF in set_mem_attributes_minus_bitpos()
1690 set_mem_attributes (rtx ref, tree t, int objectp) in set_mem_attributes() argument
1692 set_mem_attributes_minus_bitpos (ref, t, objectp, 0); in set_mem_attributes()