Lines Matching refs:pcc_flags
81 if ((~pcc->pcc_flags & (PCC_BORROWED|PCC_DONE)) == 0) {
82 pcc->pcc_flags &= ~(PCC_BORROWED|PCC_DONE);
89 pcc->pcc_flags &= ~PCC_BORROWED;
93 if ((pcc->pcc_flags & PCC_MLCONT) == 0) {
98 pcc->pcc_flags &= ~PCC_MLCONT;
125 pcc->pcc_flags |= PCC_MLCONT;
153 loanpcc->pcc_flags |= PCC_BORROWED;
171 if ((pcc->pcc_flags & PCC_HASCALLER) == 0) {
289 pcc->pcc_flags |= PCC_HASCALLER;
308 pcc->pcc_flags &= ~PCC_HASCALLER;
309 assert(pcc->pcc_flags == 0);