Home
last modified time | relevance | path

Searched defs:unit (Results 1 – 25 of 43) sorted by relevance

12

/llvm-project-15.0.7/flang/test/Semantics/
H A Dio11.f9016 integer, intent(in) :: unit local
39 integer, intent(in) :: unit local
62 integer, intent(in) :: unit local
110 integer, intent(in) :: unit local
150 integer, intent(in) :: unit local
173 integer, intent(in) :: unit local
383 integer,intent(in) :: unit local
408 integer,intent(in) :: unit local
433 integer,intent(in) :: unit local
441 integer,intent(in) :: unit local
[all …]
H A Dio12.f9022 subroutine wuf1(dtv, unit, iostat, iomsg) argument
24 integer, intent(in) :: unit local
37 subroutine wuf2(dtv, unit, iostat, iomsg) argument
39 integer, intent(in) :: unit local
H A Dmodfile14.f9025 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument
27 integer, intent(in) :: unit local
/llvm-project-15.0.7/lldb/unittests/SymbolFile/DWARF/
H A DDWARFUnitTest.cpp45 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
81 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
118 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
154 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
189 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
H A DDWARFDIETest.cpp70 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
H A DDWARFASTParserClangTests.cpp99 DWARFUnit *unit = t.GetDwarfUnit(); in TEST_F() local
241 DWARFUnit *unit = t.GetDwarfUnit(); in TEST_F() local
/llvm-project-15.0.7/flang/test/Lower/
H A Dio-statement-3.f906 subroutine test_read_size(size, c1, c2, unit, stat) argument
7 integer :: unit, size, stat local
28 integer :: unit variable
/llvm-project-15.0.7/flang/unittests/Runtime/
H A DExternalIOTest.cpp41 int unit{-1}; in TEST() local
106 int unit{-1}; in TEST() local
167 int unit{-1}; in TEST() local
267 int unit{-1}; in TEST() local
350 int unit{-1}; in TEST() local
399 int unit{-1}; in TEST() local
501 int unit{-1}; in TEST() local
573 int unit{-1}; in TEST() local
670 int unit{-1}; in TEST() local
735 int unit{-1}; in TEST() local
[all …]
/llvm-project-15.0.7/clang/docs/
H A DStandardCPlusPlusModules.rst614 Quick Start
633 How to produce BMIs
683 How to specify the dependent BMIs
695 Don't compile the BMI
709 Include translation
/llvm-project-15.0.7/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h42 DWARFFormValue(const DWARFUnit *unit) : m_unit(unit) {} in DWARFFormValue()
43 DWARFFormValue(const DWARFUnit *unit, dw_form_t form) in DWARFFormValue()
46 void SetUnit(const DWARFUnit *unit) { m_unit = unit; } in SetUnit()
H A DDWARFCompileUnit.h21 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
H A DDWARFTypeUnit.h25 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
H A DManualDWARFIndex.cpp55 DWARFUnit *unit = main_info.GetUnitAtIndex(U); in Index() local
139 void ManualDWARFIndex::IndexUnit(DWARFUnit &unit, SymbolFileDWARFDwo *dwp, in IndexUnit()
167 void ManualDWARFIndex::IndexUnitImpl(DWARFUnit &unit, in IndexUnitImpl()
371 DWARFUnit &unit, llvm::function_ref<bool(DWARFDIE die)> callback) { in GetGlobalVariables()
H A DDWARFFormValue.cpp211 const DWARFUnit *unit) { in SkipValue()
/llvm-project-15.0.7/flang/runtime/
H A Ddescriptor-io.cpp50 int unit{external->unitNumber()}; in DefinedFormattedIo() local
89 int unit{external->unitNumber()}; in DefinedUnformattedIo() local
H A Dunit.cpp42 ExternalFileUnit *ExternalFileUnit::LookUp(int unit) { in LookUp()
47 int unit, const Terminator &terminator, bool &wasExtant) { in LookUpOrCreate()
51 ExternalFileUnit *ExternalFileUnit::LookUpOrCreateAnonymous(int unit, in LookUpOrCreateAnonymous()
73 int unit, const Terminator &terminator) { in CreateNew()
81 ExternalFileUnit *ExternalFileUnit::LookUpForClose(int unit) { in LookUpForClose()
87 ExternalFileUnit &unit{GetUnitMap().NewUnit(terminator)}; in NewUnit() local
H A Dunit-map.h62 ExternalFileUnit unit; member
H A Dio-api.cpp184 ExternalFileUnit *unit{GetOrCreateUnit( in BeginExternalListIO() local
244 ExternalFileUnit *unit{GetOrCreateUnit( in BeginExternalFormattedIO() local
300 ExternalFileUnit *unit{GetOrCreateUnit( in BeginUnformattedIO() local
376 ExternalFileUnit &unit{ in IONAME() local
627 if (auto *unit{io.GetExternalFileUnit()}) { in IONAME() local
638 if (auto *unit{io.GetExternalFileUnit()}) { in IONAME() local
1400 static enum Iostat CheckUnitNumberInRangeImpl(INT unit, bool handleError, in CheckUnitNumberInRangeImpl()
H A Dunit-map.cpp58 void UnitMap::DestroyClosed(ExternalFileUnit &unit) { in DestroyClosed()
/llvm-project-15.0.7/openmp/runtime/src/
H A Dkmp_stats_timing.cpp88 std::string formatSI(double interval, int width, char unit) { in formatSI()
H A Dkmp_utility.cpp98 char *unit = NULL; in __kmp_parse_frequency() local
/llvm-project-15.0.7/third-party/benchmark/src/
H A Dconsole_reporter.cc165 const char* unit = ""; in PrintRunData() local
H A Dbenchmark_register.cc236 Benchmark* Benchmark::Unit(TimeUnit unit) { in Unit()
418 StatisticUnit unit) { in ComputeStatistics()
/llvm-project-15.0.7/flang/lib/Lower/
H A DPFTBuilder.cpp232 Fortran::lower::pft::ModuleLikeUnit &unit = in enterModule() local
298 Fortran::lower::pft::FunctionLikeUnit &unit = in enterFunction() local
370 A &addUnit(A &&unit) { in addUnit()
992 lower::pft::FunctionLikeUnit *unit = initialEval->getOwningProcedure(); in processEntryPoints() local
1043 for (auto &unit : pft.getUnits()) { in dumpPFT() local
1045 [&](const lower::pft::BlockDataUnit &unit) { in dumpPFT()
1053 [&](const lower::pft::ModuleLikeUnit &unit) { in dumpPFT()
1056 [&](const lower::pft::CompilerDirectiveUnit &unit) { in dumpPFT()
/llvm-project-15.0.7/lldb/unittests/Expression/
H A DDWARFExpressionTest.cpp29 DWARFUnit *unit = nullptr,

12