Searched refs:tempLV (Results 1 – 2 of 2) sorted by relevance
| /openbsd/src/gnu/llvm/clang/lib/CodeGen/ |
| D | CGDecl.cpp | 808 LValue tempLV = lvalue; in EmitScalarInit() local 813 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this), in EmitScalarInit() 819 cast<llvm::PointerType>(tempLV.getAddress(*this).getElementType()); in EmitScalarInit() 820 llvm::Value *zero = CGM.getNullPointer(ty, tempLV.getType()); in EmitScalarInit() 824 EmitARCInitWeak(tempLV.getAddress(*this), zero); in EmitScalarInit() 828 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true); in EmitScalarInit()
|
| /openbsd/src/gnu/llvm/clang/lib/AST/ |
| D | Decl.cpp | 397 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV() local 400 LV.setLinkage(tempLV.getLinkage()); in mergeTemplateLV() 471 LinkageInfo tempLV = getLVForDecl(temp, computation); in mergeTemplateLV() local 474 LV.setLinkage(tempLV.getLinkage()); in mergeTemplateLV() 527 LinkageInfo tempLV = in mergeTemplateLV() local 529 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV() 902 LinkageInfo tempLV = in getLVForNamespaceScopeDecl() local 904 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForNamespaceScopeDecl() 1075 LinkageInfo tempLV = in getLVForClassMember() local 1077 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForClassMember()
|