reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/CodeGen/CGOpenMPRuntime.cpp
 8837   QualType PtrTy = C.getPointerType(Ty).withRestrict();
 8838   QualType Int64Ty = C.getIntTypeForBitwidth(/*DestWidth=*/64, /*Signed=*/true);
 8842   CharUnits ElementSize = C.getTypeSizeInChars(Ty);
 8845   ImplicitParamDecl HandleArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
 8846                               C.VoidPtrTy, ImplicitParamDecl::Other);
 8847   ImplicitParamDecl BaseArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
 8847   ImplicitParamDecl BaseArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy,
 8849   ImplicitParamDecl BeginArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
 8850                              C.VoidPtrTy, ImplicitParamDecl::Other);
 8851   ImplicitParamDecl SizeArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, Int64Ty,
 8853   ImplicitParamDecl TypeArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, Int64Ty,
 8862       CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
 8874   MapperCGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, FnInfo, Args, Loc, Loc);
 8878       C.getPointerType(Int64Ty), Loc);
 8881       CGM.getTypes().ConvertTypeForMem(C.getPointerType(PtrTy)));
 8885       C.getPointerType(Int64Ty), Loc);
 8889       /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
 8889       /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
 8892       /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
 8892       /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
 8895       /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
 8895       /*Volatile=*/false, C.getPointerType(C.VoidPtrTy), Loc);
 8953         *BasePointers[I], CGM.getTypes().ConvertTypeForMem(C.VoidPtrTy));
 8955         Pointers[I], CGM.getTypes().ConvertTypeForMem(C.VoidPtrTy));