Home
last modified time | relevance | path

Searched refs:tempLV (Results 1 – 2 of 2) 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()