Searched refs:objc (Results 276 - 300 of 313) sorted by relevance

<<111213

/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dtraits.d1554 case ClassKind.objc:
1555 link = LINK.objc;
H A Ddeclaration.h15 #include "objc.h"
620 ObjcFuncDeclaration objc; member in class:FuncDeclaration
H A Dtypesem.d51 import dmd.objc;
3395 objc.checkOffsetof(e, ad);
4181 objc.checkTupleof(e, mt);
4505 if (mt.sym.classKind == ClassKind.objc
4508 && d.isFuncDeclaration().objc.selector)
H A Dsemantic3.d54 import dmd.objc;
H A Dhdrgen.d2981 case LINK.objc:
3540 if (t.linkage == LINK.objc && isStatic)
H A Dexpression.d55 import dmd.objc;
7000 type = objc.getRuntimeMetaclass(classDeclaration).getType();
/netbsd-current/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-opts.cc246 cpp_opts->objc = c_dialect_objc ();
/netbsd-current/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h351 unsigned char objc; member in struct:cpp_options
/netbsd-current/external/gpl3/gcc/dist/gcc/d/
H A Dtypes.cc911 case LINK::objc:
/netbsd-current/external/gpl3/gcc.old/dist/libcpp/
H A Ddirectives.c377 && !(dir == &dtable[T_IMPORT] && CPP_OPTION (pfile, objc))
381 || (dir == &dtable[T_IMPORT] && !CPP_OPTION (pfile, objc)))
H A Dlex.c3500 || (CPP_OPTION (pfile, objc)
/netbsd-current/external/gpl3/gcc/dist/libcpp/
H A Ddirectives.cc385 && !(dir == &dtable[T_IMPORT] && CPP_OPTION (pfile, objc))
389 || (dir == &dtable[T_IMPORT] && !CPP_OPTION (pfile, objc)))
H A Dlex.cc4345 || (CPP_OPTION (pfile, objc)
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Dfunc.c31 #include "objc.h"
51 Objc *objc();
1234 objc()->setSelector(this, sc);
1235 objc()->validateSelector(this);
1239 objc()->checkLinkage(this);
H A Dtraits.c1157 case ClassKind::objc:
/netbsd-current/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl2.cc45 #include "c-family/c-objc.h"
4494 bool objc = c_dialect_objc () && objc_static_init_needed_p ();
4498 if (module_initializer_kind () || objc)
4504 if (objc)
4489 bool objc = c_dialect_objc () && objc_static_init_needed_p (); local
/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A DMakefile.in3260 standards.texi invoke.texi extend.texi md.texi objc.texi \
3525 -rmdir ada cp f java objc intl po testsuite plugin 2>/dev/null
3589 $(C_COMMON_H) c-family/c-objc.h $(C_PRETTY_PRINT_H) \
4140 # testsuites like objc or go.
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A DMakefile.in3348 standards.texi invoke.texi extend.texi md.texi objc.texi \
3614 -rmdir ada cp f java objc intl po testsuite plugin 2>/dev/null
3678 $(C_COMMON_H) c-family/c-objc.h $(C_PRETTY_PRINT_H) \
4241 # testsuites like objc or go.
/netbsd-current/external/gpl3/gdb.old/dist/gdb/
H A DMakefile.in1092 objc-lang.c \
1350 objc-lang.h \
/netbsd-current/external/gpl3/gdb/dist/gdb/
H A DMakefile.in1139 objc-lang.c \
1405 objc-lang.h \
/netbsd-current/external/gpl3/binutils/dist/
H A Dconfigure1582 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
3460 # For testing, you can override this with --enable-languages=objc.
3462 *,objc,*)
3467 unsupported_languages="$unsupported_languages objc"
9233 # Check whether --enable-objc-gc was given.
9257 case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
/netbsd-current/external/gpl3/gcc.old/dist/
H A Dconfigure1548 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
3433 # For testing, you can override this with --enable-languages=objc.
3435 *,objc,*)
3440 unsupported_languages="$unsupported_languages objc"
6652 # Check whether --enable-objc-gc was given.
6676 case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
/netbsd-current/external/gpl3/gdb/dist/
H A Dconfigure1576 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
3497 # For testing, you can override this with --enable-languages=objc.
3499 *,objc,*)
3504 unsupported_languages="$unsupported_languages objc"
9120 # Check whether --enable-objc-gc was given.
9144 case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
/netbsd-current/external/gpl3/gcc/dist/
H A Dconfigure1564 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
3431 # For testing, you can override this with --enable-languages=objc.
3433 *,objc,*)
3438 unsupported_languages="$unsupported_languages objc"
9055 # Check whether --enable-objc-gc was given.
9079 case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)
/netbsd-current/external/gpl3/gdb.old/dist/
H A Dconfigure1536 --enable-objc-gc enable use of Boehm's garbage collector with the GNU
6527 # Check whether --enable-objc-gc was given.
6551 case ,${enable_languages},:${enable_objc_gc} in *,objc,*:yes|*,objc,*:auto)

Completed in 390 milliseconds

<<111213