Searched refs:CopyFnType (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/ |
| H A D | SemaOpenMP.cpp | 2515 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 2522 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 2559 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 2566 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 2610 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 2617 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 2647 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 2654 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 2698 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 2705 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() [all …]
|