Home
last modified time | relevance | path

Searched refs:wrote (Results 1 – 25 of 28) sorted by relevance

12

/llvm-project-15.0.7/flang/lib/Parser/
H A Dsource.cpp77 std::size_t wrote{0}; in RemoveCarriageReturns() local
86 std::memmove(buffer + wrote, p, bytes); in RemoveCarriageReturns()
87 wrote += bytes; in RemoveCarriageReturns()
100 std::memmove(buffer + wrote, p, chunk); in RemoveCarriageReturns()
101 wrote += chunk; in RemoveCarriageReturns()
105 return wrote; in RemoveCarriageReturns()
/llvm-project-15.0.7/lldb/test/API/functionalities/data-formatter/setvaluefromcstring/
H A Dmain.m10 //% self.assertTrue(dic.GetValueAsUnsigned() == 0xC, "failed to read what I wrote")
/llvm-project-15.0.7/clang/test/TableGen/
H A Demit-diag-docs.td36 // CHECK: |:warning:`warning:` |nbsp| :diagtext:`I wrote` |nbsp| |+----------------+| |nbsp| :…
44 def CheckPlural : Warning<"I wrote %plural{0:no|1:one|:%0}0 tests">;
/llvm-project-15.0.7/llvm/docs/HistoricalNotes/
H A D2001-09-18-OptimizeExceptions.txt43 After I wrote all of that, I found this page that is talking about
44 basically the same thing I just wrote, except that it is translation unit
/llvm-project-15.0.7/mlir/test/Target/LLVMIR/Import/
H A Dincorrect-constexpr-inst-caching.ll5 ; Thus, we only wrote minimum level of checks.
H A Dincorrect-constant-caching.ll8 ; only wrote minimum level of checks.
H A Dincorrect-instmap-assignment.ll7 ; exit code. Thus, we only wrote minimum level of checks.
/llvm-project-15.0.7/lld/test/ELF/
H A Dlink-open-file.test60 ## Check the linker wrote the output file.
/llvm-project-15.0.7/llvm/test/Transforms/GVN/
H A Dnon-integral-pointers-inseltpoison.ll64 ; Can't forward as the load might be dead. (Pretend we wrote out the alwaysfalse idiom above.)
111 ; Can't forward as the load might be dead. (Pretend we wrote out the alwaysfalse idiom above.)
183 ; Can't forward as the load might be dead. (Pretend we wrote out the alwaysfalse idiom above.)
331 ; (Pretend we wrote out the alwaysfalse idiom above.)
352 ; (Pretend we wrote out the alwaysfalse idiom above.)
H A Dnon-integral-pointers.ll64 ; Can't forward as the load might be dead. (Pretend we wrote out the alwaysfalse idiom above.)
111 ; Can't forward as the load might be dead. (Pretend we wrote out the alwaysfalse idiom above.)
183 ; Can't forward as the load might be dead. (Pretend we wrote out the alwaysfalse idiom above.)
331 ; (Pretend we wrote out the alwaysfalse idiom above.)
352 ; (Pretend we wrote out the alwaysfalse idiom above.)
/llvm-project-15.0.7/clang/docs/
H A DMisExpect.rst14 ``UNLIKELY``), or perhaps they assumed something incorrectly when they wrote
H A DExternalClangExamples.rst21 If you know of (or wrote!) a tool or project using Clang, please post on
/llvm-project-15.0.7/llvm/docs/
H A DMisExpect.rst14 ``UNLIKELY``), or perhaps they assumed something incorrectly when they wrote
H A DExtendingLLVM.rst147 code you wrote in ``LegalizeOp`` above to decompose your new node into other
H A DGetElementPtr.rst48 structure, just as if you wrote:
/llvm-project-15.0.7/llvm/test/ObjectYAML/MachO/
H A Dsections.yaml294 # OVERLAP: yaml2obj: error: wrote too much data somewhere, section offsets don't line up
/llvm-project-15.0.7/libcxx/
H A DCREDITS.TXT16 D: Invented the Ryu and Ryu Printf algorithms used in floating-point to_chars, and wrote the initia…
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DCaymanInstructions.td142 // to be caused by ALU instructions in the next instruction group that wrote
H A DEvergreenInstructions.td219 // to be caused by ALU instructions in the next instruction group that wrote
/llvm-project-15.0.7/mlir/docs/
H A DCanonicalization.md6 goals of a particular level of IR. Dan Gohman wrote
/llvm-project-15.0.7/lldb/docs/status/
H A Dprojects.rst258 instruction and wrote back the results, you wouldn't have these problems, and
312 test fails, the other four don't even get run. So though at first we wrote a
/llvm-project-15.0.7/lldb/tools/debugserver/source/
H A DRNBRemote.cpp3031 nub_size_t wrote = in HandlePacket_M() local
3033 if (wrote != length) in HandlePacket_M()
3211 nub_size_t wrote = in HandlePacket_X() local
3213 if (wrote != data.size()) in HandlePacket_X()
/llvm-project-15.0.7/llvm/docs/tutorial/MyFirstLanguageFrontend/
H A DLangImpl09.rst19 source that the programmer wrote. In LLVM we generally use a format
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleGenericDAGRewriter.md172 Bendersky wrote a
H A DMLIRForGraphAlgorithms.md206 test the dependence analysis infra in the code generator, Andy Davis wrote a

12