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

  /external/clang/lib/CodeGen/
CGDecl.cpp 562 LValue tempLV = lvalue;
567 tempLV.setAddress(Builder.CreateStructGEP(tempLV.getAddress(),
572 = cast<llvm::PointerType>(tempLV.getAddress()->getType());
579 EmitARCInitWeak(tempLV.getAddress(), zero);
583 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true);
    [all...]
CGAtomic.cpp 814 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment());
815 emitCopyIntoMemory(rvalue, tempLV);
    [all...]
CGExpr.cpp 358 LValue TempLV = CGF.MakeAddrLValue(Object,
360 CGF.EmitStoreThroughLValue(CGF.EmitLoadOfLValue(LV), TempLV);
385 LValue tempLV = CGF.MakeNaturalAlignAddrLValue(ReferenceTemporary,
388 CGF.EmitStoreOfScalar(RV.getScalarVal(), tempLV, /*init*/ true);
390 CGF.EmitStoreOfComplex(RV.getComplexVal(), tempLV, /*init*/ true);
    [all...]
  /external/clang/lib/AST/
Decl.cpp 357 LinkageInfo tempLV =
359 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
433 LinkageInfo tempLV =
435 LV.mergeMaybeWithVisibility(tempLV,
700 LinkageInfo tempLV =
702 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
    [all...]

Completed in 733 milliseconds