| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.law/ |
| D | bad-error7.C | 14 void fn2() { std::cout << "hi" << std::endl; } in fn2() function 21 void (ParX::*p)() = (void (ParX::*)()) &X::fn2; // line 19 in main()
|
| D | arg2.C | 18 void fn2() in fn2() function
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.ext/ |
| D | addrfunc4.C | 19 pmf2 fn2; in main() local 23 fn2 = (pmf2)a.f; in main()
|
| /openbsd/src/gnu/gcc/libgomp/testsuite/libgomp.c/appendix-a/ |
| D | a.18.1.c | 20 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/ |
| D | vaarg2.C | 26 void fn2(va_list args) in fn2() function 50 fn2 (args); in dispatch()
|
| /openbsd/src/gnu/usr.bin/binutils/gdb/ |
| D | minsyms.c | 649 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/ |
| D | filesubr.c | 768 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/ |
| D | explicit17.C | 20 void (*fn2)(double) = foo<double>; in bar() local
|
| /openbsd/src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| D | 3322.key | 16 +r5h1ZbKSR+tT5BMhfjntHgayDTuy9sC97Omh8Mwug+cMY4w4Z/tSs5cCa+31fn2
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.eh/ |
| D | spec6.C | 12 void fn2() throw(X *); // ERROR - invalid use of undefined type
|
| /openbsd/src/gnu/usr.bin/perl/t/io/ |
| D | open.t | 443 my $fno = bless \(my $fn2 = "$temp\0.overload"), "OverloadTest";
|
| /openbsd/src/gnu/usr.bin/gcc/gcc/cp/ |
| D | decl2.c | 3777 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);
|
| D | call.c | 2496 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/ |
| D | name-lookup.c | 3448 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()
|
| D | call.c | 2399 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/ |
| D | perlcall.pod | 1694 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/ |
| D | UsersManual.rst | 2357 offset1[.discriminator]: number_of_samples [fn1:num fn2:num ... ]
|