Searched refs:arrayEnd (Results 1 – 14 of 14) sorted by relevance
| /llvm-project-15.0.7/llvm/tools/llvm-sim/ |
| H A D | llvm-sim.cpp | 97 J.arrayEnd(); in exportToFile()
|
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | ScopedPrinter.h | 402 virtual void arrayEnd() { scopedEnd(']'); } in arrayEnd() function 661 void arrayEnd() override { scopedEnd(); } in arrayEnd() function 781 JOS.arrayEnd(); in scopedEnd() 833 W->arrayEnd(); in ~ListScope()
|
| H A D | JSON.h | 982 arrayEnd(); in array() 1026 void arrayEnd();
|
| /llvm-project-15.0.7/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 139 s.arrayEnd(); in Serialize()
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 234 J.arrayEnd(); in write()
|
| H A D | JSON.cpp | 849 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/support/ |
| H A D | Trace.cpp | 47 Out.arrayEnd(); in ~JSONTracer()
|
| /llvm-project-15.0.7/clang/lib/CodeGen/ |
| H A D | CGDecl.cpp | 2330 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy() argument 2333 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy() 2363 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local 2364 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit() 2394 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup() argument 2399 arrayBegin, arrayEnd, in pushRegularPartialArrayCleanup()
|
| H A D | CGExprCXX.cpp | 2040 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local 2046 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
|
| H A D | CGClass.cpp | 1994 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local 2058 llvm::Value *done = Builder.CreateICmpEQ(next, arrayEnd, "arrayctor.done"); in EmitCXXAggrConstructorCall()
|
| H A D | CodeGenFunction.h | 2043 llvm::Value *arrayEnd,
|
| /llvm-project-15.0.7/lldb/source/Target/ |
| H A D | TraceDumper.cpp | 212 ~OutputWriterJSON() { m_j.arrayEnd(); } in ~OutputWriterJSON()
|
| /llvm-project-15.0.7/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 94 JOS.arrayEnd(); in AddChild()
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | JSONTest.cpp | 558 J.arrayEnd(); in TEST()
|