Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dio-stmt.h352 ConnectionState &GetConnectionState() { return unit_; } in GetConnectionState()
353 MutableModes &mutableModes() { return unit_.modes; } in mutableModes()
359 InternalDescriptorUnit<DIR> unit_; variable
385 using InternalIoStatementState<DIR, CharType>::unit_;
405 using InternalIoStatementState<DIR, CharType>::unit_;
412 ExternalFileUnit &unit() { return unit_; } in unit()
417 ExternalFileUnit *GetExternalFileUnit() const { return &unit_; } in GetExternalFileUnit()
421 ExternalFileUnit &unit_;
726 : IoStatementBase{sourceFile, sourceLine}, unit_{unit} {
735 ExternalFileUnit *unit_{nullptr};
H A Dio-stmt.cpp102 return unit_.Emit(data, chars * sizeof(CharType), *this); in Emit()
108 return unit_.GetNextInputBytes(p, *this); in GetNextInputBytes()
114 if (!unit_.AdvanceRecord(*this)) { in AdvanceRecord()
123 unit_.BackspaceRecord(*this); in BackspaceRecord()
129 unit_.EndIoStatement(); // fill in EndIoStatement()
141 return unit_.HandleAbsolutePosition(n); in HandleAbsolutePosition()
147 return unit_.HandleRelativePosition(n); in HandleRelativePosition()
196 : IoStatementBase{sourceFile, sourceLine}, unit_{unit} {} in ExternalIoStatementBase()
205 unit_.EndIoStatement(); // annihilates *this in unit_.u_ in EndIoStatement()
1534 if (unit_) { in EndIoStatement()
[all …]
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dstatistics.cc168 data.aggregate_unit = Stat.unit_; in ComputeStats()
/llvm-project-15.0.7/third-party/benchmark/include/benchmark/
H A Dbenchmark.h535 StatisticUnit unit_; member
539 : name_(name), compute_(compute), unit_(unit) {} in name_()