Home
last modified time | relevance | path

Searched defs:CaseInfo (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/ARCMigrate/
DTransProtectedScope.cpp41 struct CaseInfo { struct
42 SwitchCase *SC;
43 SourceRange Range;
44 enum {
48 } State;
50 CaseInfo() : SC(nullptr), State(St_Unchecked) {} in CaseInfo() function
51 CaseInfo(SwitchCase *S, SourceRange Range) in CaseInfo() argument
/external/v8/src/compiler/
Dinstruction-selector-impl.h18 struct CaseInfo { struct
24 inline bool operator<(const CaseInfo& l, const CaseInfo& r) { argument