Home
last modified time | relevance | path

Searched refs:arrayEnd (Results 1 – 13 of 13) sorted by relevance

/freebsd/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp97 J.arrayEnd(); in exportToFile()
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/
H A DScopedPrinter.h436 virtual void arrayEnd() { scopedEnd(']'); } in arrayEnd() function
727 void arrayEnd() override { scopedEnd(); } in arrayEnd() function
847 JOS.arrayEnd(); in scopedEnd()
891 W->arrayEnd(); in ~ListScope()
H A DJSON.h1023 arrayEnd(); in array()
1067 LLVM_ABI void arrayEnd();
/freebsd/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp148 s.arrayEnd(); in Serialize()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2533 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy() argument
2536 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2566 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local
2567 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
2596 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup() argument
2601 arrayBegin, arrayEnd, in pushRegularPartialArrayCleanup()
H A DCGExprCXX.cpp2103 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local
2109 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
H A DCGClass.cpp2039 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local
2105 llvm::Value *done = Builder.CreateICmpEQ(next, arrayEnd, "arrayctor.done"); in EmitCXXAggrConstructorCall()
H A DCodeGenFunction.h2206 llvm::Value *arrayEnd,
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h94 JOS.arrayEnd(); in AddChild()
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp352 J.arrayEnd(); in write()
H A DJSON.cpp850 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTraceDumper.cpp316 ~OutputWriterJSON() { m_j.arrayEnd(); } in ~OutputWriterJSON()
/freebsd/contrib/llvm-project/llvm/lib/ProfileData/
H A DSampleProfReader.cpp144 JOS.arrayEnd(); in dumpJson()