Home
last modified time | relevance | path

Searched refs:tempLV (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp821 LValue tempLV = lvalue; in EmitScalarInit() local
826 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this), in EmitScalarInit()
832 cast<llvm::PointerType>(tempLV.getAddress(*this).getElementType()); in EmitScalarInit()
833 llvm::Value *zero = CGM.getNullPointer(ty, tempLV.getType()); in EmitScalarInit()
837 EmitARCInitWeak(tempLV.getAddress(*this), zero); in EmitScalarInit()
841 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true); in EmitScalarInit()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp401 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV() local
404 LV.setLinkage(tempLV.getLinkage()); in mergeTemplateLV()
475 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV() local
478 LV.setLinkage(tempLV.getLinkage()); in mergeTemplateLV()
531 LinkageInfo tempLV = in mergeTemplateLV() local
533 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV()
866 LinkageInfo tempLV = in getLVForNamespaceScopeDecl() local
868 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForNamespaceScopeDecl()
1040 LinkageInfo tempLV = in getLVForClassMember() local
1042 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForClassMember()