Searched defs:CheckedAddFastOp (Results 1 – 4 of 4) sorted by relevance
39 struct CheckedAddFastOp { struct40 static const bool is_supported = false;42 static constexpr bool Do(T, U, V*) { in Do()
70 struct CheckedAddFastOp { struct71 static const bool is_supported = true;73 __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()