|
clang 23.0.0git
|
Go to the source code of this file.
Macros | |
| #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 and && |
Definition at line 17 of file iso646.h.
Referenced by __DO_LANE_OPS(), and __DO_LANE_OPS().
| #define not ! |
Definition at line 22 of file iso646.h.
Referenced by clang::CIRGen::CIRGenFunction::getAddressOfBaseClass(), and getStorage().
| #define or || |
Definition at line 24 of file iso646.h.
Referenced by __DO_LANE_OPS(), __DO_LANE_OPS(), and hlsl::__detail::lit_impl().
| #define xor ^ |
Definition at line 26 of file iso646.h.
Referenced by __DO_LANE_OPS(), and __DO_LANE_OPS().