| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | sendmsg.c | 60 IMP (*__objc_msg_forward) (SEL) = NULL; 61 IMP (*__objc_msg_forward2) (id, SEL) = NULL; 72 static IMP __objc_get_prepared_imp (Class cls,SEL sel); 95 extern IMP __objc_get_forward_imp (id, SEL); 98 IMP 107 IMP result; in __objc_get_forward_imp() 113 IMP result; in __objc_get_forward_imp() 128 return (IMP)__objc_block_forward; in __objc_get_forward_imp() 130 return (IMP)__objc_double_forward; in __objc_get_forward_imp() 132 return (IMP)__objc_word_forward; in __objc_get_forward_imp() [all …]
|
| H A D | methods.c | 50 IMP 128 IMP 129 method_setImplementation (struct objc_method * method, IMP implementation) in method_setImplementation() 131 IMP old_implementation; in method_setImplementation() 155 IMP old_implementation_a; in method_exchangeImplementations() 156 IMP old_implementation_b; in method_exchangeImplementations()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | sendmsg.c | 60 IMP (*__objc_msg_forward) (SEL) = NULL; 61 IMP (*__objc_msg_forward2) (id, SEL) = NULL; 72 static IMP __objc_get_prepared_imp (Class cls,SEL sel); 95 extern IMP __objc_get_forward_imp (id, SEL); 98 IMP 107 IMP result; in __objc_get_forward_imp() 113 IMP result; in __objc_get_forward_imp() 128 return (IMP)__objc_block_forward; in __objc_get_forward_imp() 130 return (IMP)__objc_double_forward; in __objc_get_forward_imp() 132 return (IMP)__objc_word_forward; in __objc_get_forward_imp() [all …]
|
| H A D | methods.c | 50 IMP 128 IMP 129 method_setImplementation (struct objc_method * method, IMP implementation) in method_setImplementation() 131 IMP old_implementation; in method_setImplementation() 155 IMP old_implementation_a; in method_exchangeImplementations() 156 IMP old_implementation_b; in method_exchangeImplementations()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc/ |
| H A D | message.h | 88 objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op); 105 objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel); 112 objc_EXPORT IMP (*__objc_msg_forward)(SEL); 113 objc_EXPORT IMP (*__objc_msg_forward2)(id, SEL);
|
| H A D | runtime.h | 546 objc_EXPORT IMP 547 method_setImplementation (Method method, IMP implementation); 652 objc_EXPORT IMP class_getMethodImplementation (Class class_, SEL selector); 679 objc_EXPORT BOOL class_addMethod (Class class_, SEL selector, IMP implementation, 690 objc_EXPORT IMP class_replaceMethod (Class class_, SEL selector, IMP implementation, 706 objc_EXPORT IMP method_getImplementation (Method method);
|
| H A D | objc.h | 106 typedef id (*IMP)(id, SEL, ...); typedef
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/ |
| H A D | message.h | 88 objc_EXPORT IMP objc_msg_lookup (id receiver, SEL op); 105 objc_EXPORT IMP objc_msg_lookup_super (struct objc_super *super, SEL sel); 112 objc_EXPORT IMP (*__objc_msg_forward)(SEL); 113 objc_EXPORT IMP (*__objc_msg_forward2)(id, SEL);
|
| H A D | runtime.h | 546 objc_EXPORT IMP 547 method_setImplementation (Method method, IMP implementation); 652 objc_EXPORT IMP class_getMethodImplementation (Class class_, SEL selector); 679 objc_EXPORT BOOL class_addMethod (Class class_, SEL selector, IMP implementation, 690 objc_EXPORT IMP class_replaceMethod (Class class_, SEL selector, IMP implementation, 706 objc_EXPORT IMP method_getImplementation (Method method);
|
| H A D | objc.h | 106 typedef id (*IMP)(id, SEL, ...); typedef
|
| /netbsd-src/external/gpl3/gdb/dist/gnulib/import/ |
| H A D | mbtowc-lock.c | 143 # define IMP(x) __imp_##x macro 145 # define IMP(x) _imp__##x macro 147 void * IMP(gl_get_mbtowc_lock) = &gl_get_mbtowc_lock;
|
| H A D | setlocale-lock.c | 143 # define IMP(x) __imp_##x macro 145 # define IMP(x) _imp__##x macro 147 void * IMP(gl_get_setlocale_null_lock) = &gl_get_setlocale_null_lock;
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-tools/woe32dll/ |
| H A D | export.h | 94 #define IMP(x) _imp__##x macro 107 void * IMP(x) = &x;
|
| /netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/ |
| H A D | intl-exports.c | 21 #define IMP(x) _imp__##x macro 34 void * IMP(x) = &x;
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/ |
| H A D | aarch64-opts.h | 28 #define AARCH64_CORE(NAME, INTERNAL_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
|
| H A D | driver-aarch64.cc | 65 #define AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument 66 { CORE_NAME, #ARCH, IMP, PART, VARIANT, FLAGS },
|
| H A D | aarch64-cores.def | 24 … AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHEDULER_IDENT, ARCH_IDENT, FLAGS, COSTS, IMP, PART, VARIANT) 35 IMP is the implementer ID of the CPU vendor. On a GNU/Linux system it
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/ |
| H A D | aarch64-opts.h | 28 #define AARCH64_CORE(NAME, INTERNAL_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
|
| H A D | driver-aarch64.c | 65 #define AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument 66 { CORE_NAME, #ARCH, IMP, PART, VARIANT, FLAGS },
|
| H A D | aarch64-cores.def | 24 … AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHEDULER_IDENT, ARCH_IDENT, FLAGS, COSTS, IMP, PART, VARIANT) 35 IMP is the implementer ID of the CPU vendor. On a GNU/Linux system it
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| H A D | module-abi-8.h | 135 IMP method_imp; /* Address of the method in the
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| H A D | module-abi-8.h | 135 IMP method_imp; /* Address of the method in the
|
| /netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/stuff/ |
| H A D | stdio.diff | 18 #define IMP(x) 136 IMP("KFIND");
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
| H A D | CGObjC.cpp | 1043 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, in GenerateObjCGetter() argument 1049 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCGetter() 1051 generateObjCGetterBody(IMP, PID, OMD, AtomicHelperFn); in GenerateObjCGetter() 1575 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, in GenerateObjCSetter() argument 1581 StartObjCMethod(OMD, IMP->getClassInterface()); in GenerateObjCSetter() 1583 generateObjCSetterBody(IMP, PID, AtomicHelperFn); in GenerateObjCSetter() 1655 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod() argument 1658 MD->createImplicitParams(CGM.getContext(), IMP->getClassInterface()); in GenerateObjCCtorDtorMethod() 1659 StartObjCMethod(MD, IMP->getClassInterface()); in GenerateObjCCtorDtorMethod() 1666 for (const auto *IvarInit : IMP->inits()) { in GenerateObjCCtorDtorMethod() [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/common/config/aarch64/ |
| H A D | aarch64-common.cc | 177 #define AARCH64_CORE(NAME, X, IDENT, ARCH_IDENT, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
|