Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-sim/
HDllvm-sim.cpp97 J.arrayEnd(); in exportToFile()
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDScopedPrinter.h426 virtual void arrayEnd() { scopedEnd(']'); } in arrayEnd() function
711 void arrayEnd() override { scopedEnd(); } in arrayEnd() function
831 JOS.arrayEnd(); in scopedEnd()
883 W->arrayEnd(); in ~ListScope()
HDJSON.h1006 arrayEnd(); in array()
1050 void arrayEnd();
/freebsd-13-stable/contrib/llvm-project/lldb/source/Utility/
HDStructuredData.cpp148 s.arrayEnd(); in Serialize()
/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGDecl.cpp2461 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy() argument
2464 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2494 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local
2495 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
2524 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup() argument
2529 arrayBegin, arrayEnd, in pushRegularPartialArrayCleanup()
HDCGExprCXX.cpp2066 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local
2072 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
HDCGClass.cpp2035 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local
2099 llvm::Value *done = Builder.CreateICmpEQ(next, arrayEnd, "arrayctor.done"); in EmitCXXAggrConstructorCall()
HDCodeGenFunction.h2195 llvm::Value *arrayEnd,
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Support/
HDTimeProfiler.cpp308 J.arrayEnd(); in write()
HDJSON.cpp848 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDJSONNodeDumper.h94 JOS.arrayEnd(); in AddChild()
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
HDTraceDumper.cpp316 ~OutputWriterJSON() { m_j.arrayEnd(); } in ~OutputWriterJSON()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/
HDSampleProfReader.cpp144 JOS.arrayEnd(); in dumpJson()