Searched refs:tempLV (Results 1 - 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGDecl.cpp597 LValue tempLV = lvalue; local
602 tempLV.setAddress(Builder.CreateStructGEP(tempLV.getAddress(),
607 = cast<llvm::PointerType>(tempLV.getAddress()->getType());
614 EmitARCInitWeak(tempLV.getAddress(), zero);
618 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true);
H A DCGAtomic.cpp1021 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment()); local
1022 emitCopyIntoMemory(rvalue, tempLV);
/external/clang/lib/AST/
H A DDecl.cpp381 LinkageInfo tempLV = local
383 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
459 LinkageInfo tempLV = local
461 LV.mergeMaybeWithVisibility(tempLV,
511 LinkageInfo tempLV = local
513 LV.mergeMaybeWithVisibility(tempLV,
798 LinkageInfo tempLV = local
800 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
953 LinkageInfo tempLV = local
955 LV.mergeMaybeWithVisibility(tempLV, considerVisibilit
[all...]

Completed in 84 milliseconds