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

  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.arch/
amd64-entry-value-inline.S 25 .type fn1, @function
26 fn1: label
44 .size fn1, .-fn1
81 call fn1
98 call fn1
161 .ascii "fn1\0" # DW_AT_name
amd64-entry-value-inline.c 21 fn1 (int x) function
31 fn1 (x);
34 fn1 (x + y);
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.arch/
amd64-entry-value-inline.S 25 .type fn1, @function
26 fn1: label
44 .size fn1, .-fn1
81 call fn1
98 call fn1
161 .ascii "fn1\0" # DW_AT_name
amd64-entry-value-inline.c 21 fn1 (int x) function
31 fn1 (x);
34 fn1 (x + y);
  /src/external/gpl3/gcc/dist/libgomp/
basic-allocator.c 57 #define fn1(prefix, name) prefix ## _ ## name macro
58 #define fn(prefix, name) fn1 (prefix, name)
377 #undef fn1 macro
  /src/tests/bin/sh/
t_option.sh 773 fn1() { function
791 fn1
792 fn1 fn2
793 fn1 fn1 fn2
794 fn1 fn2 fn1 fn2 fn1
795 fn1 fn1 fn2 fn2 fn
    [all...]
  /src/external/mpl/bind/dist/tests/dns/
qp_test.c 104 dns_fixedname_t fn1, fn2; local
108 in = dns_fixedname_initname(&fn1);
110 dns_test_namefromstring(testcases[i].namestr, &fn1);
381 dns_fixedname_t fn1, fn2; local
382 dns_name_t *name = dns_fixedname_initname(&fn1);
386 dns_test_namefromstring(check[i].query, &fn1);
529 dns_fixedname_t fn1; local
530 dns_name_t *name = dns_fixedname_initname(&fn1);
534 dns_test_namefromstring(check[i].query, &fn1);
636 dns_fixedname_t fn1, fn2 local
    [all...]
  /src/external/cddl/osnet/dist/tools/ctf/cvt/
merge.c 253 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; local
256 if (fn1->fn_nargs != fn2->fn_nargs ||
257 fn1->fn_vargs != fn2->fn_vargs)
260 if (!equiv_node(fn1->fn_ret, fn2->fn_ret, ed))
263 for (i = 0; i < (int) fn1->fn_nargs; i++) {
264 if (!equiv_node(fn1->fn_args[i], fn2->fn_args[i], ed))
  /src/external/gpl3/gcc/dist/gcc/
lto-cgraph.cc 1907 const char *fn1 = requires_fn; local
1914 fn1 = IDENTIFIER_POINTER (DECL_NAME (requires_decl));
1926 if (fn1 == fn2)
1928 fn1 = requires_fn;
1948 inform (UNKNOWN_LOCATION, "%qs has %qs", fn1, buf1);
1956 val != OMP_REQUIRES_TARGET_USED ? fn2 : fn1,
1959 val != OMP_REQUIRES_TARGET_USED ? fn1 : fn2);
  /src/external/bsd/pcc/dist/pcc/cc/cpp/
cpp.c 170 const usch *fn1, *fn2; local
322 fn1 = fn2 = (usch *)argv[0];
324 fn1 = NULL;
327 if (pushfile(fn1, fn2, 0, NULL))
  /src/external/gpl3/gcc/dist/libbacktrace/
xcoff.c 655 const struct xcoff_func *fn1 = (const struct xcoff_func *) v1; local
658 if (fn1->pc < fn2->pc)
660 else if (fn1->pc > fn2->pc)
  /src/external/gpl3/gcc.old/dist/libbacktrace/
xcoff.c 655 const struct xcoff_func *fn1 = (const struct xcoff_func *) v1; local
658 if (fn1->pc < fn2->pc)
660 else if (fn1->pc > fn2->pc)
  /src/external/gpl3/gdb/dist/libbacktrace/
xcoff.c 655 const struct xcoff_func *fn1 = (const struct xcoff_func *) v1; local
658 if (fn1->pc < fn2->pc)
660 else if (fn1->pc > fn2->pc)
  /src/external/gpl3/gdb.old/dist/libbacktrace/
xcoff.c 655 const struct xcoff_func *fn1 = (const struct xcoff_func *) v1; local
658 if (fn1->pc < fn2->pc)
660 else if (fn1->pc > fn2->pc)
  /src/external/cddl/osnet/dist/lib/libzfs/common/
libzfs_sendrecv.c 481 const fsavl_node_t *fn1 = arg1; local
484 if (fn1->fn_guid > fn2->fn_guid)
486 else if (fn1->fn_guid < fn2->fn_guid)
  /src/external/gpl3/gcc/dist/gcc/cp/
call.cc 3862 equal_functions (tree fn1, tree fn2)
3864 if (TREE_CODE (fn1) != TREE_CODE (fn2))
3866 if (TREE_CODE (fn1) == TEMPLATE_DECL)
3867 return fn1 == fn2;
3868 if (DECL_LOCAL_DECL_P (fn1) || DECL_LOCAL_DECL_P (fn2)
3869 || DECL_EXTERN_C_FUNCTION_P (fn1))
3870 return decls_match (fn1, fn2);
3871 return fn1 == fn2;
12745 object_parms_correspond (z_candidate *c1, tree fn1, z_candidate *c2, tree fn2)
12759 return object_parms_correspond (fn1, fn2, context)
12768 tree fn1 = c1->fn; local
12793 tree fn1 = c1->fn; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/cp/
call.cc 3770 equal_functions (tree fn1, tree fn2)
3772 if (TREE_CODE (fn1) != TREE_CODE (fn2))
3774 if (TREE_CODE (fn1) == TEMPLATE_DECL)
3775 return fn1 == fn2;
3776 if (DECL_LOCAL_DECL_P (fn1) || DECL_LOCAL_DECL_P (fn2)
3777 || DECL_EXTERN_C_FUNCTION_P (fn1))
3778 return decls_match (fn1, fn2);
3779 return fn1 == fn2;
11988 tree fn1 = c1->fn; local
11990 if (fn1 == fn2
    [all...]

Completed in 70 milliseconds