HomeSort by: relevance | last modified time | path
    Searched defs:operators (Results 1 - 11 of 11) sorted by relevancy

  /src/external/gpl3/binutils/dist/libiberty/
cplus-dem.c 241 static const char * const operators[][2] = local
251 for (k = 0; operators[k][0] != NULL; k++)
253 size_t slen = strlen (operators[k][0]);
254 if (strncmp (p, operators[k][0], slen) == 0)
257 slen = strlen (operators[k][1]);
259 memcpy (d, operators[k][1], slen);
266 if (operators[k][0] == NULL)
  /src/external/gpl3/binutils.old/dist/libiberty/
cplus-dem.c 241 static const char * const operators[][2] = local
251 for (k = 0; operators[k][0] != NULL; k++)
253 size_t slen = strlen (operators[k][0]);
254 if (strncmp (p, operators[k][0], slen) == 0)
257 slen = strlen (operators[k][1]);
259 memcpy (d, operators[k][1], slen);
266 if (operators[k][0] == NULL)
  /src/external/gpl3/gcc/dist/libiberty/
cplus-dem.c 241 static const char * const operators[][2] = local
251 for (k = 0; operators[k][0] != NULL; k++)
253 size_t slen = strlen (operators[k][0]);
254 if (strncmp (p, operators[k][0], slen) == 0)
257 slen = strlen (operators[k][1]);
259 memcpy (d, operators[k][1], slen);
266 if (operators[k][0] == NULL)
  /src/external/gpl3/gcc.old/dist/libiberty/
cplus-dem.c 241 static const char * const operators[][2] = local
251 for (k = 0; operators[k][0] != NULL; k++)
253 size_t slen = strlen (operators[k][0]);
254 if (strncmp (p, operators[k][0], slen) == 0)
257 slen = strlen (operators[k][1]);
259 memcpy (d, operators[k][1], slen);
266 if (operators[k][0] == NULL)
  /src/external/gpl3/gdb/dist/libiberty/
cplus-dem.c 241 static const char * const operators[][2] = local
251 for (k = 0; operators[k][0] != NULL; k++)
253 size_t slen = strlen (operators[k][0]);
254 if (strncmp (p, operators[k][0], slen) == 0)
257 slen = strlen (operators[k][1]);
259 memcpy (d, operators[k][1], slen);
266 if (operators[k][0] == NULL)
  /src/external/gpl3/gdb.old/dist/libiberty/
cplus-dem.c 241 static const char * const operators[][2] = local
251 for (k = 0; operators[k][0] != NULL; k++)
253 size_t slen = strlen (operators[k][0]);
254 if (strncmp (p, operators[k][0], slen) == 0)
257 slen = strlen (operators[k][1]);
259 memcpy (d, operators[k][1], slen);
266 if (operators[k][0] == NULL)
  /src/sys/sys/
midiio.h 303 sbi_instr_data operators; member in struct:sbi_instrument
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 499 /* Hashtable of known pattern operators. This is pre-seeded from
501 static hash_table<id_base> *operators; variable
664 id_base **slot = operators->find_slot_with_hash (p, p->hashval, INSERT);
683 /* To have INTEGER_CST and friends as "predicate operators". */
694 id_base **slot = operators->find_slot_with_hash (op, op->hashval, INSERT);
708 id_base **slot = operators->find_slot_with_hash (fn, fn->hashval, INSERT);
734 id_base *op = operators->find_with_hash (&tem, tem.hashval);
768 return operators->find_with_hash (&tem, tem.hashval);
771 /* Return the comparison operators that results if the operands are
1035 /* Collected 'for' expression operators that have to be replace
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 377 /* Hashtable of known pattern operators. This is pre-seeded from
379 static hash_table<id_base> *operators; variable
514 id_base **slot = operators->find_slot_with_hash (p, p->hashval, INSERT);
533 /* To have INTEGER_CST and friends as "predicate operators". */
544 id_base **slot = operators->find_slot_with_hash (op, op->hashval, INSERT);
558 id_base **slot = operators->find_slot_with_hash (fn, fn->hashval, INSERT);
584 id_base *op = operators->find_with_hash (&tem, tem.hashval);
618 return operators->find_with_hash (&tem, tem.hashval);
621 /* Return the comparison operators that results if the operands are
885 /* Collected 'for' expression operators that have to be replace
    [all...]
  /src/external/gpl3/gcc/dist/gcc/cp/
name-lookup.cc 1609 /* OMP reduction operators put an ADL-significant type as the
1904 /* Conversion operators can only be found by the marker conversion
1984 /* Extract the conversion operators asked for, unless the general
7935 /* Conversion operators are handled specially because ordinary
7937 operators. */
7947 tree operators;
7956 operators = lookup_fnfields (class_type, name, /*protect=*/0,
7958 if (operators)
7959 return operators;
7943 tree operators; local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
name-lookup.cc 1604 /* OMP reduction operators put an ADL-significant type as the
1834 /* Conversion operators can only be found by the marker conversion
1868 /* Extract the conversion operators asked for, unless the general
7712 /* Conversion operators are handled specially because ordinary
7714 operators. */
7724 tree operators;
7733 operators = lookup_fnfields (class_type, name, /*protect=*/0,
7735 if (operators)
7736 return operators;
7720 tree operators; local

Completed in 44 milliseconds