Home
last modified time | relevance | path

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

/llvm-project/flang/include/flang/Evaluate/
H A Dfold.h83 constexpr std::optional<std::int64_t> ToInt64( in ToInt64() function
106 std::optional<std::int64_t> ToInt64(const ActualArgument &); in ToInt64() function
98 std::optional<std::int64_t> ToInt64(const std::optional<A> &x) { ToInt64() function
[all...]
H A Dinteger.h501 constexpr std::int64_t ToInt64() const { ToInt64() function
/llvm-project/flang/lib/Evaluate/
H A Dfold-integer.cpp1429 std::optional<std::int64_t> ToInt64(const Expr<SomeInteger> &expr) { ToInt64() function
1434 std::optional<std::int64_t> ToInt64(const Expr<SomeType> &expr) { ToInt64() function
1438 std::optional<std::int64_t> ToInt64(const ActualArgument &arg) { ToInt64() function
[all...]