HomeSort by: relevance | last modified time | path
    Searched defs:null_arg (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
sm-malloc.cc 1056 /* Subroutine for use by possible_null_arg::emit and null_arg::emit.
1192 class null_arg : public malloc_diagnostic class in namespace:ana::__anon12594
1195 null_arg (const malloc_state_machine &sm, tree arg, function in class:ana::__anon12594::null_arg
1201 const char *get_kind () const final override { return "null_arg"; }
1206 const null_arg &sub_other
1207 = (const null_arg &)base_other;
2060 make_unique<null_arg>
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
sm-malloc.cc 987 /* Subroutine for use by possible_null_arg::emit and null_arg::emit.
1111 class null_arg : public malloc_diagnostic class in namespace:ana::__anon15216
1114 null_arg (const malloc_state_machine &sm, tree arg, function in class:ana::__anon15216::null_arg
1120 const char *get_kind () const FINAL OVERRIDE { return "null_arg"; }
1124 const null_arg &sub_other
1125 = (const null_arg &)base_other;
1731 new null_arg (*this, diag_arg,

Completed in 20 milliseconds