Searched refs:LAST (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/contrib/binutils/opcodes/
H A Dia64-opc.h36 #define LAST IA64_OPCODE_LAST macro
H A Dia64-opc-b.c194 {"cover", B0, OpX6 (0, 0x02), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL},
195 {"clrrrb", B0, OpX6 (0, 0x04), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL},
196 {"clrrrb.pr", B0, OpX6 (0, 0x05), {0, }, NO_PRED | LAST | MOD_RRBS, 0, NULL},
197 {"rfi", B0, OpX6 (0, 0x08), {0, }, NO_PRED | LAST | PRIV | MOD_RRBS, 0, NULL},
198 {"bsw.0", B0, OpX6 (0, 0x0c), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
199 {"bsw.1", B0, OpX6 (0, 0x0d), {0, }, NO_PRED | LAST | PRIV, 0, NULL},
H A Dia64-opc-m.c126 {"itc.d", M0, OpX3X6b (1, 0, 0x2e), {R2}, LAST | PRIV, 0, NULL},
127 {"itc.i", M0, OpX3X6b (1, 0, 0x2f), {R2}, LAST | PRIV, 0, NULL},
149 {"ptc.g", M0, OpX3X6b (1, 0, 0x0a), {R3, R2}, LAST | PRIV, 0, NULL},
150 {"ptc.ga", M0, OpX3X6b (1, 0, 0x0b), {R3, R2}, LAST | PRIV, 0, NULL},
/freebsd-10.2-release/tools/tools/makeroot/
H A Dmakeroot.sh207 grep -v LAST | grep -v FIRST >> \
209 echo /etc/rc.d/LAST >> ${tmpdir}/rcorder.start
/freebsd-10.2-release/contrib/groff/src/preproc/pic/
H A Dpic.y95 %token LAST
229 %left VARIABLE NUMBER '(' SIN COS ATAN2 LOG EXP SQRT K_MAX K_MIN INT RAND SRAND LAST
1273 LAST
1275 | ordinal LAST
1366 | ORDINAL LAST object_type relative_path
1372 | LAST object_type relative_path
H A Dlex.cpp481 { "last", LAST },
/freebsd-10.2-release/contrib/llvm/tools/clang/include/clang/AST/
H A DComment.h176 #define COMMENT_RANGE(BASE, FIRST, LAST) \
177 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind,
178 #define LAST_COMMENT_RANGE(BASE, FIRST, LAST) \
179 First##BASE##Constant=FIRST##Kind, Last##BASE##Constant=LAST##Kind
H A DStmt.h109 #define STMT_RANGE(BASE, FIRST, LAST) \
110 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class,
111 #define LAST_STMT_RANGE(BASE, FIRST, LAST) \
112 first##BASE##Constant=FIRST##Class, last##BASE##Constant=LAST##Class
/freebsd-10.2-release/contrib/gcclibs/libcpp/
H A Dinternal.h136 #define LAST(c) ((c)->u.iso.last) macro
H A Dmacro.c985 LAST (context).ptoken = first + count;
999 LAST (context).token = first + count;
1106 else if (FIRST (context).token != LAST (context).token)
/freebsd-10.2-release/contrib/gdb/gdb/
H A Dada-exp.y183 %token <lval> LAST REGNAME
292 simple_exp: LAST
H A Dada-exp.c67 LAST = 269, enumerator in enum:yytokentype
115 #define LAST 269 macro
531 "DOT_ALL", "LAST", "REGNAME", "INTERNAL_VARIABLE", "ASSIGN", "ELSE",
/freebsd-10.2-release/contrib/gcc/
H A DMakefile.in4362 LAST=`sed -e 's/_build//' < stage_last`; \
4363 if test "$$LAST" != "stage1"; then \
4364 $(MAKE) $(REMAKEFLAGS) $$LAST; \
4365 $(STAMP) $${LAST}_copy; \
4387 LAST=`cat stage_last`; rm $$LAST; $(MAKE) $(REMAKEFLAGS) $$LAST; \
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/Sema/
H A DSemaExceptionSpec.cpp1098 #define LAST_STMT_RANGE(BASE, FIRST, LAST)

Completed in 137 milliseconds