Home
last modified time | relevance | path

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

/external/llvm-project/flang/include/flang/Evaluate/
Dlogical.h82 constexpr Logical EQV(const Logical &that) const { return NEQV(that).NOT(); } in EQV() function
/external/llvm-project/flang/lib/Parser/
Dpreprocessor.cpp742 EQV, in ExpressionValue() enumerator
/external/llvm-project/flang/include/flang/Parser/
Dparse-tree.h1698 struct EQV : public IntrinsicBinary { struct