Searched refs:COMMFLG (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/bsd/pcc/dist/pcc/mip/ |
H A D | common.c | 533 { PLUS, "+", BITYPE|FLOFLG|SIMPFLG|COMMFLG, }, 536 { AND, "&", BITYPE|SIMPFLG|COMMFLG, }, 543 { OR, "|", BITYPE|COMMFLG|SIMPFLG, }, 544 { ER, "^", BITYPE|COMMFLG|SIMPFLG, },
|
H A D | mkext.c | 39 COMMFLG, /* OPCOMM */ 40 COMMFLG|ASGFLG, /* ASG OPCOMM */
|
H A D | manifest.h | 160 #define COMMFLG 0100 macro
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | trees.c | 3226 return BITYPE|ASGFLG|ASGOPFLG|FLOFLG|SIMPFLG|COMMFLG; 3234 return BITYPE|SIMPFLG|COMMFLG|ASGFLG|ASGOPFLG;
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | trees.c | 3327 return BITYPE|ASGFLG|ASGOPFLG|FLOFLG|SIMPFLG|COMMFLG; 3335 return BITYPE|SIMPFLG|COMMFLG|ASGFLG|ASGOPFLG;
|