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

  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/X11/Xtrans/
Xtransint.h 450 /* Use ErrorF() for the X server */
455 ErrorF(__xtransname); \
456 ErrorF(x+hack,a,b,c); \
457 ErrorF("timestamp (ms): %d\n",tp.tv_sec*1000+tp.tv_usec/1000); \
474 /* Use ErrorF() for the X server */
477 ErrorF(__xtransname); \
478 ErrorF(x+hack,a,b,c); \
  /external/llvm/examples/Kaleidoscope/Chapter3/
toy.cpp 180 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
419 ErrorF("redefinition of function");
425 ErrorF("redefinition of function with different # args");
  /external/llvm/examples/Kaleidoscope/Chapter4/
toy.cpp 187 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
427 ErrorF("redefinition of function");
433 ErrorF("redefinition of function with different # args");
  /external/llvm/examples/Kaleidoscope/Chapter5/
toy.cpp 216 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
672 ErrorF("redefinition of function");
678 ErrorF("redefinition of function with different # args");
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 244 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
776 ErrorF("redefinition of function");
782 ErrorF("redefinition of function with different # args");
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
compiler.h     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter2/
toy.cpp 168 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 262 FunctionAST *ErrorF(const char *Str) { Error(Str); return 0; }
924 ErrorF("redefinition of function");
930 ErrorF("redefinition of function with different # args");
    [all...]

Completed in 203 milliseconds