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

  /src/external/gpl3/gcc/dist/gcc/c/
c-tree.h 422 BOOL_BITFIELD short_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc/dist/gcc/config/v850/
v850.cc 1325 int short_p;
1329 short_p = TRUE;
1340 short_p = TRUE;
1345 short_p = FALSE;
1347 if (short_p)
1318 int short_p; local
  /src/external/gpl3/gcc.old/dist/gcc/c/
c-tree.h 383 BOOL_BITFIELD short_p : 1; member in struct:c_declspecs
  /src/external/gpl3/gcc.old/dist/gcc/config/v850/
v850.cc 1325 int short_p;
1329 short_p = TRUE;
1340 short_p = TRUE;
1345 short_p = FALSE;
1347 if (short_p)
1318 int short_p; local
  /src/external/gpl3/gcc/dist/gcc/cp/
decl.cc 12252 bool unsigned_p, signed_p, short_p, long_p, thread_p;
12267 short_p = decl_spec_seq_has_spec_p (declspecs, ds_short);
12631 if (signed_p || unsigned_p || long_p || short_p)
12741 if (unsigned_p || signed_p || long_p || short_p)
12765 else /* if (short_p) */
12780 else if (long_p && short_p)
12790 || ((long_p || short_p)
12821 short_p = false;
12853 else if (short_p)
12870 else if (short_p)
12237 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/config/arc/
arc.cc 8745 compact_sda_memory_operand (rtx op, machine_mode mode, bool short_p)
8771 if (!short_p || size == 1)
8895 int short_p = (!cond_p && short_0 && satisfies_constraint_Rcq (operands[1]));
8926 if (short_p
8942 if ((short_p && (unsigned) neg_intval <= (match ? 31 : 7))
8999 if (short_p && match)
8894 int short_p = (!cond_p && short_0 && satisfies_constraint_Rcq (operands[1])); local
  /src/external/gpl3/gcc.old/dist/gcc/cp/
decl.cc 11770 bool unsigned_p, signed_p, short_p, long_p, thread_p;
11785 short_p = decl_spec_seq_has_spec_p (declspecs, ds_short);
12154 if (signed_p || unsigned_p || long_p || short_p)
12264 if (unsigned_p || signed_p || long_p || short_p)
12288 else /* if (short_p) */
12303 else if (long_p && short_p)
12313 || ((long_p || short_p)
12344 short_p = false;
12376 else if (short_p)
12393 else if (short_p)
11755 bool unsigned_p, signed_p, short_p, long_p, thread_p; local
    [all...]

Completed in 56 milliseconds