Home
last modified time | relevance | path

Searched defs:NumStates (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.h50 uint32_t NumStates() const { return sizeof(m_ttystates) / sizeof(TTYState); } in NumStates() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1134 int NumStates = FuncInfo.ClrEHUnwindMap.size(); in emitCLRExceptionTable() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp886 void pop(unsigned NumStates = 1) override { in pop()