HomeSort by relevance Sort by last modified time
    Searched refs:__eprintf (Results 1 - 5 of 5) sorted by null

  /external/llvm/test/FrontendC++/
2007-03-27-FunctionVarRename.cpp 7 void __eprintf();
11 __eprintf();
15 extern void *__eprintf;
16 return &__eprintf;
  /frameworks/compile/libbcc/runtime/lib/
eprintf.c 1 /* ===---------- eprintf.c - Implements __eprintf --------------------------===
18 * __eprintf() was used in an old version of <assert.h>.
26 void __eprintf(const char* format, const char* assertion_expression, function
  /external/llvm/lib/Support/
SearchForAddressOfSpecialSymbol.cpp 46 // __eprintf is sometimes used for assert() handling on x86.
52 EXPLICIT_SYMBOL(__eprintf);
  /frameworks/compile/libbcc/lib/ExecutionEngine/
RuntimeStub.h 85 extern void __eprintf(char const *, char const *, char const *, char const *)
Runtime.def 128 DEF_LLVM_RUNTIME(__eprintf)

Completed in 104 milliseconds