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.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()
H A DJSON.h1004 arrayEnd(); in array()
1048 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.cpp2400 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy() argument
2403 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2433 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local
2434 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
2464 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup() argument
2469 arrayBegin, arrayEnd, in pushRegularPartialArrayCleanup()
H A DCGExprCXX.cpp2069 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local
2075 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
H A DCGClass.cpp2026 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local
2090 llvm::Value *done = Builder.CreateICmpEQ(next, arrayEnd, "arrayctor.done"); in EmitCXXAggrConstructorCall()
H A DCodeGenFunction.h2105 llvm::Value *arrayEnd,
/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp258 J.arrayEnd(); in write()
H A DJSON.cpp852 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h94 JOS.arrayEnd(); in AddChild()
/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()