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

  /external/clang/lib/CodeGen/
CGExpr.cpp 166 LValue LV = MakeAddrLValue(Location, E->getType());
246 LValue RefTempDst = CGF.MakeAddrLValue(ReferenceTemporary,
346 LValue LV = CGF.MakeAddrLValue(Object, E->getType());
358 LValue TempLV = CGF.MakeAddrLValue(Object,
797 return MakeAddrLValue(llvm::UndefValue::get(Ty), E->getType());
    [all...]
CGExprAgg.cpp 301 LValue srcLV = CGF.MakeAddrLValue(src.getAggregateAddr(), type, srcAlign);
495 LValue elementLV = CGF.MakeAddrLValue(element, elementType);
541 LValue elementLV = CGF.MakeAddrLValue(currentElement, elementType);
636 CGF.MakeAddrLValue(CastPtr, Ty));
    [all...]
CGCall.cpp 561 LValue LV = MakeAddrLValue(EltAddr, EltTy);
602 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(RealAddr, EltTy));
604 EmitStoreThroughLValue(RValue::get(AI++), MakeAddrLValue(ImagAddr, EltTy));
    [all...]
CGAtomic.cpp 210 CGF.EmitStoreOfScalar(Cmp, CGF.MakeAddrLValue(Dest, E->getType()));
395 EmitStoreOfScalar(Val1Scalar, MakeAddrLValue(Val1, Val1Ty));
814 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment());
    [all...]
CGDeclCXX.cpp 34 LValue lv = CGF.MakeAddrLValue(DeclPtr, type, alignment);
CGDecl.cpp     [all...]
CGExprCXX.cpp 825 CGF.EmitScalarInit(Init, 0, CGF.MakeAddrLValue(NewPtr, AllocType,
830 CGF.EmitComplexExprIntoLValue(Init, CGF.MakeAddrLValue(NewPtr, AllocType,
    [all...]
CGException.cpp     [all...]
CGExprComplex.cpp 395 return EmitLoadOfLValue(CGF.MakeAddrLValue(V, DestTy,
CGClass.cpp 631 LHS = MakeAddrLValue(BaseAddrPtr, BaseElementTy);
    [all...]
CGBlocks.cpp     [all...]
CodeGenFunction.h     [all...]

Completed in 266 milliseconds