Home
last modified time | relevance | path

Searched defs:max10 (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmin-max-use-initializer-list.cpp226 int max10 = std::max({std::max(1, 2), std::max({5, 6, 1}), 2, std::min({1, 2, 4})}); variable
/llvm-project/flang/test/Evaluate/
H A Dfolding07.f90239 integer, parameter :: max10 global() variable