CCTLib
Calling-context and data-object attribution library for Intel Pin
exc_ctor_throw.cpp File Reference
#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]
 

Macro Definition Documentation

◆ ITERS

#define ITERS   200

Definition at line 19 of file exc_ctor_throw.cpp.

Function Documentation

◆ __attribute__()

__attribute__ ( (noinline)  )

Definition at line 23 of file exc_ctor_throw.cpp.

References sink.

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 57 of file exc_ctor_throw.cpp.

References buf, ITERS, and sink.

Variable Documentation

◆ buf

uint8_t buf[ITERS *4]
static

Definition at line 21 of file exc_ctor_throw.cpp.

Referenced by main().

◆ sink

volatile uint64_t sink
static

Definition at line 20 of file exc_ctor_throw.cpp.

Referenced by __attribute__(), and main().