HomeSort by: relevance | last modified time | path
    Searched refs:tempLV (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
Decl.cpp 396 LinkageInfo tempLV =
398 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
464 LinkageInfo tempLV =
466 LV.mergeMaybeWithVisibility(tempLV,
516 LinkageInfo tempLV =
518 LV.mergeMaybeWithVisibility(tempLV,
872 LinkageInfo tempLV =
874 LV.mergeMaybeWithVisibility(tempLV, considerVisibility);
1039 LinkageInfo tempLV =
1041 LV.mergeMaybeWithVisibility(tempLV, considerVisibility)
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGDecl.cpp 788 LValue tempLV = lvalue;
793 tempLV.setAddress(emitBlockByrefAddress(tempLV.getAddress(*this),
799 cast<llvm::PointerType>(tempLV.getAddress(*this).getElementType());
800 llvm::Value *zero = CGM.getNullPointer(ty, tempLV.getType());
804 EmitARCInitWeak(tempLV.getAddress(*this), zero);
808 EmitStoreOfScalar(zero, tempLV, /* isInitialization */ true);

Completed in 53 milliseconds