Home
last modified time | relevance | path

Searched defs:min1 (Results 1 – 5 of 5) sorted by relevance

/llvm-project/flang/test/Lower/HLFIR/
H A Dchar_extremum.f0320 subroutine min1(c1, c2, c3) subroutine
24 ! CHECK-LABEL: func.func @_QPmin1 argument
/llvm-project/clang/test/Analysis/copypaste/
H A Dfunctions.cpp41 int min1(int a, int b) { // no-warning in min1() function
/llvm-project/clang/test/CodeGen/
H A Dmult-alt-generic.c14 int min1; variable
H A Dmult-alt-x86.c5 int min1; variable
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmin-max-use-initializer-list.cpp143 int min1 = std::min(1, std::min(2, 3)); variable