#include <checked_int.inlines.hh>
Public Types | |
typedef int_fast64_t | Type_For_Neg |
typedef int_fast64_t | Type_For_Add |
typedef int_fast64_t | Type_For_Sub |
typedef int_fast64_t | Type_For_Mul |
Static Public Attributes | |
static const bool | use_for_neg = false |
static const bool | use_for_add = false |
static const bool | use_for_sub = false |
static const bool | use_for_mul = false |
Definition at line 858 of file checked_int.inlines.hh.
typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< signed long long >::Type_For_Neg |
Definition at line 863 of file checked_int.inlines.hh.
typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< signed long long >::Type_For_Add |
Definition at line 864 of file checked_int.inlines.hh.
typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< signed long long >::Type_For_Sub |
Definition at line 865 of file checked_int.inlines.hh.
typedef int_fast64_t Parma_Polyhedra_Library::Checked::Larger< signed long long >::Type_For_Mul |
Definition at line 866 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed long long >::use_for_neg = false [static] |
Definition at line 859 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed long long >::use_for_add = false [static] |
Definition at line 860 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed long long >::use_for_sub = false [static] |
Definition at line 861 of file checked_int.inlines.hh.
const bool Parma_Polyhedra_Library::Checked::Larger< signed long long >::use_for_mul = false [static] |
Definition at line 862 of file checked_int.inlines.hh.