Home
last modified time | relevance | path

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

/llvm-project/flang/runtime/
H A Dfile.h40 Fortran::common::optional<FileOffset> knownSize() const { return knownSize_; } in knownSize() function
H A Dpseudo-unit.cpp109 PseudoOpenFile::knownSize() const { in knownSize() function in Fortran::runtime::io::PseudoOpenFile
/llvm-project/llvm/include/llvm/Analysis/
H A DMemoryBuiltins.h202 bool knownSize() const { return C::known(Size); } knownSize() function