Botan  2.1.0
Crypto and TLS for C++11
Macros
compiler.h File Reference

Go to the source code of this file.

Macros

#define BOTAN_CLANG_VERSION   0
 
#define BOTAN_CURRENT_FUNCTION   __func__
 
#define BOTAN_DEPRECATED(msg)
 
#define BOTAN_FUNC_ISA(isa)
 
#define BOTAN_GCC_VERSION   0
 
#define BOTAN_NOEXCEPT   noexcept
 
#define BOTAN_NORETURN
 
#define BOTAN_PARALLEL_FOR   for
 
#define BOTAN_PARALLEL_SIMD_FOR   for
 
#define BOTAN_PARALLEL_SPAWN
 
#define BOTAN_PARALLEL_SYNC   BOTAN_FORCE_SEMICOLON
 
#define BOTAN_WARN_UNUSED_RESULT
 

Macro Definition Documentation

#define BOTAN_CLANG_VERSION   0

Definition at line 31 of file compiler.h.

#define BOTAN_CURRENT_FUNCTION   __func__
#define BOTAN_DEPRECATED (   msg)

Definition at line 79 of file compiler.h.

#define BOTAN_FUNC_ISA (   isa)

Definition at line 48 of file compiler.h.

#define BOTAN_GCC_VERSION   0

Definition at line 22 of file compiler.h.

#define BOTAN_NOEXCEPT   noexcept

Definition at line 116 of file compiler.h.

#define BOTAN_NORETURN

Definition at line 94 of file compiler.h.

#define BOTAN_PARALLEL_FOR   for
#define BOTAN_PARALLEL_SIMD_FOR   for

Definition at line 146 of file compiler.h.

Referenced by Botan::Serpent::decrypt_n(), and Botan::Serpent::encrypt_n().

#define BOTAN_PARALLEL_SPAWN

Definition at line 159 of file compiler.h.

#define BOTAN_PARALLEL_SYNC   BOTAN_FORCE_SEMICOLON

Definition at line 172 of file compiler.h.

#define BOTAN_WARN_UNUSED_RESULT

Definition at line 57 of file compiler.h.