Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/lib/Evaluate/
H A Dinitial-image.cpp57 const InitialImage &from, ConstantSubscript fromOffset, in Incorporate() argument
60 CHECK(fromOffset >= 0 && bytes >= 0 && in Incorporate()
61 static_cast<std::size_t>(fromOffset + bytes) <= from.size()); in Incorporate()
63 std::memcpy(&data_[toOffset], &from.data_[fromOffset], bytes); in Incorporate()
/llvm-project-15.0.7/flang/include/flang/Evaluate/
H A Dinitial-image.h104 ConstantSubscript fromOffset, ConstantSubscript bytes);