Home | History | Annotate | Download | only in CBackend

Lines Matching refs:needsCast

2512   bool needsCast = false;
2516 needsCast = true;
2586 if (needsCast) {
2593 bool needsCast = false;
2626 if (needsCast) {
2938 bool NeedsCast = (hasByVal || isStructRet) && !isa<Function>(Callee);
2955 NeedsCast = true;
2959 if (NeedsCast) {
2972 if (NeedsCast) Out << ')';