Home
last modified time | relevance | path

Searched refs:UINT (Results 1 – 23 of 23) sorted by relevance

/llvm-project-15.0.7/flang/unittests/Evaluate/
H A Dreal.cpp292 UINT ui; in inttest()
305 UINT rcheck{NormalizeNaN(u.ui)}; in inttest()
356 inttest<UINT, FLT, REAL>( in subsetTests()
360 UINT ui; in subsetTests()
365 for (UINT j{0}; j < opds; ++j) { in subsetTests()
367 UINT rj{MakeReal(j)}; in subsetTests()
387 UINT rcheck{NormalizeNaN(u.ui)}; in subsetTests()
403 UINT rcheck{NormalizeNaN(u.ui)}; in subsetTests()
452 for (UINT k{0}; k < opds; ++k) { in subsetTests()
453 UINT rk{MakeReal(k)}; in subsetTests()
[all …]
/llvm-project-15.0.7/compiler-rt/test/asan/TestCases/
H A Dill.cpp14 UINT new_flags = SEM_FAILCRITICALERRORS | in main()
19 UINT existing_flags = SetErrorMode(new_flags); in main()
/llvm-project-15.0.7/flang/lib/Decimal/
H A Dbig-radix-floating-point.h145 template <typename UINT> UINT SetTo(UINT n) { in SetTo()
147 std::is_same_v<UINT, common::uint128_t> || std::is_unsigned_v<UINT>); in SetTo()
H A Ddecimal-to-binary.cpp198 template <typename UINT> bool SetTo(UINT n) { in SetTo()
/llvm-project-15.0.7/clang/test/Lexer/
H A Dms-extensions.c22 #define UINT 0xffffffffui32 macro
28 unsigned int n = UINT; in a()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPULibFunc.h261 UINT = 0x30, enumerator
263 U8 = UINT | B8,
264 U16 = UINT | B16,
265 U32 = UINT | B32,
266 U64 = UINT | B64,
H A DAMDGPULibFunc.cpp431 P.ArgType |= AMDGPULibFunc::UINT; in getNextParam()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_i18n.cpp233 static UINT const default_code_page = CP_OEMCP;
234 static UINT code_page = default_code_page;
237 static UINT get_code_page();
240 static UINT get_code_page() { in get_code_page()
242 UINT cp = default_code_page; in get_code_page()
H A Dz_Windows_NT_util.cpp690 UINT path_size; in __kmp_runtime_initialize()
700 UINT err_mode = SetErrorMode(SEM_FAILCRITICALERRORS); in __kmp_runtime_initialize()
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Didentifier-naming-hungarian-notation-cfgfile.cpp26 typedef unsigned int UINT; // NOLINT typedef
316 UINT MsValueUint = 0;
H A Didentifier-naming-hungarian-notation.cpp26 typedef unsigned int UINT; // NOLINT typedef
316 UINT MsValueUint = 0;
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinteger.h466 template <typename UINT = std::uint64_t> constexpr UINT ToUInt() const { in ToUInt()
467 UINT n{LEPart(0)}; in ToUInt()
471 n |= UINT{LEPart(j)} << filled; in ToUInt()
476 template <typename SINT = std::int64_t, typename UINT = std::uint64_t>
478 SINT n = ToUInt<UINT>(); in ToSInt()
/llvm-project-15.0.7/clang/lib/Headers/
H A Dstdint.h778 #define __UINTN_MAX(n) __stdint_join3(UINT, n, _MAX)
780 #define __UINTN_C(n, v) __stdint_join3(UINT, n, _C(v))
/llvm-project-15.0.7/llvm/utils/lit/lit/
H A DTestRunner.py461 from ctypes.wintypes import BOOL, HWND, LPCWSTR, UINT, WORD
469 ('wFunc', UINT),
494 operation = SHFILEOPSTRUCTW(wFunc=UINT(FO_DELETE),
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/readability/Inputs/identifier-naming/hungarian-notation2/
H A D.clang-tidy261 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.UINT
/llvm-project-15.0.7/clang/bindings/python/tests/cindex/
H A Dtest_cursor.py343 self.assertIn(enum_type.kind, (TypeKind.UINT, TypeKind.INT))
/llvm-project-15.0.7/llvm/utils/unittest/googletest/src/
H A Dgtest-port.cc1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp2021 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __wide_to_char()
2034 UINT codepage = AreFileApisANSI() ? CP_ACP : CP_OEMCP; in __char_to_wide()
/llvm-project-15.0.7/clang/lib/Driver/ToolChains/
H A DMSVC.cpp589 UINT FileInfoSize = 0; in getMSVCVersionFromExe()
/llvm-project-15.0.7/clang/bindings/python/clang/
H A Dcindex.py1729 TypeKind.UINT,
2039 TypeKind.UINT = TypeKind(9)
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/
H A DIdentifierNamingCheck.cpp213 m(UINT) \
/llvm-project-15.0.7/llvm/lib/Support/Windows/
H A DPath.inc335 UINT Type = ::GetDriveTypeW(P);
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Didentifier-naming.rst2551 long long ll UINT ui