PandA-2024.02
|
exceptions managed by PandA More...
#include <cstdlib>
Go to the source code of this file.
Functions | |
bool | IsError (const int error_value) |
Utility include. More... | |
bool | is_failure (const int error_value) |
Return true if the return value corresponds to a failure (not to an error) More... | |
exceptions managed by PandA
This structure is used to manage the exception arised by the Panda toolset.
Definition in file exceptions.cpp.
bool is_failure | ( | const int | error_value | ) |
Return true if the return value corresponds to a failure (not to an error)
return_value | is a return value of a system |
Definition at line 64 of file exceptions.cpp.
bool IsError | ( | const int | error_value | ) |
Utility include.
Return true if the return_value corresponds to an error.
Definition at line 58 of file exceptions.cpp.
Referenced by CompilerWrapper::CompileFile(), CompilerWrapper::CreateExecutable(), CTestbenchExecution::Exec(), BasicBlocksProfiling::Exec(), create_tree_manager::Exec(), ToolManager::execute_command(), FindMaxTransformations::ExecuteBambu(), NonDeterministicFlows::ExecuteTool(), XilinxTasteBackendFlow::GenerateSynthesisScripts(), CompilerWrapper::GetSystemIncludes(), main(), and CompilerWrapper::QueryCompilerConfig().