clang API Documentation

Defines
iso646.h File Reference

Go to the source code of this file.

Defines

#define and   &&
#define and_eq   &=
#define bitand   &
#define bitor   |
#define compl   ~
#define not   !
#define not_eq   !=
#define or   ||
#define or_eq   |=
#define xor   ^
#define xor_eq   ^=

Define Documentation

#define and   &&

Definition at line 30 of file iso646.h.

#define and_eq   &=

Definition at line 31 of file iso646.h.

#define bitand   &

Definition at line 32 of file iso646.h.

#define bitor   |

Definition at line 33 of file iso646.h.

#define compl   ~

Definition at line 34 of file iso646.h.

#define not   !

Definition at line 35 of file iso646.h.

#define not_eq   !=

Definition at line 36 of file iso646.h.

#define or   ||

Definition at line 37 of file iso646.h.

#define or_eq   |=

Definition at line 38 of file iso646.h.

#define xor   ^

Definition at line 39 of file iso646.h.

#define xor_eq   ^=

Definition at line 40 of file iso646.h.