Searched refs:ArgsType (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.cpp | 2166 CodeGenModule &CGM, llvm::Type *ArgsType, in emitCopyprivateCopyFunction() argument 2189 ArgsType), CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 2192 ArgsType), CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 4222 llvm::Type *ArgsType, in emitReductionFunction() argument 4249 ArgsType), CGF.getPointerAlign()); in emitReductionFunction() 4252 ArgsType), CGF.getPointerAlign()); in emitReductionFunction()
|
/external/llvm-project/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 1381 llvm::Type *ArgsType,
|
D | CGOpenMPRuntime.cpp | 2313 CodeGenModule &CGM, llvm::Type *ArgsType, in emitCopyprivateCopyFunction() argument 2341 ArgsType), CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 2344 ArgsType), CGF.getPointerAlign()); in emitCopyprivateCopyFunction() 5369 SourceLocation Loc, llvm::Type *ArgsType, ArrayRef<const Expr *> Privates, in emitReductionFunction() argument 5397 ArgsType), CGF.getPointerAlign()); in emitReductionFunction() 5400 ArgsType), CGF.getPointerAlign()); in emitReductionFunction()
|