Home
last modified time | relevance | path

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

123

/llvm-project/flang/test/Semantics/
H A Dio11.f9014 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument
16 integer, intent(in) :: unit local
37 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat) argument
39 integer, intent(in) :: unit local
60 subroutine unformattedReadProc(dtv, unit, iostat, iomsg, iotype) argument
62 integer, intent(in) :: unit local
83 subroutine formattedReadProc(*, unit, iotype, vlist, iostat, iomsg) argument
86 procedure(real), intent(in) :: unit local
107 subroutine formattedReadProc(dtv, unit, iotype, vlist, iostat, iomsg) argument
110 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 Dio14.f9015 subroutine fwrite(x, unit, iotype, vlist, iostat, iomsg) local
13 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument
H A Dmodfile14.f9025 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument
27 integer, intent(in) :: unit local
H A Dio15.f9021 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument
23 integer, intent(in) :: unit local
H A Dgeneric05.F9024 subroutine name(dtv, unit, iostat, iomsg); \ argument
/llvm-project/lldb/unittests/SymbolFile/DWARF/
H A DDWARFUnitTest.cpp46 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
82 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
119 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
155 DWARFUnit *unit in TEST() local
190 DWARFUnit *unit = t.GetDwarfUnit(); TEST() local
[all...]
H A DDWARFDIETest.cpp77 DWARFUnit *unit = t.GetDwarfUnit(); in TEST() local
177 DWARFUnit *unit = symbol_file->DebugInfo().GetUnitAtIndex(0); in TEST() local
245 DWARFUnit *unit = symbol_file->DebugInfo().GetUnitAtIndex(0); TEST() local
353 DWARFUnit *unit = symbol_file->DebugInfo().GetUnitAtIndex(0); TEST() local
[all...]
H A DDWARFASTParserClangTests.cpp111 DWARFUnit *unit = t.GetDwarfUnit(); in TEST_F() local
253 DWARFUnit *unit = t.GetDwarfUnit(); in TEST_F() local
399 DWARFUnit *unit = t.GetDwarfUnit(); TEST_F() local
559 DWARFUnit *unit = t.GetDwarfUnit(); TEST_F() local
[all...]
/llvm-project/flang/test/Lower/
H A Dio-statement-open-options.f905 subroutine test_convert_specifier(unit) argument
6 integer :: unit local
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
H A Dio-derived-type.f9012 subroutine wft(dtv, unit, iotype, v_list, iostat, iomsg) argument
14 integer, intent(in) :: unit local
24 subroutine wftd(dtv, unit, iotype, v_list, iostat, iomsg) argument
26 integer, intent(in) :: unit local
H A Dio-derived-type-2.f9013 subroutine pwf (dtv,unit,iotype,vlist,iostat,iomsg) argument
15 integer, intent(in) :: unit local
22 subroutine prf (dtv,unit,iotype,vlist,iostat,iomsg) argument
24 integer, intent(in) :: unit local
/llvm-project/libc/src/stdlib/
H A Dexit_handler.cpp
/llvm-project/flang/unittests/Runtime/
H A DExternalIOTest.cpp41 int unit{-1}; in TEST() local
109 int unit{-1}; TEST() local
173 int unit{-1}; TEST() local
259 int unit{-1}; TEST() local
346 int unit{-1}; TEST() local
395 int unit{-1}; TEST() local
497 int unit{-1}; TEST() local
598 int unit{-1}; TEST() local
695 int unit{-1}; TEST() local
760 int unit{-1}; TEST() local
839 int unit{-1}; TEST() local
[all...]
/llvm-project/flang/runtime/
H A Dexternal-unit.cpp50 ExternalFileUnit *ExternalFileUnit::LookUp(int unit) { in LookUp() argument
55 int unit, const Terminator &terminator, bool &wasExtant) { in LookUpOrCreate() argument
59 ExternalFileUnit *ExternalFileUnit::LookUpOrCreateAnonymous(int unit, in LookUpOrCreateAnonymous() argument
89 CreateNew(int unit,const Terminator & terminator) CreateNew() argument
97 LookUpForClose(int unit) LookUpForClose() argument
103 ExternalFileUnit &unit{GetUnitMap().NewUnit(terminator)}; NewUnit() local
[all...]
H A Ddescriptor-io.cpp58 int unit{external->unitNumber()}; in DefinedFormattedIo() local
118 int unit{external->unitNumber()}; in DefinedUnformattedIo() local
H A Dunit-map.h62 ExternalFileUnit unit; member
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFFormValue.h44 DWARFFormValue(const DWARFUnit * unit) DWARFFormValue() argument
45 DWARFFormValue(const DWARFUnit * unit,dw_form_t form) DWARFFormValue() argument
48 SetUnit(const DWARFUnit * unit) SetUnit() argument
H A DDWARFCompileUnit.h27 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
H A DDWARFTypeUnit.h31 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
H A DManualDWARFIndex.cpp57 DWARFUnit *unit = main_info.GetUnitAtIndex(U); Index() local
143 IndexUnit(DWARFUnit & unit,SymbolFileDWARFDwo * dwp,IndexSet & set) IndexUnit() argument
200 IndexUnitImpl(DWARFUnit & unit,const LanguageType cu_language,IndexSet & set) IndexUnitImpl() argument
405 GetGlobalVariables(DWARFUnit & unit,llvm::function_ref<bool (DWARFDIE die)> callback) GetGlobalVariables() argument
[all...]
/llvm-project/mlir/lib/Debug/
H A DDebuggerExecutionContextHook.cpp64 for (const IRUnit &unit : units) { in mlirDebuggerPrintContext() local
123 IRUnit *unit = &state.cursor; in mlirDebuggerCursorSelectParentIRUnit() local
144 IRUnit *unit = &state.cursor; in mlirDebuggerCursorSelectChildIRUnit() local
194 IRUnit *unit = &state.cursor; mlirDebuggerCursorSelectPreviousIRUnit() local
236 IRUnit *unit = &state.cursor; mlirDebuggerCursorSelectNextIRUnit() local
[all...]
/llvm-project/mlir/include/mlir/Debug/BreakpointManagers/
H A DFileLineColLocBreakpointManager.h64 for (const IRUnit &unit : action.getContextIRUnits()) { in match() local
/llvm-project/mlir/lib/IR/
H A DUnit.cpp60 llvm::raw_ostream &mlir::operator<<(llvm::raw_ostream &os, const IRUnit &unit) { in operator <<()

123