Searched refs:EmitCXXAggrConstructorCall (Results 1 – 6 of 6) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGClass.cpp | 1917 void CodeGenFunction::EmitCXXAggrConstructorCall( in EmitCXXAggrConstructorCall() function in CodeGenFunction 1924 EmitCXXAggrConstructorCall(ctor, numElements, arrayBegin, E, zeroInitialize); in EmitCXXAggrConstructorCall() 1936 void CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, in EmitCXXAggrConstructorCall() function in CodeGenFunction
|
D | CGExprCXX.cpp | 481 EmitCXXAggrConstructorCall(CD, arrayType, Dest.getAddress(), E); in EmitCXXConstructExpr() 986 EmitCXXAggrConstructorCall(Ctor, NumElements, CurPtr, CCE, in EmitNewArrayInitializer()
|
D | CodeGenFunction.h | 1992 void EmitCXXAggrConstructorCall(const CXXConstructorDecl *D, 1998 void EmitCXXAggrConstructorCall(const CXXConstructorDecl *D,
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGClass.cpp | 1916 void CodeGenFunction::EmitCXXAggrConstructorCall( in EmitCXXAggrConstructorCall() function in CodeGenFunction 1924 EmitCXXAggrConstructorCall(ctor, numElements, arrayBegin, E, in EmitCXXAggrConstructorCall() 1937 void CodeGenFunction::EmitCXXAggrConstructorCall(const CXXConstructorDecl *ctor, in EmitCXXAggrConstructorCall() function in CodeGenFunction
|
D | CGExprCXX.cpp | 623 EmitCXXAggrConstructorCall(CD, arrayType, Dest.getAddress(), E, in EmitCXXConstructExpr() 1172 EmitCXXAggrConstructorCall(Ctor, NumElements, CurPtr, CCE, in EmitNewArrayInitializer()
|
D | CodeGenFunction.h | 2798 void EmitCXXAggrConstructorCall(const CXXConstructorDecl *D, 2805 void EmitCXXAggrConstructorCall(const CXXConstructorDecl *D,
|