Home
last modified time | relevance | path

Searched refs:dos (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/llvm/utils/lit/tests/Inputs/shtest-shell/
H A Ddiff-strip-trailing-cr.txt3 # RUN: diff -u diff-in.dos diff-in.unix && false || true
4 # RUN: diff -u diff-in.unix diff-in.dos && false || true
6 # RUN: diff -u --strip-trailing-cr diff-in.dos diff-in.unix && false || true
7 # RUN: diff -u --strip-trailing-cr diff-in.unix diff-in.dos && false || true
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dtoo_large.test2 # vim: fileformat=dos
H A Dprotocol.test3 # vim: fileformat=dos
/llvm-project-15.0.7/lld/COFF/
H A DWriter.cpp1336 auto *dos = reinterpret_cast<dos_header *>(buf); in writeHeader() local
1338 dos->Magic[0] = 'M'; in writeHeader()
1339 dos->Magic[1] = 'Z'; in writeHeader()
1340 dos->UsedBytesInTheLastPage = dosStubSize % 512; in writeHeader()
1341 dos->FileSizeInPages = divideCeil(dosStubSize, 512); in writeHeader()
1342 dos->HeaderSizeInParagraphs = sizeof(dos_header) / 16; in writeHeader()
1344 dos->AddressOfRelocationTable = sizeof(dos_header); in writeHeader()
1345 dos->AddressOfNewExeHeader = dosStubSize; in writeHeader()
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dresolve-labels.cpp919 void CheckLabelDoConstraints(const SourceStmtList &dos, in CheckLabelDoConstraints() argument
923 for (const auto &stmt : dos) { in CheckLabelDoConstraints()
1102 const auto &dos{programUnit.doStmtSources}; in CheckConstraints() local
1106 CheckLabelDoConstraints(dos, branches, labels, scopes, context); in CheckConstraints()
/llvm-project-15.0.7/flang/include/flang/Optimizer/Dialect/
H A DFIROps.td386 `count` limit. These details are left as future to-dos.