|
CCTLib
Calling-context and data-object attribution library for Intel Pin
|
#include <cstdint>#include <cstdio>#include <stdexcept>
Include dependency graph for exc_ctor_throw.cpp:Go to the source code of this file.
Classes | |
| struct | A |
| struct | B |
| struct | Wrap |
Macros | |
| #define | ITERS 200 |
Functions | |
| __attribute__ ((noinline)) void ctorthrow_try_marker(int i) | |
| int | main (int argc, char **argv) |
Variables | |
| static volatile uint64_t | sink |
| static uint8_t | buf [ITERS *4] |
| #define ITERS 200 |
Definition at line 19 of file exc_ctor_throw.cpp.
| __attribute__ | ( | (noinline) | ) |
Definition at line 23 of file exc_ctor_throw.cpp.
References sink.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 57 of file exc_ctor_throw.cpp.
|
static |
Definition at line 21 of file exc_ctor_throw.cpp.
Referenced by main().
|
static |
Definition at line 20 of file exc_ctor_throw.cpp.
Referenced by __attribute__(), and main().