Home
last modified time | relevance | path

Searched refs:parameters (Results 1 – 25 of 676) sorted by relevance

12345678910>>...28

/openbsd-src/gnu/llvm/clang/tools/scan-view/share/
H A DReporter.py112 def fileReport(self, report, parameters): argument
120 if not parameters.get('To'):
122 if not parameters.get('From'):
128 msg['To'] = parameters.get('To')
129 msg['From'] = parameters.get('From')
137 s = smtplib.SMTP(host=parameters.get('SMTP Server'),
138 port=parameters.get('SMTP Port'))
153 def fileReport(self, report, parameters): argument
H A DScanView.py103 def __init__(self, report, reporter, parameters, server): argument
108 self.parameters = parameters
117 self.status = self.reporter.fileReport(self.report, self.parameters)
323 parameters = {}
330 parameters[o.getName()] = self.get_scalar_field(name)
338 self.server.config.set(reporter.getName(), name, parameters[name])
344 t = ReporterThread(bug, reporter, parameters, self.server)
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/
H A DAnyCall.h144 ArrayRef<ParmVarDecl *> parameters() const { in parameters() function
149 return FD->parameters(); in parameters()
151 return MD->parameters(); in parameters()
153 return BD->parameters(); in parameters()
160 param_const_iterator param_begin() const { return parameters().begin(); } in param_begin()
161 param_const_iterator param_end() const { return parameters().end(); } in param_end()
162 size_t param_size() const { return parameters().size(); } in param_size()
163 bool param_empty() const { return parameters().empty(); } in param_empty()
/openbsd-src/gnu/llvm/lldb/include/lldb/Symbol/
H A DFunction.h297 return parameters; in GetCallSiteParameters()
308 bool is_tail_call, CallSiteParameterArray &&parameters) in CallEdge() argument
311 parameters(std::move(parameters)) {} in CallEdge()
330 CallSiteParameterArray parameters; variable
342 CallSiteParameterArray &&parameters) in DirectCallEdge() argument
344 std::move(parameters)) { in DirectCallEdge()
375 CallSiteParameterArray &&parameters) in IndirectCallEdge() argument
377 std::move(parameters)), in IndirectCallEdge()
/openbsd-src/gnu/llvm/compiler-rt/lib/xray/
H A Dxray_trampoline_arm.S16 @ for passing parameters to C/C++ functions.
22 @ Save floating-point parameters of the instrumented function
33 @ Call the handler with 2 parameters in r0 and r1
36 @ Restore floating-point parameters of the instrumented function
65 @ Call the handler with 2 parameters in r0 and r1
79 @ for passing parameters to C/C++ functions.
85 @ Save floating-point parameters of the instrumented function
98 @ Call the handler with 2 parameters in r0 and r1
101 @ Restore floating-point parameters of the instrumented function
/openbsd-src/sbin/wsconsctl/
H A Dmousecfg.c20 * Read/write wsmouse parameters for touchpad configuration.
125 struct wsmouse_parameters parameters; in mousecfg_init() local
157 parameters.params = cfg_buffer; in mousecfg_init()
158 parameters.nparams = BASESIZE; in mousecfg_init()
159 if ((err = ioctl(dev_fd, WSMOUSEIO_GETPARAMS, &parameters))) { in mousecfg_init()
164 parameters.params = cfg_buffer + BASESIZE; in mousecfg_init()
165 parameters.nparams = WSMOUSECFG_MAX - BASESIZE; in mousecfg_init()
166 if (ioctl(dev_fd, WSMOUSEIO_GETPARAMS, &parameters)) in mousecfg_init()
/openbsd-src/gnu/llvm/clang/tools/scan-build-py/lib/libscanbuild/
H A D__init__.py178 parameters = json.loads(os.environ[ENVIRONMENT_KEY])
179 reconfigure_logging(parameters['verbose'])
182 compiler = parameters['cxx'] if cxx else parameters['cc']
/openbsd-src/gnu/llvm/lldb/source/Plugins/Platform/Windows/
H A DPlatformWindows.cpp325 ValueList parameters = invocation->GetArgumentValues(); in DoLoadImage() local
326 parameters.GetValueAtIndex(0)->GetScalar() = injected_name; in DoLoadImage()
327 parameters.GetValueAtIndex(1)->GetScalar() = injected_paths; in DoLoadImage()
328 parameters.GetValueAtIndex(2)->GetScalar() = injected_result; in DoLoadImage()
333 parameters, diagnostics)) { in DoLoadImage()
698 ValueList parameters; in MakeLoadImageUtilityFunction() local
704 parameters.PushValue(value); // name in MakeLoadImageUtilityFunction()
705 parameters.PushValue(value); // paths in MakeLoadImageUtilityFunction()
708 parameters.PushValue(value); // result in MakeLoadImageUtilityFunction()
712 utility->MakeFunctionCaller(VoidPtrTy, parameters, context.GetThreadSP(), in MakeLoadImageUtilityFunction()
/openbsd-src/gnu/gcc/gcc/config/mt/
H A DABI.txt69 * Outgoing parameters beyond the fourth
116 Consider the parameters in a function call as ordered from left (first
125 If there are no more parameters, terminate.
185 In the case of normal (non-varargs) large-struct parameters in ANSI mode, the
197 No special changes are needed for handling varargs parameters other than the
198 caller knowing that a copy is needed on struct parameters larger than a
203 callee stack frames, the saved register parameters are contiguous with
204 parameters passed on the stack. A pointer advances from the register save area
/openbsd-src/gnu/usr.bin/texinfo/util/
H A Dgdoc270 $parameters{$name} = $contents;
746 if ($parameters{$param} eq "" && $param != "void") {
747 $parameters{$param} = "-- undescribed --";
774 'parameters' => \%parameters,
803 %parameters = ();
900 %parameters = ();
/openbsd-src/gnu/gcc/gcc/config/iq2000/
H A Dabi77 * Outgoing parameters beyond the eighth
124 Consider the parameters in a function call as ordered from left (first
133 If there are no more parameters, terminate.
193 In the case of normal (non-varargs) large-struct parameters in ANSI mode, the
205 No special changes are needed for handling varargs parameters other than the
206 caller knowing that a copy is needed on struct parameters larger than a
211 callee stack frames, the saved register parameters are contiguous with
212 parameters passed on the stack. A pointer advances from the register save area
/openbsd-src/gnu/llvm/libcxx/utils/libcxx/test/
H A Dnewconfig.py18 def configure(parameters, features, config, lit_config): argument
25 for param in parameters:
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp462 ArrayRef<ParmVarDecl*> parameters) { in addParameterValuesToBindings() argument
469 ArrayRef<ParmVarDecl*>::iterator I = parameters.begin(), E = parameters.end(); in addParameterValuesToBindings()
530 ArrayRef<ParmVarDecl*> AnyFunctionCall::parameters() const { in parameters() function in AnyFunctionCall
534 return D->parameters(); in parameters()
597 D->parameters()); in getInitialStackFrameContents()
855 ArrayRef<ParmVarDecl*> BlockCall::parameters() const { in parameters() function in BlockCall
859 return D->parameters(); in parameters()
875 Params = LambdaOperatorDecl->parameters(); in getInitialStackFrameContents()
885 Params = cast<BlockDecl>(CalleeCtx->getDecl())->parameters(); in getInitialStackFrameContents()
944 ArrayRef<ParmVarDecl*> ObjCMethodCall::parameters() const { in parameters() function in ObjCMethodCall
[all …]
/openbsd-src/lib/libcrypto/ec/
H A Dec_asn1.c141 ECPARAMETERS *parameters;
149 ECPKPARAMETERS *parameters;
451 .offset = offsetof(ECPKPARAMETERS, value.parameters),
452 .field_name = "value.parameters",
517 .offset = offsetof(EC_PRIVATEKEY, parameters),
518 .field_name = "parameters",
787 ECPARAMETERS *parameters = NULL; in ec_asn1_group2parameters()
792 if ((parameters = ECPARAMETERS_new()) == NULL) { in ec_asn1_group2parameters()
797 parameters->version = 0x1; in ec_asn1_group2pkparameters()
799 if (!ec_asn1_group2fieldid(group, parameters in ec_asn1_group2pkparameters()
131 ECPARAMETERS *parameters; global() member
139 ECPKPARAMETERS *parameters; global() member
[all...]
/openbsd-src/gnu/gcc/gcc/doc/
H A Dportability.texi21 fashion, ad-hoc parameters have been defined for machine descriptions.
29 that depends on machine parameters such as endianness (whether the most
34 combinations of parameters. Often, not all possible cases have been
/openbsd-src/gnu/usr.bin/perl/cpan/Test-Simple/lib/Test2/API/
H A DContext.pm843 =item $event = $ctx->send_ev2_and_release($Type, %parameters)
859 =item $event = $ctx->send_event($Type, %parameters)
874 =item $event = $ctx->build_event($Type, %parameters)
881 =item $event = $ctx->send_event_and_release($Type, %parameters)
/openbsd-src/usr.sbin/pkg_add/OpenBSD/
H A Dstyle.pod39 of parameters can be checked.
49 Note that signatures can also absorb an arbitrary number of parameters with
77 arbitrary number of parameters for C<__DIE__> and C<__WARN__>.
88 Do not name parameters to methods unless actually used.
173 parameters, and where a method can be declared without a prototype.
/openbsd-src/sys/dev/pci/drm/amd/pm/powerplay/hwmgr/
H A Dppatomfwctrl.c496 struct atom_get_smu_clock_info_parameters_v3_1 parameters; in pp_atomfwctrl_get_clk_information_by_clkid() local
500 parameters.clk_id = clk_id; in pp_atomfwctrl_get_clk_information_by_clkid()
501 parameters.syspll_id = syspll_id; in pp_atomfwctrl_get_clk_information_by_clkid()
502 parameters.command = GET_SMU_CLOCK_INFO_V3_1_GET_CLOCK_FREQ; in pp_atomfwctrl_get_clk_information_by_clkid()
503 parameters.dfsdid = 0; in pp_atomfwctrl_get_clk_information_by_clkid()
508 adev->mode_info.atom_context, ix, (uint32_t *)&parameters)) in pp_atomfwctrl_get_clk_information_by_clkid()
511 output = (struct atom_get_smu_clock_info_output_parameters_v3_1 *)&parameters; in pp_atomfwctrl_get_clk_information_by_clkid()
/openbsd-src/usr.sbin/makefs/
H A DREADME24 Various file system independent parameters and constraints can be
35 File system specific parameters can be given as well, with a command
86 directory tree and fs parameters,
87 validate that the parameters are valid
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DUniquePtrTrivialAbi.rst44 * ``std::unique_ptr`` parameters will now be destroyed by callees, rather than callers.
48 …Consequently, this may change the destruction order for function parameters to an order that is no…
60 …In a conforming implementation, the destruction order for C::C's parameters is required to be ``~A…
103 …- Function definitions now require complete type ``T`` for parameters with type ``std::unique_ptr<…
/openbsd-src/gnu/usr.bin/perl/dist/ExtUtils-ParseXS/lib/
H A Dperlxs.pod34 function arguments that may serve as output parameters. These return
40 more in practice, such as checking input parameters for validity,
68 uses B<typemaps> to determine how to map C function parameters
98 function has two parameters; the first is an input parameter and the second
167 XSUB will be explored. The XSUBs will take their parameters in different
168 orders or will take different numbers of parameters. In each case the
171 function is called with the correct parameters. This abstraction will
244 parameters. Whatever immediately follows these is considered to be
253 sent as parameters to the XSUB and to store the XSUB's
263 parameters an
[all...]
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp76 for (const ParmVarDecl *Parameter : Call.parameters()) { in setBitsAccordingToParameterAttributes()
117 ArrayRef<ParmVarDecl *> parms = Call.parameters(); in checkPreCall()
252 for (const ParmVarDecl *Parameter : AbstractCall->parameters()) { in checkBeginFunction()
/openbsd-src/gnu/llvm/clang/docs/HLSL/
H A DEntryFunctions.rst17 All scalar parameters to entry functions must have semantic annotations, and all
18 struct parameters must have semantic annotations on every field in the struct
45 constructors, then instantiations of the user-defined entry parameters with
/openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.dg/parse/
H A Dcrash7.C13 parameter_struct_t *parameters[] = { variable
/openbsd-src/gnu/gcc/gcc/config/mmix/
H A Dmmix.opt25 For intrinsics library: pass all parameters in registers
29 Use register stack for parameters and return value
33 Use call-clobbered registers for parameters and return value

12345678910>>...28