Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
safe_math_clang_gcc_impl.h File Reference

(08e24b2ba6847221abd35e9b994206b764d6b322)

#include <cassert>
#include <limits>
#include <type_traits>
#include "core/fxcrt/numerics/safe_conversions.h"
Include dependency graph for safe_math_clang_gcc_impl.h:

Go to the source code of this file.

Classes

struct  pdfium::internal::CheckedMulFastAsmOp< T, U >
struct  pdfium::internal::ClampedAddFastAsmOp< T, U >
struct  pdfium::internal::ClampedSubFastAsmOp< T, U >
struct  pdfium::internal::ClampedMulFastAsmOp< T, U >
struct  pdfium::internal::CheckedAddFastOp< T, U >
struct  pdfium::internal::CheckedSubFastOp< T, U >
struct  pdfium::internal::CheckedMulFastOp< T, U >
struct  pdfium::internal::ClampedAddFastOp< T, U >
struct  pdfium::internal::ClampedSubFastOp< T, U >
struct  pdfium::internal::ClampedMulFastOp< T, U >
struct  pdfium::internal::ClampedNegFastOp< T >

Namespaces

namespace  pdfium
namespace  pdfium::internal

Macros

#define BASE_HAS_ASSEMBLER_SAFE_MATH   (0)

Macro Definition Documentation

◆ BASE_HAS_ASSEMBLER_SAFE_MATH

#define BASE_HAS_ASSEMBLER_SAFE_MATH   (0)

Definition at line 18 of file safe_math_clang_gcc_impl.h.