Searched refs:PMF (Results 1 – 11 of 11) sorted by relevance
| /openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/ |
| H A D | member-ptr.cc | 80 typedef int (A::*PMF)(int); typedef 88 PMF pmf; in main() 90 PMF * pmf_p; in main()
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/testsuite/g++.old-deja/g++.mike/ |
| H A D | p10769b.C | 4 #define PMF2PF(PMF) ((void (*)())(PMF)) argument
|
| H A D | p10769a.C | 4 #define PMF2PF(PMF) ((void (*)())(PMF)) argument
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonLoopIdiomRecognition.cpp | 1541 Function *PMF = Intrinsic::getDeclaration(M, Intrinsic::hexagon_M4_pmpyw); in generate() local 1564 P = B.CreateCall(PMF, {P, QVI}); in generate() 1570 Value *R = B.CreateCall(PMF, {P, Q}); in generate()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenModule.cpp | 2667 if (auto PMF = Primary->getPrivateModuleFragment()) { in EmitModuleInitializers() local 2668 for (Decl *D : getContext().getModuleInitializers(PMF)) { in EmitModuleInitializers()
|
| /openbsd-src/gnu/gcc/gcc/cp/ |
| H A D | ChangeLog-1998 | 38 (dump_expr, case CONSTRUCTOR): Force a & for a PMF. 5137 * decl2.c (build_expr_from_tree): Just return a PMF.
|
| H A D | ChangeLog-1999 | 3817 * ptree.c (print_lang_type): Print the real type of a PMF.
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/doc/ |
| H A D | extend.texi | 7482 pointer of sorts to handle all the possible call mechanisms; the PMF 7488 would be called for a given object/PMF pair and call it directly inside 7506 For PMF constants (i.e.@: expressions of the form @samp{&Klasse::Member}),
|
| /openbsd-src/gnu/gcc/gcc/doc/ |
| H A D | extend.texi | 10834 pointer of sorts to handle all the possible call mechanisms; the PMF 10840 would be called for a given object/PMF pair and call it directly inside 10858 For PMF constants (i.e.@: expressions of the form @samp{&Klasse::Member}),
|
| H A D | gcc.info | 25103 pointer of sorts to handle all the possible call mechanisms; the PMF 25109 would be called for a given object/PMF pair and call it directly inside 25125 For PMF constants (i.e. expressions of the form `&Klasse::Member'), no
|
| /openbsd-src/gnu/usr.bin/gcc/gcc/cp/ |
| H A D | ChangeLog.2 | 3817 * ptree.c (print_lang_type): Print the real type of a PMF. 6826 (dump_expr, case CONSTRUCTOR): Force a & for a PMF. 11925 * decl2.c (build_expr_from_tree): Just return a PMF.
|