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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Support/
H A DSearchForAddressOfSpecialSymbol.cpp31 // __eprintf is sometimes used for assert() handling on x86.
37 EXPLICIT_SYMBOL(__eprintf);
/macosx-10.9.5/tcl-102/tcl_ext/trf/trf/compat/
H A D_eprintf.c6 __eprintf (string, expression, line, filename) function
/macosx-10.9.5/Libc-997.90.3/include/
H A Dassert.h78 void __eprintf(const char *, const char *, unsigned, const char *) __dead2;
84 __eprintf ("%s:%u: failed assertion `%s'\n", file, line, e)
86 /* 8462256: modified __assert_rtn() replaces deprecated __eprintf() */
/macosx-10.9.5/libstdcxx-60/src/
H A Dcompatibility.cc507 /* __eprintf shouldn't have been made visible from libstdc++, or
520 __eprintf(const char *string, const char *expression, function

Completed in 234 milliseconds