Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Support/
H A DJSON.cpp852 void llvm::json::OStream::arrayEnd() { in arrayEnd() function in llvm::json::llvm::json::OStream
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp2400 RegularPartialArrayDestroy(llvm::Value *arrayBegin, llvm::Value *arrayEnd, in RegularPartialArrayDestroy()
2433 llvm::Value *arrayEnd = CGF.Builder.CreateLoad(ArrayEndPointer); in Emit() local
2464 llvm::Value *arrayEnd, in pushRegularPartialArrayCleanup()
H A DCGExprCXX.cpp2069 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local
H A DCGClass.cpp2026 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local
/freebsd-14.2/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