Proteus
Programmable JIT compilation and optimization for C/C++ using LLVM
Main Page
Namespaces
Classes
Files
File List
File Members
Loading...
Searching...
No Matches
include
proteus
Macros
Error.h File Reference
#include <cstdint>
#include <llvm/ADT/Twine.h>
Include dependency graph for Error.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Macros
#define
PROTEUS_FATAL_ERROR
(x)
Macro Definition Documentation
◆
PROTEUS_FATAL_ERROR
#define PROTEUS_FATAL_ERROR
(
x
)
Value:
report_fatal_error(llvm::Twine(std::string{} + __FILE__ +
":"
+ \
std::to_string(__LINE__) +
" => "
+ x))
Generated by
1.9.8