Home
last modified time | relevance | path

Searched refs:short_p (Results 1 – 6 of 6) sorted by relevance

/openbsd/gnu/gcc/gcc/
H A Dc-decl.c3036 && !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 …]
H A Dc-tree.h268 BOOL_BITFIELD short_p : 1; member
/openbsd/gnu/gcc/gcc/config/v850/
H A Dv850.c1352 int short_p; in v850_reorg() local
1356 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()
/openbsd/gnu/usr.bin/gcc/gcc/config/v850/
H A Dv850.c1402 int short_p; local
1406 short_p = TRUE;
1417 short_p = TRUE;
1422 short_p = FALSE;
1424 if (short_p)
/openbsd/gnu/gcc/gcc/cp/
H A Ddecl.c7031 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
7036 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 …]
/openbsd/gnu/usr.bin/gcc/gcc/config/m32r/
H A Dm32r.c1719 int short_p = FALSE; local
1735 short_p = TRUE;
1742 short_p ? "short" : "long",