v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
Loading...
Searching...
No Matches
v8::base::internal::CheckedMulFastOp< T, U > Struct Template Reference

#include <safe_math_clang_gcc_impl.h>

Collaboration diagram for v8::base::internal::CheckedMulFastOp< T, U >:

Public Member Functions

template<typename V >
 __attribute__ ((always_inline)) static const expr bool Do(T x
 

Static Public Member Functions

template<typename V >
static constexpr bool Do (T, U, V *)
 

Public Attributes

y
 
U Vresult
 

Static Public Attributes

static const bool is_supported = true
 

Detailed Description

template<typename T, typename U>
struct v8::base::internal::CheckedMulFastOp< T, U >

Definition at line 61 of file safe_math_shared_impl.h.

Member Function Documentation

◆ __attribute__()

template<typename T , typename U >
template<typename V >
v8::base::internal::CheckedMulFastOp< T, U >::__attribute__ ( (always_inline) ) const
Here is the call graph for this function:

◆ Do()

template<typename T , typename U >
template<typename V >
static constexpr bool v8::base::internal::CheckedMulFastOp< T, U >::Do ( T ,
U ,
V *  )
inlinestaticconstexpr

Definition at line 64 of file safe_math_shared_impl.h.

Here is the caller graph for this function:

Member Data Documentation

◆ is_supported

template<typename T , typename U >
static const bool v8::base::internal::CheckedMulFastOp< T, U >::is_supported = true
static

Definition at line 106 of file safe_math_clang_gcc_impl.h.

◆ result

template<typename T , typename U >
U V* v8::base::internal::CheckedMulFastOp< T, U >::result

◆ y

template<typename T , typename U >
U v8::base::internal::CheckedMulFastOp< T, U >::y

Definition at line 109 of file safe_math_clang_gcc_impl.h.


The documentation for this struct was generated from the following files: