Searched refs:check_null (Results 1 - 6 of 6) sorted by relevance

/netbsd-current/external/lgpl3/mpc/dist/tests/
H A Dtstrtoc.c139 check_null (void) function
163 check_null ();
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dubsan.c769 bool check_null; local
785 check_null = sanitize_flags_p (SANITIZE_NULL);
787 if (check_align == NULL_TREE && !check_null)
835 | (check_null ? SANITIZE_NULL : 0)))
861 if (check_null)
874 if (check_null)
907 if (check_null)
916 if (check_null)
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dubsan.cc772 bool check_null;
788 check_null = sanitize_flags_p (SANITIZE_NULL);
790 if (check_align == NULL_TREE && !check_null)
838 | (check_null ? SANITIZE_NULL + 0 : 0)))
864 if (check_null)
877 if (check_null)
910 if (check_null)
919 if (check_null)
/netbsd-current/external/mit/isl/dist/interface/
H A Dplain_cpp.cc1475 bool check_null, check_neg; local
1493 check_null = is_isl_type(return_type);
1494 if (!check_null && !check_neg)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dexpr.c2885 check_null (gfc_expr *e) function
2988 && (m = check_null (e)) == MATCH_NO
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dexpr.cc2902 check_null (gfc_expr *e) function
3005 && (m = check_null (e)) == MATCH_NO

Completed in 141 milliseconds