Home
last modified time | relevance | path

Searched refs:CaseInfo (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/clang/lib/ARCMigrate/
DTransProtectedScope.cpp41 struct CaseInfo { struct
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {} in CaseInfo() function
51 CaseInfo(SwitchCase *S, SourceRange Range) in CaseInfo() function
57 SmallVectorImpl<CaseInfo> &Cases;
60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases) in CaseCollector()
81 CaseInfo(Curr, SourceRange(Curr->getBeginLoc(), NextLoc))); in VisitSwitchStmt()
99 SmallVector<CaseInfo, 16> Cases;
151 CaseInfo &info = Cases[i]; in handleProtectedNote()
154 if (info.State == CaseInfo::St_Unchecked) in handleProtectedNote()
156 assert(info.State != CaseInfo::St_Unchecked); in handleProtectedNote()
[all …]
/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp41 struct CaseInfo { struct
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {} in CaseInfo() argument
51 CaseInfo(SwitchCase *S, SourceRange Range) in CaseInfo() argument
57 SmallVectorImpl<CaseInfo> &Cases;
60 CaseCollector(ParentMap &PMap, SmallVectorImpl<CaseInfo> &Cases) in CaseCollector()
80 Cases.push_back(CaseInfo(Curr,SourceRange(Curr->getLocStart(), NextLoc))); in VisitSwitchStmt()
98 SmallVector<CaseInfo, 16> Cases;
150 CaseInfo &info = Cases[i]; in handleProtectedNote()
153 if (info.State == CaseInfo::St_Unchecked) in handleProtectedNote()
155 assert(info.State != CaseInfo::St_Unchecked); in handleProtectedNote()
[all …]
/external/angle/src/tests/deqp_support/
Dangle_deqp_gtest.cpp221 struct CaseInfo struct in angle::__anon68ac9fbc0111::dEQPCaseList
223 CaseInfo(const std::string &dEQPName, const std::string &gTestName, int expectation) in CaseInfo() function
234 const CaseInfo &getCaseInfo(size_t caseIndex) const in getCaseInfo()
248 std::vector<CaseInfo> mCaseInfoList;
328 mCaseInfoList.push_back(CaseInfo(dEQPName, gTestName, expectation)); in initialize()