HomeSort by: relevance | last modified time | path
    Searched refs:LTYPE (Results 1 - 25 of 36) sorted by relevancy

1 2

  /src/external/gpl3/binutils/dist/include/
doubly-linked-list.h 28 API, so should not be used, except for _##LTYPE##_merge_sort with a caveat
32 (1) its invocation LINKED_LIST_###(LTYPE).
41 - LTYPE corresponds to the node of a doubly linked list. It needs to define
70 #define LINKED_LIST_APPEND(LTYPE) LTYPE##_append
72 #define LINKED_LIST_DECL_APPEND(LWRAPPERTYPE, LTYPE, EXPORT) \
74 LTYPE##_append (LWRAPPERTYPE *wrapper, LTYPE *new_)
76 #define LINKED_LIST_DEFN_APPEND(LWRAPPERTYPE, LTYPE, EXPORT) \
78 LTYPE##_append (LWRAPPERTYPE *wrapper, LTYPE *new_)
    [all...]
  /src/external/gpl3/binutils.old/dist/include/
doubly-linked-list.h 28 API, so should not be used, except for _##LTYPE##_merge_sort with a caveat
32 (1) its invocation LINKED_LIST_###(LTYPE).
41 - LTYPE corresponds to the node of a doubly linked list. It needs to define
70 #define LINKED_LIST_APPEND(LTYPE) LTYPE##_append
72 #define LINKED_LIST_DECL_APPEND(LWRAPPERTYPE, LTYPE, EXPORT) \
74 LTYPE##_append (LWRAPPERTYPE *wrapper, LTYPE *new_)
76 #define LINKED_LIST_DEFN_APPEND(LWRAPPERTYPE, LTYPE, EXPORT) \
78 LTYPE##_append (LWRAPPERTYPE *wrapper, LTYPE *new_)
    [all...]
  /src/external/gpl3/gdb/dist/include/
doubly-linked-list.h 28 API, so should not be used, except for _##LTYPE##_merge_sort with a caveat
32 (1) its invocation LINKED_LIST_###(LTYPE).
41 - LTYPE corresponds to the node of a doubly linked list. It needs to define
70 #define LINKED_LIST_APPEND(LTYPE) LTYPE##_append
72 #define LINKED_LIST_DECL_APPEND(LWRAPPERTYPE, LTYPE, EXPORT) \
74 LTYPE##_append (LWRAPPERTYPE *wrapper, LTYPE *new_)
76 #define LINKED_LIST_DEFN_APPEND(LWRAPPERTYPE, LTYPE, EXPORT) \
78 LTYPE##_append (LWRAPPERTYPE *wrapper, LTYPE *new_)
    [all...]
  /src/external/gpl3/binutils/dist/bfd/
