| /llvm-project-15.0.7/flang/unittests/Evaluate/ |
| H A D | real.cpp | 292 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 D | ill.cpp | 14 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 D | big-radix-floating-point.h | 145 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 D | decimal-to-binary.cpp | 198 template <typename UINT> bool SetTo(UINT n) { in SetTo()
|
| /llvm-project-15.0.7/clang/test/Lexer/ |
| H A D | ms-extensions.c | 22 #define UINT 0xffffffffui32 macro 28 unsigned int n = UINT; in a()
|
| /llvm-project-15.0.7/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPULibFunc.h | 261 UINT = 0x30, enumerator 263 U8 = UINT | B8, 264 U16 = UINT | B16, 265 U32 = UINT | B32, 266 U64 = UINT | B64,
|
| H A D | AMDGPULibFunc.cpp | 431 P.ArgType |= AMDGPULibFunc::UINT; in getNextParam()
|
| /llvm-project-15.0.7/openmp/runtime/src/ |
| H A D | kmp_i18n.cpp | 233 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 D | z_Windows_NT_util.cpp | 690 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 D | identifier-naming-hungarian-notation-cfgfile.cpp | 26 typedef unsigned int UINT; // NOLINT typedef 316 UINT MsValueUint = 0;
|
| H A D | identifier-naming-hungarian-notation.cpp | 26 typedef unsigned int UINT; // NOLINT typedef 316 UINT MsValueUint = 0;
|
| /llvm-project-15.0.7/flang/include/flang/Evaluate/ |
| H A D | integer.h | 466 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 D | stdint.h | 778 #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 D | TestRunner.py | 461 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-tidy | 261 - key: readability-identifier-naming.HungarianNotation.UserDefinedType.UINT
|
| /llvm-project-15.0.7/clang/bindings/python/tests/cindex/ |
| H A D | test_cursor.py | 343 self.assertIn(enum_type.kind, (TypeKind.UINT, TypeKind.INT))
|
| /llvm-project-15.0.7/llvm/utils/unittest/googletest/src/ |
| H A D | gtest-port.cc | 1081 const UINT success = ::GetTempFileNameA(temp_dir_path, in CapturedStream()
|
| /llvm-project-15.0.7/libcxx/src/filesystem/ |
| H A D | operations.cpp | 2021 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 D | MSVC.cpp | 589 UINT FileInfoSize = 0; in getMSVCVersionFromExe()
|
| /llvm-project-15.0.7/clang/bindings/python/clang/ |
| H A D | cindex.py | 1729 TypeKind.UINT, 2039 TypeKind.UINT = TypeKind(9)
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/readability/ |
| H A D | IdentifierNamingCheck.cpp | 213 m(UINT) \
|
| /llvm-project-15.0.7/llvm/lib/Support/Windows/ |
| H A D | Path.inc | 335 UINT Type = ::GetDriveTypeW(P);
|
| /llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/ |
| H A D | identifier-naming.rst | 2551 long long ll UINT ui
|