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

References

tools/clang/lib/CodeGen/CGOpenMPRuntimeNVPTX.cpp
 3465   ImplicitParamDecl ReduceListArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
 3466                                   C.VoidPtrTy, ImplicitParamDecl::Other);
 3468   ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy,
 3468   ImplicitParamDecl LaneIDArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.ShortTy,
 3471   ImplicitParamDecl RemoteLaneOffsetArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
 3472                                         C.ShortTy, ImplicitParamDecl::Other);
 3474   ImplicitParamDecl AlgoVerArg(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr,
 3475                                C.ShortTy, ImplicitParamDecl::Other);
 3483       CGM.getTypes().arrangeBuiltinFunctionDeclaration(C.VoidTy, Args);
 3496   CGF.StartFunction(GlobalDecl(), C.VoidTy, Fn, CGFI, Args, Loc, Loc);
 3504                                C.VoidPtrTy, SourceLocation()),
 3510       AddrLaneIDArg, /*Volatile=*/false, C.ShortTy, SourceLocation());
 3514       AddrRemoteLaneOffsetArg, /*Volatile=*/false, C.ShortTy, SourceLocation());
 3518       AddrAlgoVerArg, /*Volatile=*/false, C.ShortTy, SourceLocation());