Home
last modified time | relevance | path

Searched refs:fn2 (Results 1 – 17 of 17) sorted by relevance

/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/
Dbad-error7.C14 void fn2() { std::cout << "hi" << std::endl; } in fn2() function
21 void (ParX::*p)() = (void (ParX::*)()) &X::fn2; // line 19 in main()
Darg2.C18 void fn2() in fn2() function
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/
Daddrfunc4.C19 pmf2 fn2; in main() local
23 fn2 = (pmf2)a.f; in main()
/openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/
Da.18.1.c20 fn2 (int a, int b) in fn2() function
56 result[iam] = fn2 (work[neighbor], work[iam]); in main()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.other/
Dvaarg2.C26 void fn2(va_list args) in fn2() function
50 fn2 (args); in dispatch()
/openbsd/src/gnu/usr.bin/binutils/gdb/
Dminsyms.c649 const struct minimal_symbol *fn2; in compare_minimal_symbols() local
652 fn2 = (const struct minimal_symbol *) fn2p; in compare_minimal_symbols()
654 if (SYMBOL_VALUE_ADDRESS (fn1) < SYMBOL_VALUE_ADDRESS (fn2)) in compare_minimal_symbols()
658 else if (SYMBOL_VALUE_ADDRESS (fn1) > SYMBOL_VALUE_ADDRESS (fn2)) in compare_minimal_symbols()
666 char *name2 = SYMBOL_LINKAGE_NAME (fn2); in compare_minimal_symbols()
/openbsd/src/gnu/usr.bin/cvs/emx/
Dfilesubr.c768 char fn1[MAXNAMLEN], fn2[MAXNAMLEN]; in fncmp() local
771 strcpy (fn2, n2); _fnslashify(fn2); in fncmp()
773 return _fncmp ((unsigned char *) fn1, (unsigned char *) fn2); in fncmp()
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.pt/
Dexplicit17.C20 void (*fn2)(double) = foo<double>; in bar() local
/openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/
D3322.key16 +r5h1ZbKSR+tT5BMhfjntHgayDTuy9sC97Omh8Mwug+cMY4w4Z/tSs5cCa+31fn2
/openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/
Dspec6.C12 void fn2() throw(X *); // ERROR - invalid use of undefined type
/openbsd/src/gnu/usr.bin/perl/t/io/
Dopen.t443 my $fno = bless \(my $fn2 = "$temp\0.overload"), "OverloadTest";
/openbsd/src/gnu/usr.bin/gcc/gcc/cp/
Ddecl2.c3777 tree fn2 = OVL_CURRENT (s2); local
3788 if (fn1 == fn2
3789 || (DECL_EXTERN_C_P (fn1) && DECL_EXTERN_C_P (fn2)
3790 && DECL_NAME (fn1) == DECL_NAME (fn2)))
3796 s1 = build_overload (fn2, s1);
Dcall.c2496 equal_functions (fn1, fn2) in equal_functions() argument
2498 tree fn2;
2500 if (DECL_LOCAL_FUNCTION_P (fn1) || DECL_LOCAL_FUNCTION_P (fn2)
2502 return decls_match (fn1, fn2);
2503 return fn1 == fn2;
/openbsd/src/gnu/gcc/gcc/cp/
Dname-lookup.c3448 tree fn2 = OVL_CURRENT (s2); in merge_functions() local
3459 if (fn1 == fn2 in merge_functions()
3460 || (DECL_EXTERN_C_P (fn1) && DECL_EXTERN_C_P (fn2) in merge_functions()
3461 && DECL_NAME (fn1) == DECL_NAME (fn2))) in merge_functions()
3467 s1 = build_overload (fn2, s1); in merge_functions()
Dcall.c2399 equal_functions (tree fn1, tree fn2) in equal_functions() argument
2401 if (DECL_LOCAL_FUNCTION_P (fn1) || DECL_LOCAL_FUNCTION_P (fn2) in equal_functions()
2403 return decls_match (fn1, fn2); in equal_functions()
2404 return fn1 == fn2; in equal_functions()
/openbsd/src/gnu/usr.bin/perl/pod/
Dperlcall.pod1694 static void fn2();
1700 { fn2, NULL, NULL_HANDLE },
1727 fn2(buffer)
1795 In this case the functions C<fn1>, C<fn2>, and C<fn3> are used to
/openbsd/src/gnu/llvm/clang/docs/
DUsersManual.rst2357 offset1[.discriminator]: number_of_samples [fn1:num fn2:num ... ]