Searched refs:ARC (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/binutils/bfd/
H A Dcpu-arc.c1 /* BFD support for the ARC processor
26 #define ARC(mach, print_name, default_p, next) \ macro
44 ARC ( bfd_mach_arc_5, "arc5", FALSE, &arch_info_struct[1] ),
45 ARC ( bfd_mach_arc_5, "base", FALSE, &arch_info_struct[2] ),
46 ARC ( bfd_mach_arc_6, "arc6", FALSE, &arch_info_struct[3] ),
47 ARC ( bfd_mach_arc_7, "arc7", FALSE, &arch_info_struct[4] ),
48 ARC ( bfd_mach_arc_8, "arc8", FALSE, NULL ),
52 ARC ( bfd_mach_arc_6, "arc", TRUE, &arch_info_struct[0] );
/freebsd-10.2-release/contrib/groff/src/preproc/grn/
H A Dgprint.h38 #define ARC 4 macro
H A Dhdb.cpp219 return (ARC);
H A Dhgraph.cpp118 case ARC:
/freebsd-10.2-release/contrib/groff/src/preproc/pic/
H A Dpic.y103 %token ARC
232 %left BOX CIRCLE ELLIPSE ARC LINE ARROW SPLINE '['
645 | ARC
1319 | ARC
H A Dlex.cpp437 { "arc", ARC },
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Driver/
H A DTools.cpp3396 bool ARC = isObjCAutoRefCount(Args); local
3397 if (ARC) {
3431 if (ARC) {
4908 /// Hack(tm) to ignore linking errors when we are doing ARC migration.
5046 // If we don't have ARC or subscripting runtime support, link in the
5051 // We use arclite library for both ARC and subscripting support.

Completed in 80 milliseconds