Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-select-rank.cpp96 if (auto val{GetIntValue(init)}) { in Leave()
H A Dcheck-omp-structure.cpp616 if (const auto v{GetIntValue(collapseClause->v)}) { in GetOrdCollapseLevel()
622 if (const auto v{GetIntValue(orderedClause->v)}) { in GetOrdCollapseLevel()
861 const auto orderedValue{GetIntValue(orderedClause.v)}; in ChecksOnOrderedAsBlock()
1082 isPredefinedAllocator = GetIntValue(x.v).has_value(); in Enter()
1202 const auto orderedValue{GetIntValue(orderedClause.v)}; in ChecksOnOrderedAsStandalone()
1702 if (const auto orderedValue{GetIntValue(orderedClause.v)}) { in Leave()
1728 if (const auto simdlenValue{GetIntValue(simdlenClause.v)}) { in Leave()
1729 if (const auto safelenValue{GetIntValue(safelenClause.v)}) { in Leave()
2491 const auto lval{GetIntValue(lower)}; in CheckArraySection()
2492 const auto uval{GetIntValue(upper)}; in CheckArraySection()
[all …]
H A Dcheck-directive-structure.h520 if (const auto v{GetIntValue(i)}) { in RequiresConstantPositiveParameter()
554 if (const auto v{GetIntValue(i)}) { in RequiresPositiveParameter()
/llvm-project-15.0.7/flang/include/flang/Semantics/
H A Dtools.h316 template <typename T> std::optional<std::int64_t> GetIntValue(const T &x) { in GetIntValue() function
325 auto value{GetIntValue(expr)}; in IsZero()