Home
last modified time | relevance | path

Searched defs:max1 (Results 1 – 3 of 3) sorted by relevance

/llvm-project/flang/test/Lower/HLFIR/
H A Dchar_extremum.f034 subroutine max1(c1, c2, c3) subroutine
9 ! CHECK-LABEL: func.func @_QPmax1 argument
/llvm-project/flang/unittests/Runtime/
H A DTime.cpp48 EXPECT_LE(max1, static_cast<count_t>(0x7f)); in TEST() local
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmin-max-use-initializer-list.cpp139 int max1 = std::max(1, std::max(2, 3)); variable