Home
last modified time | relevance | path

Searched refs:HollerithToBOZ (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/flang/lib/Semantics/
H A Ddata-to-inits.cpp279 if (auto converted{evaluate::HollerithToBOZ( in ConvertElement()
H A Dcheck-call.cpp183 evaluate::HollerithToBOZ(context, actual, dummy.type.type())}) { in CheckExplicitDataArg()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dtools.h1091 std::optional<Expr<SomeType>> HollerithToBOZ(
/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dtools.cpp1118 std::optional<Expr<SomeType>> HollerithToBOZ(FoldingContext &context, in HollerithToBOZ() function