Home
last modified time | relevance | path

Searched defs:CInt (Results 1 – 25 of 250) sorted by relevance

12345678910

/dports/lang/mono/mono-5.10.1.57/mcs/tests/
H A Dgtest-429.cs3 public struct CInt struct
7 public CInt (int data) in CInt() argument
12 public static implicit operator CInt (int xx) in operator CInt() argument
17 public static implicit operator int (CInt xx) in operator int() argument
H A Dgtest-428.cs3 public struct CInt struct
7 public CInt (int data) in CInt() argument
12 public static implicit operator CInt (int xx) in operator CInt() argument
17 public static implicit operator int (CInt xx) in operator int() argument
/dports/games/manaplus/manaplus-2.1.3.17/src/debug/mse/
H A Dmseprimitives.h82 typedef MSE_CINT_BASE_INTEGER_TYPE CInt; typedef
219 CInt() : _Myt() {} in CInt() function
222 CInt(const CInt &x) : _Myt(x) {}; in CInt() function
223 CInt(const _Myt &x) : _Myt(x) {}; in CInt() function
246 CInt(long long x) { assign_check_range<long long>(x); m_val = static_cast<_Ty>(x); } in CInt() function
247 CInt(long x) { assign_check_range< long>(x); m_val = static_cast<_Ty>(x); } in CInt() function
248 CInt(int x) { assign_check_range<int>(x); m_val = static_cast<_Ty>(x); } in CInt() function
249 CInt(short x) { assign_check_range<short>(x); m_val = static_cast<_Ty>(x); } in CInt() function
250 CInt(char x) { assign_check_range<char>(x); m_val = static_cast<_Ty>(x); } in CInt() function
251 CInt(size_t x) { assign_check_range<size_t>(x); m_val = static_cast<_Ty>(x); } in CInt() function
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
H A Dcast.c24 typedef _Complex int CInt; typedef
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
H A Dcast.c24 typedef _Complex int CInt; typedef
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
H A Dcast.c24 typedef _Complex int CInt; typedef
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/lang/clang-mesa/clang-13.0.1.src/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/Sema/
H A Ddllexport-2.cpp14 typedef const int CInt; typedef
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/Sema/
H A Denum-increment.c1 // RUN: %clang_cc1 -fsyntax-only %s -verify
2 // expected-no-diagnostics
3 enum A { A1, A2, A3 };
4 typedef enum A A;
5 void test() {
6 A a;
7 a++;
8 a--;
9 ++a;
10 --a;
[all …]
/dports/audio/epos-devel/epos-2.5.37/src/nnet/
H A Denumstring.cc8 REGMAP (CString, CInt, TMapString2Int) in REGMAP() argument
H A Dnnettypes.h27 typedef int CInt; typedef
/dports/devel/hs-haskell-language-server/haskell-language-server-1.4.0/_cabal_deps/ghc-exactprint-0.6.4/tests/examples/ghc86/
H A DTest.hs406 type CInt = Int type
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/src/dbapi/lang_bind/python/pythonpp/
H A Dpythonpp_pdt.hpp129 class CInt : public CObject class
138 CInt(PyObject* obj, EOwnership ownership = eAcquireOwnership) in CInt() function in pythonpp::CInt
142 CInt(const CObject& obj) in CInt() function in pythonpp::CInt
150 CInt(const CInt& obj) in CInt() function in pythonpp::CInt
154 CInt(int value) in CInt() function in pythonpp::CInt
158 CInt(long value = 0L) in CInt() function in pythonpp::CInt
405 typedef CLong CInt; typedef
/dports/lang/ghc/ghc-8.10.7/utils/haddock/html-test/src/
H A DTest.hs420 type CInt = Int type

12345678910