Searched refs:get_param (Results 1 - 20 of 20) sorted by relevance

/netbsd-current/external/mit/isl/dist/interface/
H A Dcpp.h37 virtual clang::ParmVarDecl *get_param(int pos) const;
99 const std::function<clang::ParmVarDecl *(int pos)> &get_param);
102 const std::function<clang::ParmVarDecl *(int pos)> &get_param);
103 virtual clang::ParmVarDecl *get_param(int pos) const override;
206 ParmVarDecl *get_param(FunctionDecl *fd, int pos,
H A Dcpp.cc393 return get_param(fd, pos, convert);
567 ParmVarDecl *cpp_generator::class_printer::get_param(FunctionDecl *fd, function in class:cpp_generator::class_printer
616 * by Method::get_param may be different from the original argument.
654 ParmVarDecl *param = method.get_param(i);
1164 ParmVarDecl *param = get_param(pos);
1176 clang::ParmVarDecl *Method::get_param(int pos) const
1188 const std::function<clang::ParmVarDecl *(int pos)> &get_param) :
1190 get_param_fn(get_param)
1205 return Method::get_param(pos);
1218 const std::function<clang::ParmVarDecl *(int pos)> &get_param)
[all...]
H A Dplain_cpp.cc989 * (as specified by Method::get_param) to the argument of the C function,
1012 print_arg_conversion(param, method.get_param(i));
H A Dtemplate_cpp.cc2387 ParmVarDecl *param = method.get_param(i);
/netbsd-current/external/bsd/libpcap/dist/
H A Dpcap-septel.c122 dp = get_param(m);/* get pointer to MSG parameter area (m->param) */
/netbsd-current/external/gpl2/groff/dist/src/utils/tfmtodit/
H A Dtfmtodit.cpp114 int get_param(int, int *);
226 int tfm::get_param(int i, int *p) function in class:tfm
782 if (t.get_param(2, &n)) {
786 if (t.get_param(1, &n) && n != 0)
789 if (!t.get_param(5, &xheight))
/netbsd-current/usr.bin/mail/
H A Dmime_decode.c145 get_param(char *dst, char *src) function
207 cp = get_param(dst, cp);
214 cp = get_param(dst, cp);
/netbsd-current/crypto/external/bsd/openssl.old/dist/test/
H A Ddhtest.c487 DH *(*get_param) (void); member in struct:__anon436
529 if (!TEST_ptr(dhA = td->get_param())
530 || !TEST_ptr(dhB = td->get_param()))
/netbsd-current/external/bsd/wpa/dist/src/utils/
H A Dcommon.h575 char * get_param(const char *cmd, const char *param);
/netbsd-current/crypto/external/bsd/openssl/dist/test/
H A Ddhtest.c549 DH *(*get_param) (void); member in struct:__anon72
592 if (!TEST_ptr(dhA = td->get_param())
593 || !TEST_ptr(dhB = td->get_param()))
/netbsd-current/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h370 param get_param (int index) const;
1411 function::get_param (int index) const function in class:gccjit::function
H A Dlibgccjit.c979 gcc::jit::recording::function::get_param method, in
997 return static_cast <gcc_jit_param *> (func->get_param (index));
1484 gcc::jit::recording::param *param = func->get_param (i);
H A Djit-recording.h1191 param *get_param (int i) const { return m_params[i]; } function in class:gcc::jit::recording::function
/netbsd-current/external/bsd/wpa/dist/wpa_supplicant/
H A Ddpp_supplicant.c467 addr = get_param(cmd, " tcp_addr=");
1970 curve = get_param(cmd, " curve=");
/netbsd-current/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h388 param get_param (int index) const;
1480 function::get_param (int index) const function in class:gccjit::function
H A Dlibgccjit.cc1261 gcc::jit::recording::function::get_param method, in
1279 return static_cast <gcc_jit_param *> (func->get_param (index));
2245 gcc::jit::recording::param *param = func->get_param (i);
H A Djit-recording.h1290 param *get_param (int i) const { return m_params[i]; } function in class:gcc::jit::recording::function
/netbsd-current/external/bsd/wpa/dist/src/common/
H A Ddpp.c8426 chan = get_param(cmd, " chan=");
8427 mac = get_param(cmd, " mac=");
8428 info = get_param(cmd, " info=");
8429 curve = get_param(cmd, " curve=");
8430 key = get_param(cmd, " key=");
8641 curve = get_param(cmd, " curve=");
8642 key = get_param(cmd, " key=");
/netbsd-current/external/bsd/wpa/dist/src/ap/
H A Ddpp_hostapd.c1504 curve = get_param(cmd, " curve=");
/netbsd-current/external/bsd/wpa/dist/hostapd/
H A Dconfig_file.c2348 val = get_param(pos, "ipaddr=");
2352 val = get_param(pos, "pkhash=");

Completed in 327 milliseconds