Home
last modified time | relevance | path

Searched defs:CheckedInt (Results 1 – 17 of 17) sorted by relevance

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSequence.h43 struct CheckedInt { struct
47 static CheckedInt from(Integral FromValue) { in from() argument
58 static CheckedInt from(Enum FromValue) { in from() argument
68 CheckedInt Result; argument
75 intmax_t Result;
84 Integral to() const { in to()
113 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/ADT/
H A DSequence.h43 struct CheckedInt { struct
47 static CheckedInt from(Integral FromValue) { in from() argument
58 static CheckedInt from(Enum FromValue) { in from() argument
68 CheckedInt Result; argument
75 intmax_t Result;
84 Integral to() const { in to()
113 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/ADT/
H A DSequence.h43 struct CheckedInt { struct
47 static CheckedInt from(Integral FromValue) { in from() argument
58 static CheckedInt from(Enum FromValue) { in from() argument
68 CheckedInt Result; argument
75 intmax_t Result;
84 Integral to() const { in to()
113 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/ADT/
H A DSequence.h64 struct CheckedInt { struct
68 static CheckedInt from(Integral FromValue) { in from() argument
79 static CheckedInt from(Enum FromValue) { in from() argument
89 CheckedInt Result; argument
96 intmax_t Result;
105 Integral to() const { in to()
134 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSequence.h43 struct CheckedInt { struct
47 static CheckedInt from(Integral FromValue) { in from() argument
58 static CheckedInt from(Enum FromValue) { in from() argument
68 CheckedInt Result; argument
75 intmax_t Result;
84 Integral to() const { in to()
113 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/include/llvm/ADT/
H A DSequence.h43 struct CheckedInt { struct
47 static CheckedInt from(Integral FromValue) { in from() argument
58 static CheckedInt from(Enum FromValue) { in from() argument
68 CheckedInt Result; argument
75 intmax_t Result;
84 Integral to() const { in to()
113 explicit SafeIntIterator(T Value) : SI(CheckedInt::from<T>(Value)) {} in SafeIntIterator() argument
/dports/devel/folly/folly-2021.12.27.00/folly/test/
H A Dsmall_vector_test.cpp832 struct CheckedInt { struct
834 CheckedInt() : value(DEFAULT_VALUE) {} in CheckedInt() argument
835 explicit CheckedInt(int value_) : value(value_) {} in CheckedInt() argument
836 CheckedInt(const CheckedInt& rhs, int) : value(rhs.value) {} in CheckedInt() function
837 CheckedInt(const CheckedInt& rhs) : value(rhs.value) {} in CheckedInt() function
838 CheckedInt(CheckedInt&& rhs) noexcept : value(rhs.value) { in CheckedInt() function
841 CheckedInt& operator=(const CheckedInt& rhs) { in operator =() argument
845 CheckedInt& operator=(CheckedInt&& rhs) noexcept { in operator =() argument
850 ~CheckedInt() {} in ~CheckedInt() argument
855 folly::small_vector<CheckedInt> v; in TEST() argument
/dports/www/firefox-legacy/firefox-52.8.0esr/mfbt/
H A DCheckedInt.h19 template<typename T> class CheckedInt; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/extract/mfbt/
H A DCheckedInt.h19 template<typename T> class CheckedInt; variable
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/mozjs-45/include/mozilla/
H A DCheckedInt.h19 template<typename T> class CheckedInt; variable
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill/core/browser/
H A Dautofill_driver_factory_unittest.cc60 class CheckedInt { class
62 CheckedInt() {} in CheckedInt() function in autofill::__anon3ab0ac290111::CheckedInt
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill/core/browser/
H A Dautofill_driver_factory_unittest.cc60 class CheckedInt { class
62 CheckedInt() {} in CheckedInt() function in autofill::__anon1c32df840111::CheckedInt
/dports/lang/spidermonkey60/firefox-60.9.0/mfbt/
H A DCheckedInt.h37 class CheckedInt; variable
/dports/www/firefox-esr/firefox-91.8.0/mfbt/
H A DCheckedInt.h52 class CheckedInt; variable
/dports/www/firefox/firefox-99.0/mfbt/
H A DCheckedInt.h52 class CheckedInt; variable
/dports/mail/thunderbird/thunderbird-91.8.0/mfbt/
H A DCheckedInt.h52 class CheckedInt; variable
/dports/lang/spidermonkey78/firefox-78.9.0/mfbt/
H A DCheckedInt.h52 class CheckedInt; variable