PandA-2024.02
|
#include <stdlib.h>
Go to the source code of this file.
Macros | |
#define | abs(x) ((x)>0?(x):-(x)) |
Functions | |
void | __attribute__ ((noinline)) |
int | main () |
Definition at line 3 of file main.c.
Referenced by __attribute__(), APInt::abs(), UnaryOpNode::eval(), cdfc_module_binding::InternalExec(), line(), FloatFormat::ToString(), and XilinxBackendFlow::xparse_timing().
void __attribute__ | ( | (noinline) | ) |