Home
last modified time | relevance | path

Searched defs:arrayEnd (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp848 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2461 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy()
2494 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local
2524 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup()
H A DCGExprCXX.cpp2066 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local
H A DCGClass.cpp2035 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local
/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