Wire Sysio Wire Sysion 1.0.0
Loading...
Searching...
No Matches
A Struct Reference

#include <lib.h>

Inheritance diagram for A:
Collaboration diagram for A:

Public Member Functions

 A ()
 
int func (int a, int b, int c, int d, int e) const
 
 A ()
 
 ~A ()
 
void put () const
 
 A ()
 
 ~A ()
 
void put () const
 
- Public Member Functions inherited from Test
 Test (bool isXbyak)
 
void separateFunc ()
 
 ~Test ()
 
void put ()
 
void putOpmask ()
 
void put_vaddpd (const char *r1, const char *r2, const char *r3, int kIdx=0, bool z=false, int sae=0)
 
void putCombi ()
 
void putCmpK ()
 
void putBroadcastSub (int idx, int disp)
 
void putBroadcast ()
 
void putMisc1 ()
 
void putAVX512_M_X ()
 
void put_vmov ()
 
void put512_X_XM ()
 
void put512_X_X_XM ()
 
void put512_X3 ()
 
void put512_X3_I ()
 
void put512_FMA ()
 
void put512_Y_XM ()
 
void put512_AVX1 ()
 
void putAVX1 ()
 
void put512_cvt ()
 
void putGather ()
 
void putScatter ()
 
void putBlend ()
 
void putVpcmp ()
 
void putVtest ()
 
void putCompExp ()
 
void putPerm ()
 
void putShuff ()
 
void putMov ()
 
void putRot ()
 
void putMisc2 ()
 
void classSubMem (const char *nm, char x, bool broadcast, int size)
 
void putClassSub (const char *name, int size)
 
void putClass ()
 
void putMin ()
 
void putDisp8N ()
 
void putAVX512 ()
 
 Test (bool isXbyak)
 
void separateFunc ()
 
 ~Test ()
 
void putGprR_R_RM ()
 
void putGprR_RM_R ()
 
void putGprR_RM ()
 
void putGprOtherwise ()
 
void putGather ()
 
void putGath (const std::string &vsib)
 
void putGatherAll ()
 
void putSeg ()
 
void put ()
 
 Test (int n)
 
void threadEntry ()
 
void stopThread ()
 

Public Attributes

int x_
 
int y_
 
int a
 
int aaa
 

Additional Inherited Members

- Public Types inherited from Test
enum  { xx_yy_zz , xx_yx_zy , xx_xy_yz }
 

Detailed Description

Definition at line 7 of file memfunc.cpp.

Constructor & Destructor Documentation

◆ A() [1/3]

A::A ( )
inline

Definition at line 10 of file memfunc.cpp.

10: x_(3), y_(5) {}

◆ A() [2/3]

A::A ( )
inline

Definition at line 27 of file lib.h.

28 : a(5)
29 {
30 puts("A cstr");
31 }
const GenericPointer< typename T::ValueType > T2 T::AllocatorType & a
Definition pointer.h:1181

◆ ~A() [1/2]

A::~A ( )
inline

Definition at line 32 of file lib.h.

33 {
34 puts("A dstr");
35 }

◆ A() [3/3]

A::A ( )
inline

Definition at line 9 of file lib_min.cpp.

10 : aaa(123)
11 {
12 puts("A cstr");
13 }
void aaa()

◆ ~A() [2/2]

A::~A ( )
inline

Definition at line 14 of file lib_min.cpp.

15 {
16 puts("A dstr");
17 }

Member Function Documentation

◆ func()

int A::func ( int a,
int b,
int c,
int d,
int e ) const
inline

Definition at line 11 of file memfunc.cpp.

11{ return x_ + y_ + a + b + c + d + e; }
CK_ULONG d

◆ put() [1/2]

void A::put ( ) const
inline

Definition at line 36 of file lib.h.

37 {
38 printf("a=%d\n", a);
39 }
Here is the caller graph for this function:

◆ put() [2/2]

void A::put ( ) const
inline

Definition at line 18 of file lib_min.cpp.

19 {
20 printf("aaa=%d\n", aaa);
21 }
Here is the call graph for this function:

Member Data Documentation

◆ a

int A::a

Definition at line 26 of file lib.h.

◆ aaa

int A::aaa

Definition at line 8 of file lib_min.cpp.

◆ x_

int A::x_

Definition at line 8 of file memfunc.cpp.

◆ y_

int A::y_

Definition at line 9 of file memfunc.cpp.


The documentation for this struct was generated from the following files: