Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp690 LValue tempLV = lvalue; in EmitScalarInit() local
695 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(), in EmitScalarInit()
700 auto ty = cast<llvm::PointerType>(tempLV.getAddress().getElementType()); in EmitScalarInit()
705 EmitARCInitWeak(tempLV.getAddress(), zero); in EmitScalarInit()
709 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true); in EmitScalarInit()
/external/clang/lib/AST/
DDecl.cpp393 LinkageInfo tempLV = in mergeTemplateLV() local
395 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in mergeTemplateLV()
471 LinkageInfo tempLV = in mergeTemplateLV() local
473 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV()
523 LinkageInfo tempLV = in mergeTemplateLV() local
525 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV()
815 LinkageInfo tempLV = in getLVForNamespaceScopeDecl() local
817 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForNamespaceScopeDecl()
974 LinkageInfo tempLV = in getLVForClassMember() local
976 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForClassMember()
/external/llvm-project/clang/lib/CodeGen/
DCGDecl.cpp785 LValue tempLV = lvalue; in EmitScalarInit() local
790 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this), in EmitScalarInit()
796 cast<llvm::PointerType>(tempLV.getAddress(*this).getElementType()); in EmitScalarInit()
797 llvm::Value *zero = CGM.getNullPointer(ty, tempLV.getType()); in EmitScalarInit()
801 EmitARCInitWeak(tempLV.getAddress(*this), zero); in EmitScalarInit()
805 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true); in EmitScalarInit()
/external/llvm-project/clang/lib/AST/
DDecl.cpp396 LinkageInfo tempLV = in mergeTemplateLV() local
398 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in mergeTemplateLV()
464 LinkageInfo tempLV = in mergeTemplateLV() local
466 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV()
516 LinkageInfo tempLV = in mergeTemplateLV() local
518 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV()
872 LinkageInfo tempLV = in getLVForNamespaceScopeDecl() local
874 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForNamespaceScopeDecl()
1039 LinkageInfo tempLV = in getLVForClassMember() local
1041 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForClassMember()