Home
last modified time | relevance | path

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

/llvm-project/flang/test/Lower/HLFIR/
H A Dbinary-ops.f90294 subroutine logical_and(x, y, z) subroutine
298 zlogical_and global() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/readability/
H A Dsimplify-boolean-expr.cpp852 bool logical_and(bool a, bool b) { in logical_and() function