Searched refs:CopyFnType (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 4210 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4217 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4255 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4262 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4316 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4323 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4358 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4365 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 4411 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 4418 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() [all …]
|