Searched defs:arrayBegin (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ScopedPrinter.h | 422 virtual void arrayBegin() { scopedBegin('['); } in arrayBegin() function 424 virtual void arrayBegin(StringRef Label) { scopedBegin(Label, '['); } in arrayBegin() function 703 void arrayBegin() override { in arrayBegin() function 707 void arrayBegin(StringRef Label) override { in arrayBegin() function
|
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGDecl.cpp | 2400 RegularPartialArrayDestroy(llvm::Value * arrayBegin,llvm::Value * arrayEnd,QualType elementType,CharUnits elementAlign,CodeGenFunction::Destroyer * destroyer) RegularPartialArrayDestroy() argument 2423 IrregularPartialArrayDestroy(llvm::Value * arrayBegin,Address arrayEndPointer,QualType elementType,CharUnits elementAlign,CodeGenFunction::Destroyer * destroyer) IrregularPartialArrayDestroy() argument 2446 pushIrregularPartialArrayCleanup(llvm::Value * arrayBegin,Address arrayEndPointer,QualType elementType,CharUnits elementAlign,Destroyer * destroyer) pushIrregularPartialArrayCleanup() argument 2463 pushRegularPartialArrayCleanup(llvm::Value * arrayBegin,llvm::Value * arrayEnd,QualType elementType,CharUnits elementAlign,Destroyer * destroyer) pushRegularPartialArrayCleanup() argument
|
H A D | CGClass.cpp | 1976 EmitCXXAggrConstructorCall(const CXXConstructorDecl * ctor,const ArrayType * arrayType,Address arrayBegin,const CXXConstructExpr * E,bool NewPointerIsChecked,bool zeroInitialize) EmitCXXAggrConstructorCall() argument 2025 llvm::Value *arrayBegin = arrayBase.getPointer(); EmitCXXAggrConstructorCall() local
|
H A D | CGExprCXX.cpp | 2068 llvm::Value *arrayBegin = deletedPtr.getPointer(); EmitArrayDelete() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Support/ |
H A D | JSON.cpp | 844 void llvm::json::OStream::arrayBegin() { arrayBegin() function in llvm::json::llvm::json::OStream
|