Home
last modified time | relevance | path

Searched refs:long_p (Results 1 – 25 of 27) sorted by relevance

12

/netbsd/external/gpl3/gcc/dist/gcc/c/
H A Dc-decl.c4814 && !specs->long_p in quals_from_declspecs()
10514 if (specs->long_p) in declspecs_add_type()
10580 specs->long_p = true; in declspecs_add_type()
10586 if (specs->long_p) in declspecs_add_type()
10889 if (specs->long_p) in declspecs_add_type()
10933 if (specs->long_p) in declspecs_add_type()
10962 if (specs->long_p) in declspecs_add_type()
10996 if (specs->long_p) in declspecs_add_type()
11027 if (specs->long_p) in declspecs_add_type()
11192 if (specs->long_p) in declspecs_add_type()
[all …]
H A Dc-decl.cc4906 && !specs->long_p in quals_from_declspecs()
10898 if (specs->long_p) in declspecs_add_type()
10964 specs->long_p = true; in declspecs_add_type()
10970 if (specs->long_p) in declspecs_add_type()
11273 if (specs->long_p) in declspecs_add_type()
11317 if (specs->long_p) in declspecs_add_type()
11346 if (specs->long_p) in declspecs_add_type()
11380 if (specs->long_p) in declspecs_add_type()
11411 if (specs->long_p) in declspecs_add_type()
11576 if (specs->long_p) in declspecs_add_type()
[all …]
H A Dc-tree.h379 BOOL_BITFIELD long_p : 1; member
/netbsd/external/gpl3/gcc.old/dist/gcc/c/
H A Dc-decl.c4814 && !specs->long_p in quals_from_declspecs()
10514 if (specs->long_p) in declspecs_add_type()
10580 specs->long_p = true; in declspecs_add_type()
10586 if (specs->long_p) in declspecs_add_type()
10889 if (specs->long_p) in declspecs_add_type()
10933 if (specs->long_p) in declspecs_add_type()
10962 if (specs->long_p) in declspecs_add_type()
10996 if (specs->long_p) in declspecs_add_type()
11027 if (specs->long_p) in declspecs_add_type()
11192 if (specs->long_p) in declspecs_add_type()
[all …]
H A Dc-tree.h377 BOOL_BITFIELD long_p : 1; member
/netbsd/external/gpl3/gdb/dist/gdb/
H A Dgo-exp.y655 int long_p = 0; variable
761 ++long_p;
805 if (long_p == 0
820 else if (long_p <= 1
H A Dcp-name-parser.y1318 int long_p = 0;
1371 long_p = 0;
1378 long_p++;
1390 if (long_p == 0)
1395 else if (long_p == 1)
H A Dp-exp.y852 int long_p = 0; variable
945 ++long_p;
989 if (long_p == 0
1004 else if (long_p <= 1
H A Dd-exp.y672 int long_p = 0; in parse_number() local
799 else if (c == 'l' && long_p == 0) in parse_number()
801 long_p = 1; in parse_number()
833 if (long_p == 0 && (un >> 30) == 0) in parse_number()
H A Df-exp.y684 int long_p = 0; variable
747 long_p = 1;
794 || long_p)
H A Dc-exp.y1910 int long_p = 0; in parse_number() local
2049 ++long_p; in parse_number()
2098 if (long_p == 0 in parse_number()
2113 else if (long_p <= 1 in parse_number()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Dgo-exp.y655 int long_p = 0; variable
761 ++long_p;
805 if (long_p == 0
820 else if (long_p <= 1
H A Dcp-name-parser.y1318 int long_p = 0;
1371 long_p = 0;
1378 long_p++;
1390 if (long_p == 0)
1395 else if (long_p == 1)
H A Dp-exp.y852 int long_p = 0; variable
945 ++long_p;
989 if (long_p == 0
1004 else if (long_p <= 1
H A Dd-exp.y672 int long_p = 0; in parse_number() local
799 else if (c == 'l' && long_p == 0) in parse_number()
801 long_p = 1; in parse_number()
833 if (long_p == 0 && (un >> 30) == 0) in parse_number()
H A Df-exp.y684 int long_p = 0; variable
747 long_p = 1;
794 || long_p)
H A Dc-exp.y1910 int long_p = 0; in parse_number() local
2049 ++long_p; in parse_number()
2098 if (long_p == 0 in parse_number()
2113 else if (long_p <= 1 in parse_number()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386-protos.h332 extern const char * ix86_output_function_return (bool long_p);
H A Di386.c15704 ix86_output_function_return (bool long_p) in ix86_output_function_return() argument
15732 if (!long_p) in ix86_output_function_return()
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386-protos.h332 extern const char * ix86_output_function_return (bool long_p);
H A Di386.c15704 ix86_output_function_return (bool long_p) in ix86_output_function_return() argument
15732 if (!long_p) in ix86_output_function_return()
/netbsd/external/gpl3/gcc/dist/gcc/cp/
H A Ddecl.c11085 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
11101 long_p = decl_spec_seq_has_spec_p (declspecs, ds_long); in grokdeclarator()
11450 if (signed_p || unsigned_p || long_p || short_p) in grokdeclarator()
11553 long_p = false; in grokdeclarator()
11560 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator()
11579 else if (long_p) in grokdeclarator()
11599 else if (long_p && short_p) in grokdeclarator()
11609 || ((long_p || short_p) in grokdeclarator()
11634 long_p = false; in grokdeclarator()
11665 else if (long_p) in grokdeclarator()
[all …]
H A Ddecl.cc11752 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
11768 long_p = decl_spec_seq_has_spec_p (declspecs, ds_long); in grokdeclarator()
12136 if (signed_p || unsigned_p || long_p || short_p) in grokdeclarator()
12239 long_p = false; in grokdeclarator()
12246 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator()
12265 else if (long_p) in grokdeclarator()
12285 else if (long_p && short_p) in grokdeclarator()
12295 || ((long_p || short_p) in grokdeclarator()
12322 long_p = false; in grokdeclarator()
12353 else if (long_p) in grokdeclarator()
[all …]
H A DChangeLog-20062932 decl-specifiers. Set longlong together with long_p.
/netbsd/external/gpl3/gcc.old/dist/gcc/cp/
H A Ddecl.c11085 bool unsigned_p, signed_p, short_p, long_p, thread_p; in grokdeclarator() local
11101 long_p = decl_spec_seq_has_spec_p (declspecs, ds_long); in grokdeclarator()
11450 if (signed_p || unsigned_p || long_p || short_p) in grokdeclarator()
11553 long_p = false; in grokdeclarator()
11560 if (unsigned_p || signed_p || long_p || short_p) in grokdeclarator()
11579 else if (long_p) in grokdeclarator()
11599 else if (long_p && short_p) in grokdeclarator()
11609 || ((long_p || short_p) in grokdeclarator()
11634 long_p = false; in grokdeclarator()
11665 else if (long_p) in grokdeclarator()
[all …]

12