Searched refs:short_p (Results 1 – 6 of 6) sorted by relevance
3036 && !specs->short_p in quals_from_declspecs()7183 ret->short_p = false; in build_null_declspecs()7278 if (specs->short_p) in declspecs_add_type()7306 dupe = specs->short_p; in declspecs_add_type()7335 specs->short_p = true; in declspecs_add_type()7440 else if (specs->short_p) in declspecs_add_type()7459 else if (specs->short_p) in declspecs_add_type()7478 else if (specs->short_p) in declspecs_add_type()7491 else if (specs->short_p) in declspecs_add_type()7536 else if (specs->short_p) in declspecs_add_type()[all …]
268 BOOL_BITFIELD short_p : 1; member
1352 int short_p; in v850_reorg() local1356 short_p = TRUE; in v850_reorg()1367 short_p = TRUE; in v850_reorg()1372 short_p = FALSE; in v850_reorg()1374 if (short_p) in v850_reorg()
1402 int short_p; local1406 short_p = TRUE;1417 short_p = TRUE;1422 short_p = FALSE;1424 if (short_p)
7031 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local7036 short_p = declspecs->specs[(int)ds_short]; in grokdeclarator()7334 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator()7346 else if (short_p && TREE_CODE (type) == REAL_TYPE) in grokdeclarator()7348 else if ((long_p || short_p) && TREE_CODE (type) != INTEGER_TYPE) in grokdeclarator()7350 else if ((long_p || short_p) && explicit_char) in grokdeclarator()7352 else if (long_p && short_p) in grokdeclarator()7372 short_p = false; in grokdeclarator()7402 else if (short_p) in grokdeclarator()7417 else if (short_p) in grokdeclarator()[all …]
1719 int short_p = FALSE; local1735 short_p = TRUE;1742 short_p ? "short" : "long",