Ejemplo n.º 1
0
Archivo: dvalue.cpp Proyecto: kinke/ldc
LLValue *DSpecialRefValue::getRVal() {
  return DLValue(type, getLVal()).getRVal();
}
Ejemplo n.º 2
0
DRValue *DSpecialRefValue::getRVal() {
  return DLValue(type, DtoLoad(val)).getRVal();
}