reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
291 return DiscardResult ? true : this->emitGetParam(T, Idx, LV); 294 if (!Direct(T)) 296 if (!this->emitSetParam(T, Idx, LV)) 301 if (!this->emitGetParam(T, Idx, LV)) 303 if (!Direct(T)) 305 if (!this->emitSetParam(T, Idx, LV)) 313 if (!DiscardResult && T == PT_Ptr && AK == DerefKind::Read) { 320 return visit(LV) && Indirect(T);