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.cpp850 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2533 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy()
2566 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local
2596 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup()
H A DCGExprCXX.cpp2103 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local
H A DCGClass.cpp2039 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local
/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