Home
last modified time | relevance | path

Searched defs:ErrorV (Results 1 – 12 of 12) sorted by relevance

/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter3/
H A Dtoy.cpp354 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter4/
H A Dtoy.cpp392 Value *ErrorV(const char *Str) { in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp511 Value *ErrorV(const char *Str) { in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter6/
H A Dtoy.cpp599 Value *ErrorV(const char *Str) { in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/lazy/
H A Dtoy-jit.cpp614 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV() function
H A Dtoy.cpp898 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter7/
H A Dtoy.cpp670 Value *ErrorV(const char *Str) { in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/cached/
H A Dtoy-jit.cpp629 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV() function
H A Dtoy.cpp1000 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/initial/
H A Dtoy.cpp858 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/MCJIT/complete/
H A Dtoy.cpp1072 Value *ErrorV(const char *Str) { Error(Str); return 0; } in ErrorV() function
/minix3/external/bsd/llvm/dist/llvm/examples/Kaleidoscope/Chapter8/
H A Dtoy.cpp860 Value *ErrorV(const char *Str) { in ErrorV() function