Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-sim/
H A Dllvm-sim.cpp98 J.arrayEnd(); in exportToFile()
/freebsd-13.1/contrib/llvm-project/lldb/source/Utility/
H A DStructuredData.cpp139 s.arrayEnd(); in Serialize()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Support/
H A DTimeProfiler.cpp235 J.arrayEnd(); in write()
H A DJSON.cpp831 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2316 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy() argument
2319 : ArrayBegin(arrayBegin), ArrayEnd(arrayEnd), in RegularPartialArrayDestroy()
2349 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local
2350 emitPartialArrayDestroy(CGF, ArrayBegin, arrayEnd, in Emit()
2380 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup() argument
2385 arrayBegin, arrayEnd, in pushRegularPartialArrayCleanup()
H A DCGExprCXX.cpp2045 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local
2051 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
H A DCGClass.cpp1966 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local
2030 llvm::Value *done = Builder.CreateICmpEQ(next, arrayEnd, "arrayctor.done"); in EmitCXXAggrConstructorCall()
H A DCodeGenFunction.h1985 llvm::Value *arrayEnd,
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/
H A DJSON.h913 arrayEnd(); in array()
957 void arrayEnd();
/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DJSONNodeDumper.h95 JOS.arrayEnd(); in AddChild()