Searched defs:length_ (Results 1 – 3 of 3) sorted by relevance
/llvm-project/flang/lib/Parser/ | ||
H A D | debug-parser.h | 33 const std::size_t length_; variable |
/llvm-project/flang/include/flang/Evaluate/ | ||
H A D | constant.h | 213 ConstantSubscript length_; global() variable |
/llvm-project/flang/runtime/ | ||
H A D | reduce.cpp | 106 std::size_t length_{elementBytes_ / sizeof(T)}; member in Fortran::runtime::BufferedReduceAccumulator |