Home
last modified time | relevance | path

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

/llvm-project/flang/test/Lower/
H A Dentry-statement.f906 subroutine compare1(x, c1, c2) subroutine
7 d2compare1 global() argument
8 ycompare1 global() argument
14 compare2compare1 global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/bugprone/
H A Deasily-swappable-parameters-relatedness.cpp165 bool compare1(Int I, Int J) { // NO-WARN: Same member accessed. in compare1() function