Home
last modified time | relevance | path

Searched refs:NumStates (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/llvm/lldb/tools/debugserver/source/
H A DTTYState.h50 uint32_t NumStates() const { return sizeof(m_ttystates) / sizeof(TTYState); } in NumStates() function
51 bool ValidStateIndex(uint32_t idx) const { return idx < NumStates(); } in ValidStateIndex()
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DWinException.cpp1134 int NumStates = FuncInfo.ClrEHUnwindMap.size(); in emitCLRExceptionTable() local
1135 assert(NumStates > 0 && "Don't need exception table!"); in emitCLRExceptionTable()
1137 for (int State = 0; State < NumStates; ++State) { in emitCLRExceptionTable()
1154 OS.emitInt32(NumStates); in emitCLRExceptionTable()
1173 std::unique_ptr<MCSymbol *[]> EndSymbolMap(new MCSymbol *[NumStates]); in emitCLRExceptionTable()
1174 SmallVector<int, 4> MinClauseMap((size_t)NumStates, NumStates); in emitCLRExceptionTable()
/openbsd/gnu/llvm/llvm/lib/Support/
H A DZ3Solver.cpp886 void pop(unsigned NumStates = 1) override { in pop() argument
887 assert(Z3_solver_get_num_scopes(Context.Context, Solver) >= NumStates); in pop()
888 return Z3_solver_pop(Context.Context, Solver, NumStates); in pop()
/openbsd/gnu/llvm/llvm/include/llvm/Support/
H A DSMTAPI.h428 virtual void pop(unsigned NumStates = 1) = 0;