Searched refs:INVOKE (Results 1 – 7 of 7) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/java/ |
H A D | javaop.def | 59 INVOKE: invoke operations 292 JAVAOP (invokevirtual, 182, INVOKE, VIRTUAL,0) 293 JAVAOP (invokespecial, 183, INVOKE, SPECIAL, 0) 294 JAVAOP (invokestatic, 184, INVOKE, STATIC, 0) 295 JAVAOP (invokeinterface,185, INVOKE, INTERFACE, 1)
|
H A D | jcf-dump.c | 1202 #define INVOKE(OPERAND_TYPE, OPERAND_VALUE) \ macro
|
H A D | expr.c | 3125 #define INVOKE(MAYBE_STATIC, IS_INTERFACE) \ macro
|
H A D | ChangeLog | 10297 * jcf-dump.c (INVOKE): If invokeinterface, print number of args.
|
/openbsd/gnu/llvm/libcxx/docs/Status/ |
H A D | Cxx17Papers.csv | 42 "`P0077R2 <https://wg21.link/P0077R2>`__","LWG","``is_callable``\ , the missing INVOKE related trai…
|
H A D | Cxx20Papers.csv | 112 "`P1065R2 <https://wg21.link/P1065R2>`__","LWG","Constexpr INVOKE","Cologne","|Complete|","12.0"
|
H A D | Cxx17Issues.csv | 74 "`2219 <https://wg21.link/LWG2219>`__","``*INVOKE*``\ -ing a pointer to member with a ``reference_w…
|