Searched refs:ArgsElemType (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGOpenMPRuntime.cpp | 2146 CodeGenModule &CGM, llvm::Type *ArgsElemType, in emitCopyprivateCopyFunction() argument 2174 ArgsElemType->getPointerTo()), in emitCopyprivateCopyFunction() 2175 ArgsElemType, CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 2178 ArgsElemType->getPointerTo()), in emitCopyprivateCopyFunction() 2179 ArgsElemType, CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 4821 StringRef ReducerName, SourceLocation Loc, llvm::Type *ArgsElemType, in emitReductionFunction() argument 4849 ArgsElemType->getPointerTo()), in emitReductionFunction() 4850 ArgsElemType, CGF.getPointerAlign()); in emitReductionFunction() 4853 ArgsElemType->getPointerTo()), in emitReductionFunction() 4854 ArgsElemType, CGF.getPointerAlign()); in emitReductionFunction()
|
H A D | CGOpenMPRuntime.h | 1208 StringRef ReducerName, SourceLocation Loc, llvm::Type *ArgsElemType,
|