Home
last modified time | relevance | path

Searched refs:PMF (Results 1 – 11 of 11) sorted by relevance

/openbsd-src/gnu/usr.bin/binutils/gdb/testsuite/gdb.cp/
H A Dmember-ptr.cc80 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 Dp10769b.C4 #define PMF2PF(PMF) ((void (*)())(PMF)) argument
H A Dp10769a.C4 #define PMF2PF(PMF) ((void (*)())(PMF)) argument
/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp1541 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 DCodeGenModule.cpp2667 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 DChangeLog-199838 (dump_expr, case CONSTRUCTOR): Force a & for a PMF.
5137 * decl2.c (build_expr_from_tree): Just return a PMF.
H A DChangeLog-19993817 * ptree.c (print_lang_type): Print the real type of a PMF.
/openbsd-src/gnu/usr.bin/gcc/gcc/doc/
H A Dextend.texi7482 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 Dextend.texi10834 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 Dgcc.info25103 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 DChangeLog.23817 * 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.