cpu-riscv.h 49 #define RISCV_GET_SPEC_CLASS(UTYPE, LTYPE, NAME, CLASS) \
59 if (riscv_##LTYPE##_specs[j_spec].name \
60 && strcmp (riscv_##LTYPE##_specs[j_spec].name, NAME) == 0)\
62 CLASS = riscv_##LTYPE##_specs[j_spec].spec_class; \
69 #define RISCV_GET_SPEC_NAME(UTYPE, LTYPE, NAME, CLASS) \
70 (NAME) = riscv_##LTYPE##_specs[(CLASS) - UTYPE##_SPEC_CLASS_NONE - 1].name
  /src/external/gpl3/binutils.old/dist/bfd/
cpu-riscv.h 49 #define RISCV_GET_SPEC_CLASS(UTYPE, LTYPE, NAME, CLASS) \
59 if (riscv_##LTYPE##_specs[j_spec].name \
60 && strcmp (riscv_##LTYPE##_specs[j_spec].name, NAME) == 0)\
62 CLASS = riscv_##LTYPE##_specs[j_spec].spec_class; \
69 #define RISCV_GET_SPEC_NAME(UTYPE, LTYPE, NAME, CLASS) \
70 (NAME) = riscv_##LTYPE##_specs[(CLASS) - UTYPE##_SPEC_CLASS_NONE - 1].name
  /src/external/gpl3/gdb.old/dist/bfd/
cpu-riscv.h 48 #define RISCV_GET_SPEC_CLASS(UTYPE, LTYPE, NAME, CLASS) \
58 if (riscv_##LTYPE##_specs[j_spec].name \
59 && strcmp (riscv_##LTYPE##_specs[j_spec].name, NAME) == 0)\
61 CLASS = riscv_##LTYPE##_specs[j_spec].spec_class; \
68 #define RISCV_GET_SPEC_NAME(UTYPE, LTYPE, NAME, CLASS) \
69 (NAME) = riscv_##LTYPE##_specs[(CLASS) - UTYPE##_SPEC_CLASS_NONE - 1].name
  /src/external/gpl3/gdb/dist/bfd/
cpu-riscv.h 49 #define RISCV_GET_SPEC_CLASS(UTYPE, LTYPE, NAME, CLASS) \
59 if (riscv_##LTYPE##_specs[j_spec].name \
60 && strcmp (riscv_##LTYPE##_specs[j_spec].name, NAME) == 0)\
62 CLASS = riscv_##LTYPE##_specs[j_spec].spec_class; \
69 #define RISCV_GET_SPEC_NAME(UTYPE, LTYPE, NAME, CLASS) \
70 (NAME) = riscv_##LTYPE##_specs[(CLASS) - UTYPE##_SPEC_CLASS_NONE - 1].name
  /src/external/bsd/pcc/dist/pcc/mip/
common.c 500 if (opty != LTYPE)
515 { NAME, "NAME", LTYPE, },
516 { REG, "REG", LTYPE, },
517 { OREG, "OREG", LTYPE, },
518 { TEMP, "TEMP", LTYPE, },
519 { ICON, "ICON", LTYPE, },
520 { FCON, "FCON", LTYPE, },
521 { CCODES, "CCODES", LTYPE, },
reader.c 296 if (optype(p->n_op) == LTYPE) {
434 } else if (ty == LTYPE) {
456 if (ty != LTYPE)
1004 if (optype(o) != LTYPE)
1142 if (optype(p->n_op) != LTYPE)
1169 if (o != LTYPE) {
1188 if (optype(r->n_op) != LTYPE) {
1797 if (optype(q->n_op) == LTYPE) {
1854 * We decide that everything shall be LTYPE here.
regs.c 235 if (o == LTYPE ) {
283 if (o != LTYPE)
311 } else if (o != LTYPE) {
346 w->r_nclass[0] = o == LTYPE; /* XXX store leaf info here */
887 case LTYPE:
919 if (optype(p->n_op) != LTYPE)
1067 lr = optype(o) != LTYPE ? p->n_left->n_regw : NULL;
1068 lp = optype(o) != LTYPE ? p->n_left : NULL;
1097 if (optype(o) != LTYPE && (q->needs & ncl[CLASS(r)]) == 0)
1110 if (optype(o) != LTYPE && (q->needs & NASL) == 0
    [all...]
manifest.h 50 #define LTYPE 02 /* leaf */
match.c 385 return( optype( p->n_op ) == LTYPE ? p : p->n_left );
441 if (optype(p->n_op) != LTYPE)
553 if (ttype(l->n_type, q->ltype) == 0 ||
667 if (ttype(l->n_type, q->ltype) == 0 ||
757 if (ttype(l->n_type, q->ltype) == 0 ||
942 ttype(p->n_type, q->ltype) == 0)
1002 if (ttype(l->n_type, q->ltype) == 0)
1113 if (ttype(l->n_type, q->ltype) == 0 ||
  /src/external/bsd/pcc/dist/pcc/arch/pdp11/
local2.c 361 if (optype(p->n_op) != LTYPE)
552 if (optype(p->n_op) != LTYPE)
561 if (optype(p->n_op) != LTYPE)
  /src/external/bsd/pcc/dist/pcc/cc/ccom/
trees.c 1982 if (ty == LTYPE) {
2026 if (o != LTYPE)
2045 case LTYPE:
2354 if (ty == LTYPE)
2372 if (coptype(p->n_op) == LTYPE)
2551 coptype(q->n_op) != LTYPE) {
2658 if (coptype(p->n_op) != LTYPE)
2709 if (ty == LTYPE)
2731 if (ty != LTYPE)
2841 if (ty == LTYPE) {
    [all...]
cgram.y 1414 if (o != LTYPE)
1716 case LTYPE:
1811 for (q = p; coptype(q->n_op) != LTYPE &&
2460 case LTYPE:
inline.c 159 if (o != LTYPE)
  /src/external/bsd/pcc/dist/pcc/cc/cxxcom/
trees.c 1912 if (ty == LTYPE) {
1954 if (o != LTYPE)
1973 case LTYPE:
2282 if (ty == LTYPE)
2298 if (coptype(p->n_op) == LTYPE)
2361 if (coptype(p->n_op) == LTYPE)
2539 coptype(q->n_op) != LTYPE) {
2640 if (coptype(p->n_op) != LTYPE)
2687 if (ty == LTYPE) {
2740 if (ty != LTYPE)
    [all...]
optim.c 95 if( ty == LTYPE ) return(p);
  /src/external/bsd/pcc/dist/pcc/arch/vax/
order.c 126 if( ty == LTYPE ){
289 if( ty != LTYPE ) rallo( p->left, down1 );
  /src/external/bsd/pcc/dist/pcc/arch/m16c/
local2.c 537 if (optype(p->n_op) == LTYPE)
order.c 247 if(q->ltype & (TINT|TSHORT)){
253 else if(q->ltype & TCHAR) {
262 if(q->ltype & (TINT|TSHORT)){
295 if (ty == LTYPE)
  /src/external/bsd/pcc/dist/pcc/arch/nova/
local2.c 352 if (optype(p->n_op) != LTYPE)
  /src/external/bsd/pcc/dist/pcc/arch/amd64/
local2.c 599 if (optype(p->n_op) != LTYPE)
1155 if (optype(p->n_op) != LTYPE)
  /src/external/bsd/pcc/dist/pcc/arch/hppa/
local2.c 455 if (optype(p->n_op) != LTYPE)
  /src/external/bsd/pcc/dist/pcc/arch/m68k/
local2.c 324 if (optype(p->n_op) != LTYPE)

Completed in 127 milliseconds

1 2