Searched refs:InvokeStateChangeIterator (Results 1 – 1 of 1) sorted by relevance
| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/ |
| D | WinException.cpp | 386 class InvokeStateChangeIterator { class 387 InvokeStateChangeIterator(const WinEHFuncInfo &EHInfo, in InvokeStateChangeIterator() function in __anonf311052f0111::InvokeStateChangeIterator 400 static iterator_range<InvokeStateChangeIterator> 409 InvokeStateChangeIterator(EHInfo, Begin, End, BlockBegin, BaseState), in range() 410 InvokeStateChangeIterator(EHInfo, End, End, BlockEnd, BaseState)); in range() 414 bool operator==(const InvokeStateChangeIterator &O) const { in operator ==() 429 bool operator!=(const InvokeStateChangeIterator &O) const { in operator !=() 434 InvokeStateChangeIterator &operator++() { return scan(); } in operator ++() 437 InvokeStateChangeIterator &scan(); 451 InvokeStateChangeIterator &InvokeStateChangeIterator::scan() { in scan() [all …]
|