Searched defs:CheckedSubFastOp (Results 1 – 4 of 4) sorted by relevance
48 struct CheckedSubFastOp { struct49 static const bool is_supported = false;51 static constexpr bool Do(T, U, V*) { in Do()
74 struct CheckedSubFastOp { struct75 static const bool is_supported = true;77 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V* result) { in Do()
57 struct CheckedSubFastOp struct59 static const bool is_supported = false;61 static constexpr bool Do(T, U, V *) in Do()
93 struct CheckedSubFastOp struct95 static const bool is_supported = true;97 __attribute__((always_inline)) static constexpr bool Do(T x, U y, V *result) in Do()