| /src/sys/arch/x86/x86/ |
| nmi.c | 55 void *n_arg; member in struct:nmi_handler 77 n->n_arg = arg; 159 handled |= (*n->n_func)(tf, n->n_arg);
|
| /src/external/mit/isl/dist/interface/ |
| python.cc | 61 /* Print the arguments of a method with "n_arg" arguments, starting at "first". 63 void python_generator::print_method_arguments(int first, int n_arg) 65 for (int i = first; i < n_arg; ++i) { 93 /* Print the header of the method "name" with "n_arg" arguments. 97 int n_arg) 101 print_method_arguments(0, n_arg); 218 unsigned n_arg = fn->getNumArgs(); local 226 for (unsigned i = 0; i < n_arg - 1; ++i) { 233 for (unsigned i = 0; i < n_arg; ++i) { 239 for (unsigned i = 0; i < n_arg - 1; ++i) [all...] |
| template_cpp.cc | 1732 auto n_arg = callback->getNumArgs() - 1; local 1734 Method::print_arg_list(os, 0, n_arg, [&] (int i) {
|
| isl.py | 6014 def n_arg(arg0): member in class:ast_expr_op 6026 return arg0.n_arg()
|
| /src/external/mit/isl/dist/ |
| isl_arg.c | 1222 static int n_arg(struct isl_arg *arg) function 1225 int n_arg = 0; local 1229 n_arg++; 1231 return n_arg; 1265 n = n_arg(args->args);
|
| /src/crypto/external/bsd/openssh/dist/ |
| sftp.c | 1358 unsigned long *n_arg, char **path1, char **path2) 1534 *n_arg = ll; 1572 unsigned long n_arg = 0; local 1582 n_arg = 0; /* XXX gcc */ 1586 &hflag, &iflag, &lflag, &pflag, &rflag, &sflag, &n_arg, 1737 umask(n_arg); 1738 printf("Local umask: %03lo\n", n_arg); 1744 a.perm = n_arg; 1783 aa.uid = n_arg; 1788 aa.gid = n_arg; [all...] |
| /src/external/gpl3/gcc/dist/gcc/cp/ |
| call.cc | 450 int n_arg; member in struct:conversion_info 661 arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, 666 r->u.conversion.n_arg = n_arg - adjust; 674 bad_arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, 679 r->u.bad_conversion.n_arg = n_arg - adjust; 690 r->u.conversion.n_arg = 0; 701 r->u.conversion.n_arg = 0; 3883 if (info->n_arg == -1 [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/cp/ |
| call.cc | 440 int n_arg; member in struct:conversion_info 642 arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, 647 r->u.conversion.n_arg = n_arg - adjust; 655 bad_arg_conversion_rejection (tree first_arg, int n_arg, tree from, tree to, 660 r->u.bad_conversion.n_arg = n_arg - adjust; 671 r->u.conversion.n_arg = 0; 682 r->u.conversion.n_arg = 0; 3791 if (info->n_arg == -1 [all...] |
| /src/external/mit/isl/dist/include/isl/ |
| cpp-checked.h | 699 inline class size n_arg() const; 5993 class size ast_expr_op::n_arg() const function in class:isl::checked::ast_expr_op 6001 return n_arg();
|
| cpp.h | 765 inline unsigned n_arg() const; 6813 unsigned ast_expr_op::n_arg() const function in class:isl::ast_expr_op 6827 return n_arg();
|