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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGDecl.cpp777 LValue tempLV = lvalue; local
782 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this),
788 cast<llvm::PointerType>(tempLV.getAddress(*this).getElementType());
789 llvm::Value *zero = CGM.getNullPointer(ty, tempLV.getType());
793 EmitARCInitWeak(tempLV.getAddress(*this), zero);
797 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true);
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
H A DDecl.cpp396 LinkageInfo tempLV = local
398 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
464 LinkageInfo tempLV = local
466 LV.mergeMaybeWithVisibility(tempLV,
516 LinkageInfo tempLV = local
518 LV.mergeMaybeWithVisibility(tempLV,
872 LinkageInfo tempLV = local
874 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
1039 LinkageInfo tempLV = local
1041 LV.mergeMaybeWithVisibility(tempLV, considerVisibilit
[all...]

Completed in 61 milliseconds