HomeSort by relevance Sort by last modified time
    Searched refs:MakeAddrLValue (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/CodeGen/
CGExpr.cpp 166 LValue LV = MakeAddrLValue(Location, E->getType());
322 LValue RefTempDst = MakeAddrLValue(Object, M->getType());
380 LValue LV = MakeAddrLValue(Object, E->getType());
397 return MakeAddrLValue(Object, M->getType());
737 return MakeAddrLValue(llvm::UndefValue::get(Ty), E->getType());
    [all...]