Searched refs:EmitOMPAggregateInit (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 451 static void EmitOMPAggregateInit(CodeGenFunction &CGF, Address DestAddr, in EmitOMPAggregateInit() function 990 EmitOMPAggregateInit(*this, Addr, PrivateVD->getType(), in EmitOMPReductionClauseInit() 1081 EmitOMPAggregateInit(*this, Addr, PrivateVD->getType(), in EmitOMPReductionClauseInit()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 668 static void EmitOMPAggregateInit(CodeGenFunction &CGF, Address DestAddr, in EmitOMPAggregateInit() function 773 EmitOMPAggregateInit(CGF, PrivateAddr, PrivateVD->getType(), in emitAggregateInitialization()
|