Searched refs:CopyFnType (Results 1 – 2 of 2) sorted by relevance
/external/llvm-project/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 3790 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 3797 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 3835 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 3842 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 3889 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 3896 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 3929 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 3936 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() 3980 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 3987 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart() [all …]
|
/external/clang/lib/Sema/ |
D | SemaOpenMP.cpp | 1632 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 1638 Context.getPointerType(CopyFnType).withConst()), in ActOnOpenMPRegionStart() 1662 QualType CopyFnType = Context.getFunctionType(Context.VoidTy, Args, EPI); in ActOnOpenMPRegionStart() local 1670 Context.getPointerType(CopyFnType).withConst().withRestrict()), in ActOnOpenMPRegionStart()
|