HomeSort by: relevance | last modified time | path
    Searched defs:args2 (Results 1 - 13 of 13) sorted by relevancy

  /src/usr.bin/rpcgen/
rpc_clntout.c 179 bool_t args2 = (proc->arg_num > 1); local
183 if (newstyle && args2) {
199 if (newstyle && !args2 && (streq(proc->args.decls->decl.type, "void"))) {
215 if (newstyle && args2) {
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_printf.cc 251 va_list args2; local
252 va_copy(args2, args);
261 va_copy(args, args2);
304 va_end(args2);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_printf.cpp 252 va_list args2; local
253 va_copy(args2, args);
262 va_copy(args, args2);
299 va_end(args2);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_printf.cpp 252 va_list args2; local
253 va_copy(args2, args);
262 va_copy(args, args2);
299 va_end(args2);
  /src/external/gpl3/gcc/dist/gcc/fortran/
dependency.cc 215 gfc_actual_arglist *args2; local
228 args2 = e2->value.function.actual;
231 while (args1 && args2)
234 if ((args1->expr == NULL) ^ (args2->expr == NULL))
237 if (args1->expr != NULL && args2->expr != NULL)
241 e2 = args2->expr;
259 args2 = args2->next;
261 return (args1 || args2) ? -2 : 0;
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf-gimple.cc 785 class ipa_edge_args *args2 = ipa_edge_args_sum->get (e2); local
786 if ((args1 != nullptr) != (args2 != nullptr))
791 int n2 = ipa_get_cs_argument_count (args2);
797 struct ipa_jump_func *jf2 = ipa_get_ith_jump_func (args2, i);
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
dependency.cc 215 gfc_actual_arglist *args2; local
228 args2 = e2->value.function.actual;
231 while (args1 && args2)
234 if ((args1->expr == NULL) ^ (args2->expr == NULL))
237 if (args1->expr != NULL && args2->expr != NULL)
241 e2 = args2->expr;
259 args2 = args2->next;
261 return (args1 || args2) ? -2 : 0;
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf-gimple.cc 743 class ipa_edge_args *args2 = ipa_edge_args_sum->get (e2); local
744 if ((args1 != nullptr) != (args2 != nullptr))
749 int n2 = ipa_get_cs_argument_count (args2);
755 struct ipa_jump_func *jf2 = ipa_get_ith_jump_func (args2, i);
  /src/external/gpl3/gcc/dist/gcc/c/
c-typeck.cc 1892 tree args1, args2;
1916 args2 = TYPE_ARG_TYPES (f2);
1918 if ((args1 == NULL_TREE) != (args2 == NULL_TREE))
1928 if (!self_promoting_args_p (args2))
1934 && type_lists_compatible_p (args2, TYPE_ACTUAL_ARG_TYPES (f1),
1942 if (args2 == NULL_TREE)
1959 val1 = type_lists_compatible_p (args1, args2, data);
1967 type_lists_compatible_p (const_tree args1, const_tree args2,
1973 if (args1 == NULL_TREE && args2 == NULL_TREE)
1977 if (args1 == NULL_TREE || args2 == NULL_TREE
1885 tree args1, args2; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-typeck.cc 1666 tree args1, args2;
1690 args2 = TYPE_ARG_TYPES (f2);
1693 && (args1 == NULL_TREE) != (args2 == NULL_TREE))
1701 if (!self_promoting_args_p (args2))
1707 && type_lists_compatible_p (args2, TYPE_ACTUAL_ARG_TYPES (f1),
1712 if (args2 == NULL_TREE)
1724 val1 = type_lists_compatible_p (args1, args2, enum_and_int_p,
1735 type_lists_compatible_p (const_tree args1, const_tree args2,
1745 if (args1 == NULL_TREE && args2 == NULL_TREE)
1749 if (args1 == NULL_TREE || args2 == NULL_TREE
1661 tree args1, args2; local
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/
ada-lang.c 3558 char *args2;
3567 choice = strtol (args, &args2, 10);
3568 if (args == args2 || choice < 0
3571 args = args2;
3552 char *args2; local
  /src/external/gpl3/gdb/dist/gdb/
ada-lang.c 3556 char *args2;
3565 choice = strtol (args, &args2, 10);
3566 if (args == args2 || choice < 0
3569 args = args2;
3550 char *args2; local
  /src/external/gpl3/gcc/dist/gcc/cp/
pt.cc 25660 tree args2 = TYPE_ARG_TYPES (TREE_TYPE (decl2));
25687 args2 = TREE_CHAIN (args2);
25696 args2 = TREE_CHAIN (args2);
25704 tree &nsargs = ns == decl2 ? args2 : args1;
25712 tree otherfirst = ns == decl1 ? args2 : args1;
25730 args2 = tree_cons (NULL_TREE, TREE_TYPE (TREE_TYPE (decl2)), args2);
25737 origs2 = args2;
25658 tree args2 = TYPE_ARG_TYPES (TREE_TYPE (decl2)); local
26006 tree args2 = INNERMOST_TEMPLATE_ARGS (TREE_PURPOSE (pat2)); local
    [all...]

Completed in 54 milliseconds