Searched defs:CheckedAddFastOp (Results 1 – 4 of 4) sorted by relevance
38 struct CheckedAddFastOp { struct39 static const bool is_supported = false;41 static constexpr bool Do(T, U, V*) { in Do()
65 struct CheckedAddFastOp { struct66 static const bool is_supported = true;68 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
45 struct CheckedAddFastOp struct47 static const bool is_supported = false;49 static constexpr bool Do(T, U, V *) in Do()
82 struct CheckedAddFastOp struct84 static const bool is_supported = true;86 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()