/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/ |
H A D | gcc.c | 5728 bool a_is_spectype; in handle_braces() local 5754 a_is_spectype = false; in handle_braces() 5772 p++, a_is_spectype = true; in handle_braces() 5791 || a_is_spectype || atom == end_atom) in handle_braces() 5810 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 5822 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 5836 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc48/gcc-4.8.5/gcc/ |
H A D | gcc.c | 5670 bool a_is_spectype; in handle_braces() local 5696 a_is_spectype = false; in handle_braces() 5706 p++, a_is_spectype = true; in handle_braces() 5724 || a_is_spectype || atom == end_atom) in handle_braces() 5743 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 5755 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 5767 else if (a_is_spectype) in handle_braces()
|
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/ |
H A D | gcc.c | 5670 bool a_is_spectype; in handle_braces() local 5696 a_is_spectype = false; in handle_braces() 5706 p++, a_is_spectype = true; in handle_braces() 5724 || a_is_spectype || atom == end_atom) in handle_braces() 5743 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 5755 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 5767 else if (a_is_spectype) in handle_braces()
|
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 6274 bool a_is_spectype; in handle_braces() local 6300 a_is_spectype = false; in handle_braces() 6318 p++, a_is_spectype = true; in handle_braces() 6368 || a_is_spectype || atom == end_atom) in handle_braces() 6387 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6399 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6413 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc9/gcc-9.4.0/gcc/ |
H A D | gcc.c | 6373 bool a_is_spectype; in handle_braces() local 6399 a_is_spectype = false; in handle_braces() 6417 p++, a_is_spectype = true; in handle_braces() 6467 || a_is_spectype || atom == end_atom) in handle_braces() 6486 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6498 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6512 else if (a_is_spectype) in handle_braces()
|
/dports/devel/riscv64-gcc/gcc-8.3.0/gcc/ |
H A D | gcc.c | 6274 bool a_is_spectype; in handle_braces() local 6300 a_is_spectype = false; in handle_braces() 6318 p++, a_is_spectype = true; in handle_braces() 6368 || a_is_spectype || atom == end_atom) in handle_braces() 6387 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6399 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6413 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gnat_util/gcc-6-20180516/gcc/ |
H A D | gcc.c | 6197 bool a_is_spectype; in handle_braces() local 6223 a_is_spectype = false; in handle_braces() 6241 p++, a_is_spectype = true; in handle_braces() 6260 || a_is_spectype || atom == end_atom) in handle_braces() 6279 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6291 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6305 else if (a_is_spectype) in handle_braces()
|
/dports/devel/avr-gcc/gcc-10.2.0/gcc/ |
H A D | gcc.c | 6376 bool a_is_spectype; in handle_braces() local 6402 a_is_spectype = false; in handle_braces() 6420 p++, a_is_spectype = true; in handle_braces() 6470 || a_is_spectype || atom == end_atom) in handle_braces() 6489 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6501 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6515 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc11-devel/gcc-11-20211009/gcc/ |
H A D | gcc.c | 7006 bool a_is_spectype; in handle_braces() local 7032 a_is_spectype = false; in handle_braces() 7050 p++, a_is_spectype = true; in handle_braces() 7100 || a_is_spectype || atom == end_atom) in handle_braces() 7119 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 7131 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 7145 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc10-devel/gcc-10-20211008/gcc/ |
H A D | gcc.c | 6376 bool a_is_spectype; in handle_braces() local 6402 a_is_spectype = false; in handle_braces() 6420 p++, a_is_spectype = true; in handle_braces() 6470 || a_is_spectype || atom == end_atom) in handle_braces() 6489 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6501 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6515 else if (a_is_spectype) in handle_braces()
|
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 6274 bool a_is_spectype; in handle_braces() local 6300 a_is_spectype = false; in handle_braces() 6318 p++, a_is_spectype = true; in handle_braces() 6368 || a_is_spectype || atom == end_atom) in handle_braces() 6387 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6399 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6413 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc11/gcc-11.2.0/gcc/ |
H A D | gcc.c | 7006 bool a_is_spectype; in handle_braces() local 7032 a_is_spectype = false; in handle_braces() 7050 p++, a_is_spectype = true; in handle_braces() 7100 || a_is_spectype || atom == end_atom) in handle_braces() 7119 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 7131 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 7145 else if (a_is_spectype) in handle_braces()
|
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 6274 bool a_is_spectype; in handle_braces() local 6300 a_is_spectype = false; in handle_braces() 6318 p++, a_is_spectype = true; in handle_braces() 6368 || a_is_spectype || atom == end_atom) in handle_braces() 6387 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6399 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6413 else if (a_is_spectype) in handle_braces()
|
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/ |
H A D | gcc.c | 6274 bool a_is_spectype; in handle_braces() local 6300 a_is_spectype = false; in handle_braces() 6318 p++, a_is_spectype = true; in handle_braces() 6368 || a_is_spectype || atom == end_atom) in handle_braces() 6387 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6399 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6413 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc9-aux/gcc-9.1.0/gcc/ |
H A D | gcc.c | 6345 bool a_is_spectype; in handle_braces() local 6371 a_is_spectype = false; in handle_braces() 6389 p++, a_is_spectype = true; in handle_braces() 6439 || a_is_spectype || atom == end_atom) in handle_braces() 6458 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6470 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6484 else if (a_is_spectype) in handle_braces()
|
/dports/misc/cxx_atomics_pic/gcc-11.2.0/gcc/ |
H A D | gcc.c | 7006 bool a_is_spectype; in handle_braces() local 7032 a_is_spectype = false; in handle_braces() 7050 p++, a_is_spectype = true; in handle_braces() 7100 || a_is_spectype || atom == end_atom) in handle_braces() 7119 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 7131 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 7145 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc10/gcc-10.3.0/gcc/ |
H A D | gcc.c | 6376 bool a_is_spectype; in handle_braces() local 6402 a_is_spectype = false; in handle_braces() 6420 p++, a_is_spectype = true; in handle_braces() 6470 || a_is_spectype || atom == end_atom) in handle_braces() 6489 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6501 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6515 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/ |
H A D | gcc.c | 6373 bool a_is_spectype; in handle_braces() local 6399 a_is_spectype = false; in handle_braces() 6417 p++, a_is_spectype = true; in handle_braces() 6467 || a_is_spectype || atom == end_atom) in handle_braces() 6486 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6498 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6512 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc8/gcc-8.5.0/gcc/ |
H A D | gcc.c | 6274 bool a_is_spectype; in handle_braces() local 6300 a_is_spectype = false; in handle_braces() 6318 p++, a_is_spectype = true; in handle_braces() 6368 || a_is_spectype || atom == end_atom) in handle_braces() 6387 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6399 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6413 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc12-devel/gcc-12-20211205/gcc/ |
H A D | gcc.c | 7111 bool a_is_spectype; in handle_braces() local 7137 a_is_spectype = false; in handle_braces() 7155 p++, a_is_spectype = true; in handle_braces() 7205 || a_is_spectype || atom == end_atom) in handle_braces() 7224 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 7236 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 7250 else if (a_is_spectype) in handle_braces()
|
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/ |
H A D | gcc.c | 6197 bool a_is_spectype; in handle_braces() local 6223 a_is_spectype = false; in handle_braces() 6241 p++, a_is_spectype = true; in handle_braces() 6260 || a_is_spectype || atom == end_atom) in handle_braces() 6279 || a_is_negated || a_is_suffix || a_is_spectype in handle_braces() 6291 if ((a_is_suffix || a_is_spectype) && a_is_starred) in handle_braces() 6305 else if (a_is_spectype) in handle_braces()
|