Home
last modified time | relevance | path

Searched refs:ToTristate (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/flang/include/flang/Semantics/
Dtools.h58 inline Tristate ToTristate(bool x) { return x ? Tristate::Yes : Tristate::No; } in ToTristate() function
/external/llvm-project/flang/lib/Semantics/
Dtools.cpp93 return ToTristate(lhsCat != rhsCat && in IsDefinedAssignment()