Searched refs:arrayEnd (Results 1 – 10 of 10) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/tools/llvm-sim/ |
| H A D | llvm-sim.cpp | 98 J.arrayEnd(); in exportToFile()
|
| /freebsd-13.1/contrib/llvm-project/lldb/source/Utility/ |
| H A D | StructuredData.cpp | 139 s.arrayEnd(); in Serialize()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | TimeProfiler.cpp | 235 J.arrayEnd(); in write()
|
| H A D | JSON.cpp | 831 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 D | CGDecl.cpp | 2316 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 D | CGExprCXX.cpp | 2045 llvm::Value *arrayEnd = CGF.Builder.CreateInBoundsGEP( in EmitArrayDelete() local 2051 CGF.emitArrayDestroy(arrayBegin, arrayEnd, elementType, elementAlign, in EmitArrayDelete()
|
| H A D | CGClass.cpp | 1966 llvm::Value *arrayEnd = Builder.CreateInBoundsGEP( in EmitCXXAggrConstructorCall() local 2030 llvm::Value *done = Builder.CreateICmpEQ(next, arrayEnd, "arrayctor.done"); in EmitCXXAggrConstructorCall()
|
| H A D | CodeGenFunction.h | 1985 llvm::Value *arrayEnd,
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | JSON.h | 913 arrayEnd(); in array() 957 void arrayEnd();
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | JSONNodeDumper.h | 95 JOS.arrayEnd(); in AddChild()
|