Home
last modified time | relevance | path

Searched defs:IMP (Results 1 – 21 of 21) sorted by relevance

/netbsd-src/external/gpl3/gdb/dist/gnulib/import/
H A Dmbtowc-lock.c143 # define IMP(x) __imp_##x macro
145 # define IMP(x) _imp__##x macro
H A Dsetlocale-lock.c143 # define IMP(x) __imp_##x macro
145 # define IMP(x) _imp__##x macro
/netbsd-src/external/gpl2/gettext/dist/gettext-tools/woe32dll/
H A Dexport.h94 #define IMP(x) _imp__##x macro
/netbsd-src/external/gpl2/gettext/dist/gettext-runtime/intl/
H A Dintl-exports.c21 #define IMP(x) _imp__##x macro
/netbsd-src/external/gpl3/gcc.old/dist/libobjc/objc/
H A Dobjc.h106 typedef id (*IMP)(id, SEL, ...); typedef
/netbsd-src/external/gpl3/gcc/dist/libobjc/objc/
H A Dobjc.h106 typedef id (*IMP)(id, SEL, ...); typedef
/netbsd-src/external/gpl3/gcc/dist/gcc/config/aarch64/
H A Daarch64-opts.h28 #define AARCH64_CORE(NAME, INTERNAL_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
H A Ddriver-aarch64.cc65 #define AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
H A Daarch64.h808 #define AARCH64_CORE(NAME, INTERNAL_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
H A Daarch64.cc2734 #define AARCH64_CORE(NAME, IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/aarch64/
H A Daarch64-opts.h28 #define AARCH64_CORE(NAME, INTERNAL_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
H A Ddriver-aarch64.c65 #define AARCH64_CORE(CORE_NAME, CORE_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
H A Daarch64.h763 #define AARCH64_CORE(NAME, INTERNAL_IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
H A Daarch64.c1601 #define AARCH64_CORE(NAME, IDENT, SCHED, ARCH, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
/netbsd-src/external/gpl3/gcc/dist/gcc/common/config/aarch64/
H A Daarch64-common.cc177 #define AARCH64_CORE(NAME, X, IDENT, ARCH_IDENT, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
/netbsd-src/external/gpl3/gcc.old/dist/gcc/common/config/aarch64/
H A Daarch64-common.c177 #define AARCH64_CORE(NAME, X, IDENT, ARCH_IDENT, FLAGS, COSTS, IMP, PART, VARIANT) \ argument
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cpp/
H A Dcpp.c78 #define IMP(x) if (dflag > 1) imp(x) macro
82 #define IMP(x) macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGObjC.cpp1043 void CodeGenFunction::GenerateObjCGetter(ObjCImplementationDecl *IMP, in GenerateObjCGetter()
1575 void CodeGenFunction::GenerateObjCSetter(ObjCImplementationDecl *IMP, in GenerateObjCSetter()
1655 void CodeGenFunction::GenerateObjCCtorDtorMethod(ObjCImplementationDecl *IMP, in GenerateObjCCtorDtorMethod()
H A DCGObjCMac.cpp5257 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in EmitModuleSymbols() local
6269 if (ObjCImplementationDecl *IMP = ID->getImplementation()) in FinishNonFragileABIModule() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaObjCProperty.cpp2113 if (ObjCImplDecl *IMP = PrimaryClass->getImplementation()) { in DiagnoseUnimplementedProperties() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp909 static bool mustSynthesizeSetterGetterMethod(ObjCImplementationDecl *IMP, in mustSynthesizeSetterGetterMethod()