Home
last modified time | relevance | path

Searched defs:numeric_limits (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/clang/test/Modules/
H A Dconst-var-init-update.cpp8 template<typename T> struct numeric_limits { struct
14 inline void f() { numeric_limits<int> nl; } in f() argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/cert/
H A Ddcl58-cpp.cpp245 struct numeric_limits<::ranges::detail::diffmax_t> { struct
246 static constexpr bool is_signed = true;
247 static constexpr bool is_integer = true;
248 static constexpr ::ranges::detail::diffmax_t max() noexcept { in max()
261 struct numeric_limits<::ranges::detail::LongT> { struct
262 static constexpr bool is_signed = true;
263 static constexpr bool is_integer = true;
264 static constexpr ::ranges::detail::LongT max() noexcept { in max()
/llvm-project-15.0.7/clang/test/Analysis/
H A Dllvm-conventions.cpp15 struct numeric_limits { const static bool is_signed; }; argument
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/Inputs/Headers/
H A Dsystem-header-simulation.h49 class numeric_limits; variable