v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
safe_math_clang_gcc_impl.h File Reference
#include <stdint.h>
#include <limits>
#include <type_traits>
#include "src/base/numerics/safe_conversions.h"
Include dependency graph for safe_math_clang_gcc_impl.h:

Go to the source code of this file.

Classes

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

Namespaces

namespace  v8
 
namespace  v8::base
 
namespace  v8::base::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 24 of file safe_math_clang_gcc_impl.h.