Home
last modified time | relevance | path

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

/llvm-project/libcxx/include/__compare/
H A Dis_eq.h23 _LIBCPP_HIDE_FROM_ABI inline constexpr bool is_eq(partial_ordering __c) noexcept { return __c == 0;… in is_eq() function
/llvm-project/polly/lib/External/isl/
H A Disl_stride.c231 isl_bool is_eq, relevant, has_stride; in detect_stride() local