This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
Other format: | [Raw text] |
ECF_MALLOC is obvious, but it's not what I'm looking for. I know how to detect malloc-like calls. What I want to know is how to tell if it's going to return NULL on failure or not.call_expr_flags calls flags_from_decl_or_type, which in turn tests DECL_IS_MALLOC.
Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
---|---|---|
Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |