/llvm-project/flang/test/Semantics/ |
H A D | io11.f90 | 14 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 D | io12.f90 | 22 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 D | io14.f90 | 15 subroutine fwrite(x, unit, iotype, vlist, iostat, iomsg) local 13 fwrite(x, unit, iotype, vlist, iostat, iomsg) global() argument
|
H A D | modfile14.f90 | 25 subroutine r(dtv, unit, iotype, v_list, iostat, iomsg) argument 27 integer, intent(in) :: unit local
|
H A D | io15.f90 | 21 subroutine fwrite1(x, unit, iotype, vlist, iostat, iomsg) argument 23 integer, intent(in) :: unit local
|
H A D | generic05.F90 | 24 subroutine name(dtv, unit, iostat, iomsg); \ argument
|
/llvm-project/lldb/unittests/SymbolFile/DWARF/ |
H A D | DWARFUnitTest.cpp | 46 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 D | DWARFDIETest.cpp | 77 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 D | DWARFASTParserClangTests.cpp | 111 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 D | io-statement-open-options.f90 | 5 subroutine test_convert_specifier(unit) argument 6 integer :: unit local
|
H A D | io-statement-3.f90 | 6 subroutine test_read_size(size, c1, c2, unit, stat) argument 7 integer :: unit, size, stat local 28 integer :: unit variable
|
H A D | io-derived-type.f90 | 12 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 D | io-derived-type-2.f90 | 13 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 D | exit_handler.cpp |
|
/llvm-project/flang/unittests/Runtime/ |
H A D | ExternalIOTest.cpp | 41 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 D | external-unit.cpp | 50 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 D | descriptor-io.cpp | 58 int unit{external->unitNumber()}; in DefinedFormattedIo() local 118 int unit{external->unitNumber()}; in DefinedUnformattedIo() local
|
H A D | unit-map.h | 62 ExternalFileUnit unit; member
|
/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/ |
H A D | DWARFFormValue.h | 44 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 D | DWARFCompileUnit.h | 27 static bool classof(const DWARFUnit *unit) { return !unit->IsTypeUnit(); } in classof()
|
H A D | DWARFTypeUnit.h | 31 static bool classof(const DWARFUnit *unit) { return unit->IsTypeUnit(); } in classof()
|
H A D | ManualDWARFIndex.cpp | 57 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 D | DebuggerExecutionContextHook.cpp | 64 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 D | FileLineColLocBreakpointManager.h | 64 for (const IRUnit &unit : action.getContextIRUnits()) { in match() local
|
/llvm-project/mlir/lib/IR/ |
H A D | Unit.cpp | 60 llvm::raw_ostream &mlir::operator<<(llvm::raw_ostream &os, const IRUnit &unit) { in operator <<()
|