Home
last modified time | relevance | path

Searched defs:MRV (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DSVals.cpp139 QualType VisitMemRegionVal(loc::MemRegionVal MRV) { in VisitMemRegionVal() argument
H A DRegionStore.cpp2474 if (std::optional<loc::MemRegionVal> MRV = Init.getAs<loc::MemRegionVal>()) { bindArray() local
/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp415 loc::MemRegionVal MRV = location.castAs<loc::MemRegionVal>(); in isSelfVar() local
/llvm-project/llvm/tools/llvm-cov/
H A DSourceCoverageViewText.cpp340 for (auto &Record : MRV.Records) { in renderMCDCView() argument
H A DSourceCoverageViewHTML.cpp1166 renderMCDCView(raw_ostream & OS,MCDCView & MRV,unsigned ViewDepth) renderMCDCView() argument