Searched refs:ParamIn (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateDeduction.cpp | 1347 QualType ParamIn, QualType ArgIn, in DeduceTemplateArgumentsByTypeMatch() argument 1355 QualType Param = S.Context.getCanonicalType(ParamIn); in DeduceTemplateArgumentsByTypeMatch() 1407 Info.FirstArg = TemplateArgument(ParamIn); in DeduceTemplateArgumentsByTypeMatch() 1555 Info.FirstArg = TemplateArgument(ParamIn); in DeduceTemplateArgumentsByTypeMatch()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGOpenMPRuntime.cpp | 5954 ImplicitParamDecl ParamIn(C, /*DC=*/nullptr, Loc, /*Id=*/nullptr, C.VoidPtrTy, in emitReduceCombFunction() local 5957 Args.emplace_back(&ParamIn); in emitReduceCombFunction() 5991 PrivateScope.addPrivate(RHSVD, [&C, &CGF, &ParamIn, RHSVD]() { in emitReduceCombFunction() 5994 CGF.GetAddrOfLocalVar(&ParamIn), in emitReduceCombFunction()
|