| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyExplicitLocals.cpp | 268 unsigned CurLocal = static_cast<unsigned>(MFI.getParams().size()); in runOnMachineFunction() 466 MFI.setNumLocals(CurLocal - MFI.getParams().size()); in runOnMachineFunction() 470 if (RL == Reg2Local.end() || RL->second < MFI.getParams().size()) in runOnMachineFunction() 473 MFI.setLocal(RL->second - MFI.getParams().size(), in runOnMachineFunction()
|
| H A D | WebAssemblyRegNumbering.cpp | 86 unsigned CurReg = MFI.getParams().size(); in runOnMachineFunction()
|
| H A D | WebAssemblyMachineFunctionInfo.cpp | 127 for (auto VT : MFI.getParams()) in WebAssemblyFunctionInfo()
|
| H A D | WebAssemblyMachineFunctionInfo.h | 82 const std::vector<MVT> &getParams() const { return Params; } in getParams() function
|
| H A D | WebAssemblyFrameLowering.cpp | 75 unsigned Local = FuncInfo->getParams().size() + FuncInfo->getLocals().size(); in getLocalForStackObject()
|
| H A D | WebAssemblyISelLowering.cpp | 1587 assert(MFI->getParams().size() == Params.size() && in LowerFormalArguments() 1588 std::equal(MFI->getParams().begin(), MFI->getParams().end(), in LowerFormalArguments()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/ProfileData/Coverage/ |
| H A D | MCDCTypes.h | 64 static auto &getParams(MaybeConstMCDCParameters &MCDCParams) { in getParams() function
|
| H A D | CoverageMapping.h | 273 return mcdc::getParams<const mcdc::DecisionParameters>(MCDCParams); in getDecisionParams() 277 return mcdc::getParams<const mcdc::BranchParameters>(MCDCParams); in getBranchParams()
|
| /freebsd/contrib/llvm-project/clang/include/clang/AST/ |
| H A D | DeclObjC.h | 193 return reinterpret_cast<SourceLocation *>(getParams() + NumParams); in getStoredSelLocs() 196 return reinterpret_cast<const SourceLocation *>(getParams() + NumParams); in getStoredSelLocs() 201 ParmVarDecl **getParams() { in getParams() function 204 const ParmVarDecl *const *getParams() const { in getParams() function 355 return param_const_iterator(getParams()); in param_begin() 359 return param_const_iterator(getParams() + NumParams); in param_end() 362 param_iterator param_begin() { return param_iterator(getParams()); } in param_begin() 363 param_iterator param_end() { return param_iterator(getParams() + NumParams); } in param_end() 374 return {const_cast<ParmVarDecl **>(getParams()), NumParams}; in parameters() 379 return getParams()[Idx]; in getParamDecl()
|
| H A D | Decl.h | 4797 ImplicitParamDecl *const *getParams() const { return getTrailingObjects(); } in getParams() function 4799 ImplicitParamDecl **getParams() { return getTrailingObjects(); } in getParams() function 4821 return getParams()[i]; in getParam() 4825 getParams()[i] = P; in setParam() 4834 parameter_const_iterator param_begin() const { return getParams(); } in param_begin() 4835 parameter_const_iterator param_end() const { return getParams() + NumParams; } in param_end() 4870 ImplicitParamDecl *const *getParams() const { return getTrailingObjects(); } in getParams() function 4872 ImplicitParamDecl **getParams() { return getTrailingObjects(); } in getParams() function 4894 return getParams()[i]; in getParam() 4898 getParams()[i] = P; in setParam() [all …]
|
| H A D | ASTNodeTraverser.h | 501 for (const auto *Param : TL.getParams()) in VisitFunctionProtoTypeLoc()
|
| H A D | TypeLoc.h | 1547 ArrayRef<ParmVarDecl *> getParams() const { in getParams() function
|
| /freebsd/contrib/llvm-project/lldb/source/Core/ |
| H A D | DemangledNameInfo.cpp | 178 N.getParams().printWithComma(*this); in printRightImpl()
|
| /freebsd/contrib/llvm-project/clang/lib/AST/ |
| H A D | Comment.cpp | 364 ParamVars = FTL.getParams(); in fill()
|
| H A D | DeclObjC.cpp | 931 llvm::uninitialized_copy(Params, getParams()); in setParamsAndSelLocs()
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/Port/ |
| H A D | fm_port.c | 6342 fmGetSetParams.getParams.type = GET_FMFP_EXTC; 6344 if (fmGetSetParams.getParams.fmfp_extc != 0) 6353 fmGetSetParams.getParams.type = GET_FMFP_EXTC | GET_FM_NPI; 6357 } while (fmGetSetParams.getParams.fmfp_extc != 0 && fmGetSetParams.getParams.fm_npi == 0); 6358 if (fmGetSetParams.getParams.fm_npi != 0) 6363 fmGetSetParams.getParams.type = GET_FMQM_GS | GET_FM_NPI; 6365 while (fmGetSetParams.getParams.fmqm_gs & 0xF0000000) 6367 if (fmGetSetParams.getParams.fmqm_gs == 0 && fmGetSetParams.getParams.fm_npi == 0)
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/ |
| H A D | fm_ncsw.c | 4259 if (p_Params->getParams.type & GET_FM_CLD) in FmGetSetParams() 4260 p_Params->getParams.fm_cld = GET_UINT32(p_Fm->p_FmFpmRegs->fm_cld); in FmGetSetParams() 4261 if (p_Params->getParams.type & GET_FMQM_GS) in FmGetSetParams() 4262 p_Params->getParams.fmqm_gs = GET_UINT32(p_Fm->p_FmQmiRegs->fmqm_gs); in FmGetSetParams() 4263 if (p_Params->getParams.type & GET_FM_NPI) in FmGetSetParams() 4264 p_Params->getParams.fm_npi = GET_UINT32(p_Fm->p_FmFpmRegs->fm_npi); in FmGetSetParams() 4265 if (p_Params->getParams.type & GET_FMFP_EXTC) in FmGetSetParams() 4266 p_Params->getParams.fmfp_extc = GET_UINT32(p_Fm->p_FmFpmRegs->fmfp_extc); in FmGetSetParams()
|
| /freebsd/contrib/llvm-project/llvm/lib/Demangle/ |
| H A D | ItaniumDemangle.cpp | 511 NodeArray Params = static_cast<FunctionEncoding *>(RootNode)->getParams(); in getFunctionParameters()
|
| /freebsd/contrib/llvm-project/clang/lib/Sema/ |
| H A D | HeuristicResolver.cpp | 554 if (llvm::all_of(F.getParams(), llvm::identity<ParmVarDecl *>())) in getFunctionProtoTypeLoc()
|
| H A D | SemaTemplateDeductionGuide.cpp | 211 TInfo->getTypeLoc().castAs<FunctionProtoTypeLoc>().getParams(); 556 for (auto *OldParam : TL.getParams()) { in transformFunctionProtoType()
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | MveEmitter.cpp | 2013 const std::vector<StringRef> &getParams() const { return Params; } in getParams() function in __anon819a2c470111::FunctionMacro 2124 << "__arm_" << Name << "(" << join(FM.getParams(), ", ") << ") " in EmitHeader()
|
| /freebsd/sys/contrib/ncsw/Peripherals/FM/inc/ |
| H A D | fm_common.h | 307 t_FmGetParams getParams; member
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CoverageMappingGen.cpp | 199 return mcdc::getParams<const mcdc::BranchParameters>(MCDCParams); in getMCDCBranchParams() 207 return mcdc::getParams<const mcdc::DecisionParameters>(MCDCParams); in getMCDCDecisionParams()
|
| /freebsd/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | ASTMatchFinder.cpp | 574 for (ParmVarDecl *Param : Proto.getParams()) in dataTraverseNode()
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/Syntax/ |
| H A D | BuildTree.cpp | 1376 Builder.markChild(buildParameterDeclarationList(L.getParams()), in WalkUpFromFunctionTypeLoc()
|