Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGDecl.cpp688 LValue tempLV = lvalue; in EmitScalarInit() local
693 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(), in EmitScalarInit()
698 auto ty = cast<llvm::PointerType>(tempLV.getAddress().getElementType()); in EmitScalarInit()
703 EmitARCInitWeak(tempLV.getAddress(), zero); in EmitScalarInit()
707 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true); in EmitScalarInit()
/external/clang/lib/AST/
DDecl.cpp392 LinkageInfo tempLV = in mergeTemplateLV() local
394 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in mergeTemplateLV()
470 LinkageInfo tempLV = in mergeTemplateLV() local
472 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV()
522 LinkageInfo tempLV = in mergeTemplateLV() local
524 LV.mergeMaybeWithVisibility(tempLV, in mergeTemplateLV()
812 LinkageInfo tempLV = in getLVForNamespaceScopeDecl() local
814 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForNamespaceScopeDecl()
971 LinkageInfo tempLV = in getLVForClassMember() local
973 LV.mergeMaybeWithVisibility(tempLV, considerVisibility); in getLVForClassMember()