Home
last modified time | relevance | path

Searched refs:setParams (Results 1 – 25 of 28) sorted by relevance

12

/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DNameSearchContext.cpp106 func_decl->setParams(ArrayRef<ParmVarDecl *>(parm_var_decls)); in AddFunDecl()
/freebsd/sys/contrib/ncsw/Peripherals/FM/
H A Dfm_ncsw.c4236 if (p_Params->setParams.type & UPDATE_FM_CLD) in FmGetSetParams()
4241 if (p_Params->setParams.type & CLEAR_IRAM_READY) in FmGetSetParams()
4246 if (p_Params->setParams.type & UPDATE_FPM_EXTC) in FmGetSetParams()
4248 if (p_Params->setParams.type & UPDATE_FPM_EXTC_CLEAR) in FmGetSetParams()
4250 if (p_Params->setParams.type & UPDATE_FPM_BRKC_SLP) in FmGetSetParams()
4252 if (p_Params->setParams.sleep) in FmGetSetParams()
4308 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP; in FM_EventIsr()
4309 fmGetSetParams.setParams.sleep = 0; in FM_EventIsr()
/freebsd/sys/contrib/ncsw/Peripherals/FM/Port/
H A Dfm_port.c6000 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP;
6001 fmGetSetParams.setParams.sleep = 1;
6302 fmGetSetParams.setParams.type = UPDATE_FM_CLD;
6332 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP;
6333 fmGetSetParams.setParams.sleep = 1;
6338 fmGetSetParams.setParams.type = UPDATE_FPM_EXTC;
6348 fmGetSetParams.setParams.type = UPDATE_FPM_EXTC_CLEAR;
6388 fmGetSetParams.setParams.type = UPDATE_FPM_BRKC_SLP;
6389 fmGetSetParams.setParams.sleep = 0;
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1073 Method->setParams(Params); in CompleteLambdaCallOperator()
1833 Invoke->setParams(InvokerParams); in addFunctionPointerConversion()
2385 Block->setParams(BlockParams); in BuildBlockForLambdaConversion()
H A DHLSLBuiltinTypeDeclBuilder.cpp422 Method->setParams({ParmDecls}); in createDecl()
H A DSemaTemplateDeductionGuide.cpp218 Guide->setParams(Params);
H A DSemaRISCV.cpp445 RVVIntrinsicDecl->setParams(ParmList); in CreateRVVIntrinsicDecl()
H A DSemaTemplateInstantiateDecl.cpp2779 Function->setParams(Params); in VisitFunctionDecl()
3242 Method->setParams(Params); in VisitCXXMethodDecl()
H A DSemaDeclCXX.cpp14308 DerivedCtor->setParams(ParamDecls); in findInheritingConstructor()
15091 CopyAssignment->setParams(FromParam); in DeclareImplicitCopyAssignment()
15443 MoveAssignment->setParams(FromParam); in DeclareImplicitMoveAssignment()
15849 CopyConstructor->setParams(FromParam); in DeclareImplicitCopyConstructor()
15987 MoveConstructor->setParams(FromParam); in DeclareImplicitMoveConstructor()
H A DSemaLookup.cpp898 NewOpenCLBuiltin->setParams(ParmList); in InsertOCLBuiltinDeclarationsFromTable()
H A DSemaDecl.cpp2340 New->setParams(Params); in CreateBuiltin()
4260 New->setParams(Params); in MergeFunctionDecl()
10444 NewFD->setParams(Params); in ActOnFunctionDeclarator()
H A DSemaExpr.cpp6358 OverloadDecl->setParams(Params); in rewriteBuiltinFunctionDecl()
16412 CurBlock->TheDecl->setParams(Params); in ActOnBlockArguments()
21069 NewFD->setParams(Params); in resolveDecl()
H A DSemaExprCXX.cpp3548 Alloc->setParams(ParamDecls); in DeclareGlobalAllocationFunction()
H A DSemaDeclAttr.cpp8107 NewFD->setParams(Params); in DeclClonePragmaWeak()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDecl.h2119 void setParams(ASTContext &C, ArrayRef<ParmVarDecl *> NewParamInfo);
2778 void setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function
2779 setParams(getASTContext(), NewParamInfo); in setParams()
4695 void setParams(ArrayRef<ParmVarDecl *> NewParamInfo);
/freebsd/sys/contrib/ncsw/Peripherals/FM/inc/
H A Dfm_common.h306 t_FmSetParams setParams; member
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGHLSLBuiltins.cpp244 FnDeclForMangling->setParams(ParamDecls); in getSpecConstantFunctionName()
H A DCGObjC.cpp3793 FD->setParams(Params); in GenerateObjCAtomicSetterCopyHelperFunction()
3891 FD->setParams(Params); in GenerateObjCAtomicGetterCopyHelperFunction()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/PDB/
H A DPDBASTParser.cpp978 decl->setParams(params); in GetDeclForSymbol()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp1430 function_decl->setParams(params); in ParseSubroutine()
1432 template_function_decl->setParams(params); in ParseSubroutine()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/NativePDB/
H A DPdbAstBuilder.cpp1140 function_decl.setParams(params); in CreateFunctionParameters()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp3764 void FunctionDecl::setParams(ASTContext &C, in setParams() function in FunctionDecl
5329 void BlockDecl::setParams(ArrayRef<ParmVarDecl *> NewParamInfo) { in setParams() function in BlockDecl
H A DASTImporter.cpp4283 ToFunction->setParams(Parameters); in VisitFunctionDecl()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReaderDecl.cpp1139 FD->setParams(Reader.getContext(), Params); in VisitFunctionDecl()
1783 BD->setParams(Params); in VisitBlockDecl()
/freebsd/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp7804 cxx_method_decl->setParams(CreateParameterDeclarations( in AddMethodToCXXRecordType()

12