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

/freebsd-10.2-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGDecl.cpp591 LValue tempLV = lvalue; local
596 tempLV.setAddress(Builder.CreateStructGEP(tempLV.getAddress(),
601 = cast<llvm::PointerType>(tempLV.getAddress()->getType());
608 EmitARCInitWeak(tempLV.getAddress(), zero);
612 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true);
H A DCGAtomic.cpp876 LValue tempLV = CGF.MakeAddrLValue(temp, getAtomicType(), getAtomicAlignment()); local
877 emitCopyIntoMemory(rvalue, tempLV);
/freebsd-10.2-release/contrib/llvm/tools/clang/lib/AST/
H A DDecl.cpp389 LinkageInfo tempLV = local
391 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
467 LinkageInfo tempLV = local
469 LV.mergeMaybeWithVisibility(tempLV,
752 LinkageInfo tempLV = local
754 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
896 LinkageInfo tempLV = local
898 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);

Completed in 178 milliseconds