| /freebsd/contrib/ncurses/progs/ |
| H A D | tput.c | 242 TParams paramType; in tput_cmd() local 252 paramType = tparm_type(name); in tput_cmd() 257 if (paramType == Numbers) { in tput_cmd() 261 paramType = Other; in tput_cmd() 280 switch (paramType) { in tput_cmd() 314 switch (paramType) { in tput_cmd()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | TemplateBase.cpp | 145 static bool needsAmpersandOnTemplateArg(QualType paramType, QualType argType) { in needsAmpersandOnTemplateArg() argument 149 if (!paramType->isPointerType()) in needsAmpersandOnTemplateArg() 150 return paramType->isMemberPointerType(); in needsAmpersandOnTemplateArg() 152 return getArrayDepth(argType) == getArrayDepth(paramType->getPointeeType()); in needsAmpersandOnTemplateArg()
|
| H A D | Type.cpp | 1177 for (auto paramType : T->getParamTypes()) { in VisitFunctionProtoType() local 1178 QualType newParamType = recurse(paramType); in VisitFunctionProtoType() 1182 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionProtoType() 1475 for (auto paramType : funcProtoType->getParamTypes()) { in VisitFunctionType() local 1476 QualType newParamType = paramType.substObjCTypeArgs( in VisitFunctionType() 1481 if (newParamType.getAsOpaquePtr() != paramType.getAsOpaquePtr()) in VisitFunctionType()
|
| H A D | ASTContext.cpp | 11469 QualType paramType = mergeFunctionParameterTypes( in mergeFunctionTypes() local 11471 if (paramType.isNull()) in mergeFunctionTypes() 11475 paramType = paramType.getUnqualifiedType(); in mergeFunctionTypes() 11477 types.push_back(paramType); in mergeFunctionTypes() 11483 if (getCanonicalType(paramType) != getCanonicalType(lParamType)) in mergeFunctionTypes() 11485 if (getCanonicalType(paramType) != getCanonicalType(rParamType)) in mergeFunctionTypes()
|
| /freebsd/sys/net80211/ |
| H A D | ieee80211_proto.c | 1380 } paramType; typedef 1491 _setifsparams(struct wmeParams *wmep, const paramType *phy) in _setifsparams() 1501 struct wmeParams *wmep, const paramType *phy) in setwmeparams() 1518 const paramType *pPhyParam, *pBssPhyParam; in ieee80211_wme_initparams_locked() 1610 static const paramType aggrParam[IEEE80211_MODE_MAX] = { in ieee80211_wme_updateparams_locked()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaTemplateInstantiate.cpp | 2375 QualType paramType = SubstParamType(); in transformNonTypeTemplateParmRef() local 2376 if (paramType.isNull()) in transformNonTypeTemplateParmRef() 2378 refParam = paramType->isReferenceType(); in transformNonTypeTemplateParmRef() 2396 QualType paramType = arg.getNonTypeTemplateArgumentType(); in transformNonTypeTemplateParmRef() local 2397 assert(!paramType.isNull() && "type substitution failed for param type"); in transformNonTypeTemplateParmRef() 2398 assert(!paramType->isDependentType() && "param type still dependent"); in transformNonTypeTemplateParmRef() 2399 result = SemaRef.BuildExpressionFromDeclTemplateArgument(arg, paramType, loc); in transformNonTypeTemplateParmRef() 2400 refParam = paramType->isReferenceType(); in transformNonTypeTemplateParmRef() 2402 QualType paramType = arg.getNonTypeTemplateArgumentType(); in transformNonTypeTemplateParmRef() local 2404 refParam = paramType->isReferenceType(); in transformNonTypeTemplateParmRef() [all …]
|
| H A D | SemaPseudoObject.cpp | 776 QualType paramType = (*Setter->param_begin())->getType() in buildSet() local 781 if (!S.getLangOpts().CPlusPlus || !paramType->isRecordType()) { in buildSet() 784 S.CheckSingleAssignmentConstraints(paramType, opResult); in buildSet() 786 S.DiagnoseAssignmentResult(assignResult, opcLoc, paramType, in buildSet()
|
| H A D | SemaExprObjC.cpp | 1841 QualType paramType; in CheckMessageArgumentTypes() local 1842 ExprResult argE = SemaRef.checkUnknownAnyArg(SelLoc, argExpr, paramType); in CheckMessageArgumentTypes() 1849 param->setType(paramType); in CheckMessageArgumentTypes() 1855 QualType paramType = param->getType(); in CheckMessageArgumentTypes() local 1857 paramType = paramType.substObjCTypeArgs( in CheckMessageArgumentTypes() 1863 argExpr->getSourceRange().getBegin(), paramType, in CheckMessageArgumentTypes() 1868 = InitializedEntity::InitializeParameter(Context, param, paramType); in CheckMessageArgumentTypes() 1879 if (typeArgs && Args[i]->isPRValue() && paramType->isBlockPointerType() && in CheckMessageArgumentTypes()
|
| H A D | SemaExpr.cpp | 6110 QualType paramType; // ignored in GatherArgumentsForCall() local 6111 ExprResult arg = checkUnknownAnyArg(CallLoc, A, paramType); in GatherArgumentsForCall() 21135 Expr *arg, QualType ¶mType) { in checkUnknownAnyArg() argument 21142 paramType = result.get()->getType(); in checkUnknownAnyArg() 21148 paramType = castArg->getTypeAsWritten(); in checkUnknownAnyArg() 21152 InitializedEntity::InitializeParameter(Context, paramType, in checkUnknownAnyArg()
|
| H A D | SemaChecking.cpp | 3422 for (auto paramType : Proto->getParamTypes()) { in CheckNonNullArguments() local 3423 if (isNonNullType(paramType)) { in CheckNonNullArguments()
|
| /freebsd/contrib/tcpdump/ |
| H A D | print-sctp.c | 169 nd_uint16_t paramType; member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGCall.cpp | 3453 auto paramType = unpaddedStruct in EmitFunctionProlog() local 3458 if (auto *VecTyFrom = dyn_cast<llvm::ScalableVectorType>(paramType)) { in EmitFunctionProlog()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 7882 QualType ¶mType);
|